Agent skill
ragsharp-query-code-graph
Query the ragsharp code graph for declarations, references, callers, callees, dependencies, and line-number evidence. Triggers: find usages, where defined, callers, callees, dependency path, project deps, type hierarchy, line numbers, evidence.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/ragsharp-query-code-graph
SKILL.md
Steps
- Run
ragsharp graph query --type symbols --db .ragsharp/graph/index.db --limit 50 --symbol "SymbolName". - Use the JSON output to answer questions with file:line-range evidence.
Didn't find tool you were looking for?