graph-search

Installation
SKILL.md

Search Code Knowledge Graph

Search .gauntlet/graph.db for code entities by name.

Steps

  1. Accept query: Get the search term from the user.

  2. Run the query script:

    python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_query.py \
        --action search --query "<term>" --limit 20
    

    Optional filters:

    • --kind Function to search only functions
    • --kind Class to search only classes
  3. Display results: Show qualified name, file path,

Related skills
Installs
22
GitHub Stars
278
First Seen
Apr 13, 2026