Agent skill · AI & Agents

capture

Captures and organizes chaotic brain dumps into a structured, actionable system with zero information loss. Use this skill whenever the user says 'capture this', 'brain dump', 'let me dump some ideas', 'I've got a bunch of thoughts', 'here's everything on my mind', 'idea dump', 'let me get this out of my head', 'I need to organize my thoughts', 'here's what I'm thinking', or any variation where someone is unloading a messy stream of ideas, tasks, thoughts, and plans wanting them turned into something coherent. Also trigger when the user pastes or dictates a long, unstructured block of mixed id

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill capture --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 12 KB
Bundled scripts: yes
Path: .claude/skills/capture/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Capture — Brain-Dump Organizer A fast-to-action skill for transforming unstructured streams of mixed thoughts, tasks, and ideas into a clean four-section actionable system with zero information loss. ## Invocation Triggers **Explicit phrases** (any of): - "brain dump" - "capture this" - "let me dump some ideas" - "I've got a bunch of thoughts" - "here's everything on my mind" - "idea dump" - "let me just get this out of my head" - "I need to organize my thoughts" - "here's what I'm thinking" **Implicit signals** (no phrase, but the intent is unmistakable): - User pastes or dictates a long unstructured block of mixed ideas, tasks, plans - Multiple unrelated thoughts in one message without organizing framing - A wall of bullet-y text covering 3+ unrelated topics When you detect an implicit trigger, run the skill. Do NOT ask "do you want me to organize this?" first — the dump itself IS the request. ## Operating Principles (All Five Apply Always) 1. **Capture everything.** Zero loss. Trivial items go in; the user prunes later. Never silently drop something because it "seemed unimportant". 2. **Preserve voice.** If the user said "build something crazy with AI", do NOT restate as "Expl

What's inside
Steps it walks through
  1. Invocation Triggers
  2. Operating Principles (All Five Apply Always)
  3. Grill-Me Mid-Organization Clarifier
  4. Section 1: Projects & Ideas
  5. Section 2: Tasks
  6. Section 3: Connections
  7. Section 4: How I Can Help
  8. Compressed Output Pattern
  9. Workspace Detection Strategy
  10. Notion MCP (Optional)
  11. Save Flow (If Notion Connected)
  12. Fallback (If Notion Not Connected)
  13. Approval Gate
  14. Error Handling
Ships with 6 files
  • references/complexity_matching.md
  • references/voice_preservation.md
  • references/workspace_detection.md
  • scripts/complexity_estimator.py
  • scripts/dump_classifier.py
  • scripts/workspace_inventory.py
More from dev-gtm-claude-skills
All skills →
About this skill
What does the capture skill do?

Captures and organizes chaotic brain dumps into a structured, actionable system with zero information loss. Use this skill whenever the user says 'capture this', 'brain dump', 'let me dump some ideas', 'I've got a bunch of thoughts', 'here's everything on my mind', 'idea dump', 'let me get this out of my head', 'I need to organize my thoughts', 'here's what I'm thinking', or any variation where someone is unloading a messy stream of ideas, tasks, thoughts, and plans wanting them turned into something coherent. Also trigger when the user pastes or dictates a long, unstructured block of mixed id

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill capture --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going