Context priming before work (bd prime) and self-reflection after completion to extract patterns, gotchas, and decisions into the knowledge base.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill knowledge-curation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Knowledge Curation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-knowledge-curation)More formats (shields.io, HTML) on the badges page.
---
name: knowledge-curation
description: Context priming before work (bd prime) and self-reflection after completion to extract patterns, gotchas, and decisions into the knowledge base.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
---
# Knowledge Curation
## Overview
Two-phase knowledge management: prime context before work starts, and extract learnings after work completes. Knowledge persists in JSONL files for cross-session continuity.
## When to Use
- Before starting any work (prime mode)
- 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
1. Load knowledge base files for work type
2. Surface MUST FOLLOW rules first
3. Present GOTCHAS and PATTERNS
4. Load relevant DECISIONS
### Reflect Mode
1. Extract patterns from completed work
2. Identify gotchas from review failures
3. Record architectural decisions with rationale
4. Persist to .beads/knowledge/
## Tool Use
Invoke via babysitter process: `methodologies/metaswarm/metaswarm-knowledge-cycle`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!