When you need to understand this codebase, DO NOT grep and read whole files. Call the MCP tool **`retrieve_code`** (server `trl-retrieve`) with a natural-language question — it returns the exact relevant source slices (function/class/method) at a fraction of the tokens. Use **`explain_symbol`** to fetch the full source of a named symbol. Only fall back to reading whole files if retrieval returns nothing relevant.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add AryanGonsalves/trl-token-reduction --skill claude-code --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Claude Code?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aryangonsalves-claude-code)More formats (shields.io, HTML) on the badges page.
# trl-retrieve (code retrieval)
When you need to understand this codebase, DO NOT grep and read whole files.
Call the MCP tool **`retrieve_code`** (server `trl-retrieve`) with a natural-language
question — it returns the exact relevant source slices (function/class/method) at a
fraction of the tokens. Use **`explain_symbol`** to fetch the full source of a named
symbol. Only fall back to reading whole files if retrieval returns nothing relevant.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!