Babysitter knowledge-graph-management
Capture, validate, query, and sync architectural patterns and design decisions in the knowledge graph
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/maestro/skills/knowledge-graph-management" ~/.claude/skills/a5c-ai-babysitter-knowledge-graph-management && rm -rf "$T"
manifest:
library/methodologies/maestro/skills/knowledge-graph-management/SKILL.mdsource content
Knowledge Graph Management
Capabilities
Manages the
.maestro/knowledge.dot knowledge graph. Captures architectural patterns and design decisions. Validates graph consistency. Queries for relevant patterns. Syncs graph with codebase reality. Exports to DOT format.
Tool Use Instructions
- Use Read to load the knowledge graph file
- Use Grep/Glob to find patterns referenced in the graph within the codebase
- Use Write to export the updated knowledge graph
- Use Edit to make targeted graph updates
- Use Bash to generate DOT visualizations
Process Integration
- Used in
(All operations)maestro-knowledge-graph.js - Used in
(Post-merge update)maestro-orchestrator.js - Used in
(Story completion capture)maestro-development.js - Used in
(Postmortem recording)maestro-hotfix.js - Used in
(Knowledge sync)maestro-maintenance.js - Agent: Knowledge Curator
- Operations: capture, validate, query, sync, full-cycle