graph-search
Installation
SKILL.md
Search Code Knowledge Graph
Search .gauntlet/graph.db for code entities by name.
When NOT To Use
- The graph is missing or stale (use
gauntlet:graph-build) - Scoring the impact of a change (use
pensive:blast-radius)
Steps
-
Accept query: Get the search term from the user.
-
Run the query script:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_query.py \ --action search --query "<term>" --limit 20