Token-efficient code navigation via AST parsing. Use smart_outline for file structure, smart_search for cross-file discovery, smart_unfold for targeted function extraction. 10-20x fewer tokens than reading full files.
From dev-toolsnpx claudepluginhub alexei-led/cc-thingz --plugin dev-toolsThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Use these tools when available (requires claude-mem plugin). Fall back to Read/Grep/Glob if unavailable.
| Task | Tool | Tokens |
|---|---|---|
| File structure at a glance | smart_outline | ~1,500 |
| Cross-file symbol discovery | smart_search | ~3,500 |
| Read a specific function/type | smart_unfold | ~400-2100 |
| Simple string search | Grep | varies |
| Full file needed | Read | ~8,000+ |
smart_outline shows every function/class/interface with bodies collapsedsmart_search finds symbols across files by conceptsmart_unfold extracts exact function source by AST node — never truncates