AI AGENT ADDONS

When you need to understand a large codebase, start with a map. Smart Explore uses AST parsing to find functions and symbols without reading entire files. This saves tokens and time.

First, use smart_search to discover files and matching symbols in one call. Then use smart_outline to see the structure of any file. Finally, use smart_unfold to get the full source of a single function or class. Only fetch what you need.

This approach replaces the old cycle of Glob, Grep, and Read. It is best for understanding code structure and finding specific implementations quickly.

Add Smart Explore skill to your workflow

Global

mkdir -p ~/.claude/skills/smart-explore

Project

mkdir -p .claude/skills/smart-explore

Source Repository

Stars
84,864
Forks
7,327
Watchers
84,864
License
Apache-2.0
Last Push
23 days ago
Created
10 months ago