quick-dump

A command for sorting a free-form work dump—such as decisions, incidents, achievements, or ideas—into the appropriate notes. It can also identify when the dump contains several separate topics.

In plain words
What is it for?
Use it to turn conversations, updates, thoughts, and other raw text into organized notes in a knowledge vault.
Why use it?
It removes the need to decide where each piece of information belongs or create note links by hand. It also helps avoid duplicate notes by checking for related pages first.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/superuser-pal/awesome-second-brain/quick-dump
Clone the repo
git clone --depth 1 https://github.com/superuser-pal/awesome-second-brain

Made for: Claude Code.

Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 741 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00033 $0.00741
Opus 5 $0.00016 $0.00370
Sonnet 5 $0.00007 $0.00148
Haiku 4.5 $0.00003 $0.00074

Measured 2d ago against content hash 62fe9a3ee19a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

quick-dump scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/capture/quick-dump.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quick Dump

Process the following freeform dump.

Usage

/quick-dump <content>

Routing note: This command is for high-confidence routing. It bypasses the three-stage inbox pipeline and routes directly to final destinations (domains, work pages, or thinking notes).

For each distinct piece of information:

  1. Classify it: decision, incident, 1-on-1 content, win/achievement, architecture, project update, person context, or general work note.

  2. Check for split-worthy content — If the dump covers 3+ independently page-worthy topics (each self-contained and useful on its own), offer to split before routing:

    This dump covers [N] independent topics:
      1. [Topic A] → suggested page: `topic-a.md`
      2. [Topic B] → suggested page: `topic-b.md`
    Split into separate pages, or route as one?
    

    Only split if topics are genuinely separable — not if they build on each other.

  3. Search first: Use qmd semantic search (or obsidian search) to check if a related page already exists. Prefer appending to existing pages over creating new ones for small updates.

  4. Preserve original source — When creating a new page, include the verbatim raw input in a collapsible callout at the bottom:

    > [!quote]- Original Source
    > [raw input exactly as provided, no formatting changes]
    
  5. Create or update the appropriate page following CLAUDE.md conventions:

    • Correct folder placement: domains/[Name]/02_PAGES/ or work/04_PAGES/ → becomes a page; thinking/ → remains a note with status: thinking
    • Full YAML frontmatter with date, description, tags, and type-specific fields
    • All relevant [[wikilinks]] to people, projects, teams, competencies
  6. Update indexes as needed (work/INDEX.md, work/05_REVIEW/WINS.md, work/06_ORG/PEOPLE.md)

  7. Cross-link: Ensure every new page links to at least one existing page or note and is linked FROM at least one existing page.

  8. Cascade updates — After the primary page is placed, enrich related existing pages:

    • Use qmd to find 3-5 most related existing pages.
    • For each related page: wikilink additions, content appends (on confirmation), or contradiction flags.

Read the full file on GitHub · 68 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 68 lines · 33 tokens per session scan A 62fe9a3ee19a

Subscribe to this mod's changes

quick-dump is a command published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 33 tokens to every session and 741 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories

canvas

AI-orchestrated visual canvas production — create, populate, layout, present, generate, and export Obsidian canvases.

AgriciDaniel/claude-canvas · 25 tokens

ingest

Ingest a source (URL/file/text) into Raw Sources + compile 1015 Wiki pages, with mandatory user-purpose gate and mothership cross-linking.

johnfkoo951/cmds-llm-wiki · 33 tokens

audit

Audit the whole Wiki vault against 3 knowledge-integrity criteria — eligibility coverage, MOC-cluster consistency, confidence calibration. Produces a vault health report and queues high-priority pages for /verify.

johnfkoo951/cmds-llm-wiki · 41 tokens

verify

Verify a single Wiki page against 3 knowledge-integrity criteria — eligibility, consistency, confirmability. Writes verificationStatus back to the page; flags conflicts as disputed rather than deleting them.

johnfkoo951/cmds-llm-wiki · 37 tokens

lint

Run comprehensive wiki health check — orphans, broken links, contradictions, stale pages, index sync, MOC coverage, v2/v4/v5 frontmatter coverage, Core Context freshness, and cross-vault link integrity (mainVaultRelated/mainVaultCmds).

johnfkoo951/cmds-llm-wiki · 53 tokens

onboard

Interview-based first-run setup for this LLM Wiki kit. Asks the essential questions (vault location/name, Mode A/B, mothership path, Core Context identity + reuse axes), then fills every placeholder and writes Core Context so the wiki knows you from day one. Activate when the user says "온보딩해줘", "처음 시작할게", "처음 시작"…

johnfkoo951/cmds-llm-wiki · 139 tokens