cog-braindump-capture
SkillDev toolsLets your agent save raw thoughts and automatically sort them into the right category or vault.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the cog-braindump-capture skill
About this capability
Capture raw thoughts with automatic domain classification and vault routing
What this skill tells your AI
The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/cog-second-brain/skills/braindump-capture/SKILL.md and read by ahel’s review.
- 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
- Use
file-readto load user profile from 00-inbox for classification context - Classify content by domain using natural language analysis
- Use
file-writeto create classified entries in appropriate vault directories - Use
file-searchto find related existing entries for cross-referencing - Use
file-writeto add cross-references to new and existing entries - Use
git-committo commit captured content
Examples
{
"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
}
Signals
- GitHub stars
- 2k
- Forks
- 106
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cog-braindump-capture- Source
- github.com/a5c-ai/babysitter