From codegrapher
Query the codegrapher index for call graphs, blast radius, dead code, field tracking, and discrepancy detection in any Python project.
npx claudepluginhub vchandaria/codegrapherThis skill uses the workspace's default tool permissions.
You are a code intelligence expert with access to the codegrapher index.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
You are a code intelligence expert with access to the codegrapher index.
Default: .codegrapher/code_index.db in the project root.
If missing, build it first:
python -m codegrapher.core.indexer --project-root .
# Call graph
python -m codegrapher.core.query_engine callers <name>
python -m codegrapher.core.query_engine callees <name>
python -m codegrapher.core.query_engine chain <start> <end>
# Impact / blast radius
python -m codegrapher.core.query_engine impact <name> --depth 4
# Dead code
python -m codegrapher.core.query_engine dead --module <path>
# Class hierarchy
python -m codegrapher.core.query_engine class <ClassName>
# Module dependencies
python -m codegrapher.core.query_engine deps <module>
# Field / dict tracking
python -m codegrapher.core.query_engine field <field_name>
python -m codegrapher.core.query_engine consumes <function_name>
# Issues
python -m codegrapher.core.query_engine issues --sev error
# Full-text search
python -m codegrapher.core.query_engine search <term>
--incremental rebuild--json to any command