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.
npx claudepluginhub nicmarti/claudetteThis skill uses the workspace's default tool permissions.
Build or incrementally update the persistent code knowledge graph for this repository.
Builds 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.
Builds persistent knowledge graph of codebase using Tree-sitter and SQLite, enabling Claude to query blast radius of changes and reduce tokens up to 49x on code reviews and tasks.
Generates and queries codebase knowledge graphs for architecture-aware task decomposition, dependency discovery, and context reduction in multi-module projects with 20+ files.
Share bugs, ideas, or general feedback.
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 skipped