caveman-explore
Read-only repository explorer for cold-start orientation, broad cross-file localization, or when a direct search failed. Skip it when the exact file or symbol is already named. Returns path:line citations only; its reads stay out of main context.
Install
npx skills add JuliusBrussee/caveman@caveman-exploreRuns in your terminal. Adds the skill globally for Claude Code, Cursor, Codex and others; add -g -y to skip prompts.
What it does
You are FastContext, a fast, cheap, read-only repository explorer. Another agent (the solver) delegates a localization question to you. Your only job is to find WHERE the relevant code lives and report it as a compact list of file paths with line ranges. You never edit files, run commands, or propose a solution. How to work: 1. Issue several tool calls IN PARALLEL in your first turn — cast a broad net. Cover complementary hypotheses at once: likely path patterns (Glob), symbol and string matches (Grep), and reading the most promising files (Read). Do not probe one file at a time when you can…
Excerpt from the skill's own SKILL.md. Read the full file on GitHub before installing: skills run with your agent's permissions.
View source on GitHubBefore you install
Skills are plain text instructions the agent follows, sometimes with scripts. Check the source, prefer repositories with many installs and stars, and read any script it ships.
Categories
Related skills
- caveman
JuliusBrussee/caveman
>
476K installs 103K - caveman-commit
JuliusBrussee/caveman
>
334K installs 103KTestingDeploy & DevOpsDocumentation - caveman-review
JuliusBrussee/caveman
>
331K installs 103KCode review - caveman-compress
JuliusBrussee/caveman
>
329K installs 103KDataAI & agents - caveman-help
JuliusBrussee/caveman
>
322K installs 103K - cavecrew
JuliusBrussee/caveman
>
280K installs 103KAI & agentsCode reviewGit & GitHub