Knowledge curation
Skill a5c-ai/babysitter/library/methodologies/metaswarm/skills/knowledge-curation
Context priming before work (bd prime) and self-reflection after completion to extract patterns, gotchas, and decisions into the knowledge base.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill knowledge-curationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.6 KB, 248 tokens by cl100k_base, as published. Nobody here has run it
- After completing work, BEFORE PR creation (reflect mode)
- When recovering from context loss (recovery priming)
Knowledge Categories
| Category | File | Content |
|---|---|---|
| Critical Rules | facts.jsonl | MUST FOLLOW constraints |
| Gotchas | gotchas.jsonl | Common pitfalls |
| Patterns | patterns.jsonl | Codebase best practices |
| Decisions | decisions.jsonl | Architectural choices with rationale |
| Anti-Patterns | anti-patterns.jsonl | What NOT to do |
| Codebase Facts | codebase-facts.jsonl | Structural information |
| API Behaviors | api-behaviors.jsonl | Undocumented quirks |
Process
Prime Mode
- Load knowledge base files for work type
- Surface MUST FOLLOW rules first
- Present GOTCHAS and PATTERNS
- Load relevant DECISIONS
Reflect Mode
- Extract patterns from completed work
- Identify gotchas from review failures
- Record architectural decisions with rationale
- Persist to .beads/knowledge/
Tool Use
Invoke via babysitter process: methodologies/metaswarm/metaswarm-knowledge-cycle
What ships with it: 1 file
660 B alongside SKILL.md
- README.md660 B