Agent skill

cog-braindump-capture

Capture raw thoughts with automatic domain classification and vault routing

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexread-onlyMIT
Install
npx skills add a5c-ai/babysitter --skill braindump-capture --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -file-read-file-write-file-search-git-commit
Path: library/methodologies/cog-second-brain/skills/braindump-capture/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

- Classify content into personal, professional, and project-specific domains - Extract embedded URLs for separate processing - Route classified content to appropriate vault directories - Tag entries with metadata: date, domain, confidence, topics - Maintain strict domain separation (02-personal vs 03-professional) - Quality-gated capture with iterative refinement ## Tool Use Instructions 1. Use `file-read` to load user profile from 00-inbox for classification context 2. Classify content by domain using natural language analysis 3. Use `file-write` to create classified entries in appropriate vault directories 4. Use `file-search` to find related existing entries for cross-referencing 5. Use `file-write` to add cross-references to new and existing entries 6. Use `git-commit` to commit captured content ## Examples ```json { "vaultPath": "./cog-vault", "captureType": "braindump", "content": "Had a great idea about the auth system redesign. Also need to book vacation for July. The React 19 features look promising for our dashboard project.", "targetQuality": 80 } ```

What's inside
Steps it walks through
  1. Tool Use Instructions
  2. Examples
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the cog-braindump-capture skill do?

Capture raw thoughts with automatic domain classification and vault routing

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill braindump-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 a5c-ai/babysitter, a repository with 1,642 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