explorer
SKILL.md
Explorer: Fast Codebase Search
Speed-optimized codebase search leveraging Amp's built-in tools.
Tool Selection
| Need | Use | Why |
|---|---|---|
| Semantic/conceptual search | Search |
AI-powered, understands code meaning |
| Exact pattern match | Grep |
Fast regex, specific strings |
| File discovery | glob |
Pattern-based file finding |
| Read after locate | Read |
Get file contents |
Primary Tool: Search
USE SEARCH FIRST for most searches. It's Amp's semantic search that understands code: