cog-knowledge-consolidation
The cog-knowledge-consolidation skill organizes scattered vault notes into structured knowledge frameworks by clustering related content, building concept maps with principles and examples, and preserving source attribution. Use it when unconsolidated notes accumulate across vault sections and need coherent organization with cross-references to existing knowledge structures.
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/cog-knowledge-consolidation && cp -r /tmp/cog-knowledge-consolidation/library/methodologies/cog-second-brain/skills/knowledge-consolidation ~/.claude/skills/cog-knowledge-consolidationSKILL.md
# COG Knowledge Consolidation Skill
Build structured knowledge frameworks from scattered notes across the vault, preserving source attribution and maintaining cross-references.
## Capabilities
- Scan vault sections for unconsolidated notes
- Cluster related notes into coherent themes
- Build structured frameworks: concept maps, key principles, examples, applications
- Cross-reference with existing frameworks in 05-knowledge
- Preserve source attribution through consolidation
- Quality-gated framework building with iterative refinement
- Identify knowledge gaps needing additional capture
## Tool Use Instructions
1. Use `file-search` to find notes not yet consolidated into frameworks
2. Use `file-read` to load candidate notes and existing frameworks
3. Cluster related notes by topic similarity
4. Build framework structure: concept map, principles, examples, applications
5. Use `file-write` to create or update frameworks in 05-knowledge
6. Add cross-references between new and existing frameworks
7. Use `git-commit` to commit consolidated frameworks
## Examples
```json
{
"vaultPath": "./cog-vault",
"mode": "knowledge-consolidation",
"userName": "Alex",
"targetQuality": 80
}
```Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement