← ClaudeAtlas

targeted-explorationlisted

Explore codebases through search, relevant ranges, and module ownership.
Andersseen/agentyx · ★ 3 · AI & Automation · score 67
Install: claude install-skill Andersseen/agentyx
# Targeted exploration Explore from signal to context. ## Flow Search for the name, command, schema, error, or behavior. Read the relevant symbol or range. Then read nearby callers or tests. Open the whole file when the range does not reveal ownership or invariants. ## Search Prefer structural or code-aware search when available. Use text search for identifiers and output strings. Avoid dumping unrelated files into context. ## Stop condition Stop exploring when you can name the owning module, the expected behavior, the likely change, and the checks that will verify it.