# 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.

- Skill: `managedcode/ragsharp-query-code-graph` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add managedcode/ragsharp-query-code-graph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/managedcode/ragsharp-query-code-graph/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: managedcode (https://skillmd.com/u/managedcode)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/managedcode/ragsharp-query-code-graph

---

## Steps
1. Run `ragsharp graph query --type symbols --db .ragsharp/graph/index.db --limit 50 --symbol "SymbolName"`.
2. Use the JSON output to answer questions with file:line-range evidence.

