Symbol banner
MisterRaindrop MisterRaindrop

Symbol

Development community

Description

--- description: Out-of-context symbol index -- locate symbols and structure with a few lines instead of reading whole files allowed-tools: Bash(node:*), Read, Grep --- Navigate code by querying an out-of-context symbol index instead of reading whole files. The index is built once and kept OUT of your context; each query returns only a handful of lines. Measured on real C++: this beats both dumping a repo-map and grep-plus-read (see the project's code-intelligence A/B). Use it before opening fil

Installation

Installs to ~/.claude/skills/misterraindrop-agent-router-cc-symbol/SKILL.md

Terminal
mkdir -p ~/.claude/skills/misterraindrop-agent-router-cc-symbol && curl -fsSL https://raw.githubusercontent.com/MisterRaindrop/agent-router-cc/HEAD/commands/symbol.md -o ~/.claude/skills/misterraindrop-agent-router-cc-symbol/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository