graph-search
Installation
SKILL.md
Search Code Knowledge Graph
Search .gauntlet/graph.db for code entities by name.
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 20Optional filters:
--kind Functionto search only functions--kind Classto search only classes