From claudette
Builds or incrementally updates the repository code knowledge graph for review. Use for initial setup, after refactors or branch switches; supports Python, TypeScript/JS, Go; SQLite storage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudette:build-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build or incrementally update the persistent code knowledge graph for this repository.
Build or incrementally update the persistent code knowledge graph for this repository.
Check graph status by calling the list_graph_stats MCP tool.
Build the graph by calling the build_or_update_graph MCP tool:
build_or_update_graph(full_rebuild=true)build_or_update_graph() (incremental by default)Verify by calling list_graph_stats again and report the results:
.claudette/graph.db) in the repo root.claudetteignore are skippednpx claudepluginhub nicmarti/claudetteBuilds or incrementally updates a multi-language code knowledge graph using Tree-sitter AST parsing, storing nodes/edges in SQLite. Use at session start, after code changes, or before structural analysis.
Initializes or refreshes a knowledge-graph snapshot for a repository using the codebase-memory-mcp engine. Reports engine status, node/edge counts, hotspots, and cycles.
Dispatches code-review-graph queries as an agent: ensures graph freshness/embeddings, runs semantic search, feature exploration, impact analysis, and git-based review context.