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

  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
    
Installs
75
GitHub Stars
327
First Seen
Apr 13, 2026
graph-search — athola/claude-night-market