AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Consolidate Notes Summary

skill-britt-claude-code-skills-consolidate-notes-summary · by britt

Use when knowledge on a topic is scattered across multiple project notes and someone asks to consolidate, synthesize, or summarize what has been documented - searches notes by topic and produces a single summary with key points, timeline, cross-references, and documentation gaps

— No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-britt-claude-code-skills-consolidate-notes-summary

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-britt-claude-code-skills-consolidate-notes-summary)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Consolidate Notes Summary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Consolidate Notes Summary Skill

Search project notes by topic or tag and produce a consolidated summary that synthesizes information across multiple sources.

Notes location: check for a notes/ or docs/notes/ directory, a vault path noted in CLAUDE.md, or ask the user; search with Grep across that directory.

When to Use

Activate when:

  • Gathering scattered knowledge on a topic
  • Preparing a summary from multiple note sources
  • Reviewing what's been documented about a subject
  • Identifying gaps in documentation

When NOT to use: single-note summarization (just read it), or consolidating code documentation rather than notes.

Workflow

  1. Locate the notes directory (see notes location above); confirm with the user if ambiguous.
  2. Search by topic or tag with Grep across the directory, including synonyms, abbreviations, and related terms (e.g. "auth" as well as "authentication", tag forms like #auth). Case-insensitive matching catches more hits.
  3. Read the matching notes, capturing dates, authors, and key claims from each.
  4. Synthesize the findings per the Synthesis vs. Aggregation guidelines below — combine, don't concatenate.
  5. Emit the output template, filling every section and flagging anything you could not determine.

If the search returns nothing, widen terms once before reporting back; if it still finds nothing, say so plainly and list the terms tried rather than fabricating a summary.

Output Structure

## Consolidated: [Topic]

**Sources**: [X notes reviewed] | **Date Range**: [earliest] to [latest]

### Summary

[Synthesized overview combining insights from all related notes]

### Key Points

- [Point 1] — from [note reference]
- [Point 2] — from [note reference]
- [Point 3] — from [note reference]

### Timeline

| Date | Event/Decision |
|------|----------------|
| [Date] | [What happened] |

### Cross-References

- **[Note 1 title]**: [how it relates to the topic]
- **[Note 2 title]**: [how it relates]

### Gaps

- [Information that's missing]
- [Topics that need more documentation]
- [Outdated content that needs refresh]

Guidelines

Synthesis vs. Aggregation

  • Do synthesize: Combine related points into coherent insights
  • Don't just list: Avoid copy-pasting from each note sequentially
  • Find patterns: Identify themes across notes
  • Resolve conflicts: Note when sources disagree

Attribution

  • Reference source notes for key points
  • Include note titles or IDs for traceability
  • Preserve original authors when known

Quality Checks

  • Flag stale information (notes > 6 months old)
  • Note contradictions between notes
  • Identify outdated decisions that may need revisiting
  • Highlight frequently referenced topics

Handling Large Sets

  • Group notes by subtopic if > 10 notes
  • Prioritize recent notes over old ones
  • Summarize in layers (overview → details)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.