Use when a coding task requires broad codebase reconnaissance before implementation, especially unfamiliar repositories, architecture questions, feature tracing, bug investigations, refactors, migrations, reviews, or changes that may require reading roughly 10+ files or searching multiple independent areas. Delegates read-only exploration to explorer subagents first, keeps the main conversation lean, prevents the main agent from reading code while subagents are exploring, and requires a key-files table before the main agent proceeds with detailed code reading or edits.
$npx -y skills add oil-oil/codex-explore-skill --skill codex-explore-skillInstalls into the current project.
Run `npx skills use "https://github.com/oil-oil/codex-explore-skill" --skill "oil-oil/codex-explore-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/oil-oil/codex-explore-skill" that are relevant to the current task. Run `npx skills add "https://github.com/oil-oil/codex-explore-skill"` and select the relevant skills, then follow their instructions.