Explore codebases through search, relevant ranges, and module ownership.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill targeted-exploration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Targeted Exploration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-targeted-exploration)More formats (shields.io, HTML) on the badges page.
---
name: targeted-exploration
description: Explore codebases through search, relevant ranges, and module ownership.
---
# 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.
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!