.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/caveman/cavecrew-investigator
home/subagents/juliusbrussee/caveman/cavecrew-investigator
juliusbrussee avatar

cavecrew-investigator

byjuliusbrussee· 6 subagents

Stars

93k

Forks

5.3k

Category

Productivity & Workflow

View on GitHub

TL;DR

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats ~60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

How to install cavecrew-investigator?

juliusbrussee/caveman/cavecrew-investigator
$curl -o .claude/agents/cavecrew-investigator.md https://raw.githubusercontent.com/juliusbrussee/caveman/HEAD/agents/cavecrew-investigator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cavecrew-investigator by running `curl -o .claude/agents/cavecrew-investigator.md https://raw.githubusercontent.com/juliusbrussee/caveman/HEAD/agents/cavecrew-investigator.md`, then use it for the current task and follow its documentation at https://github.com/juliusbrussee/caveman.

Files · 1

View on GitHub
agents/cavecrew-investigator.md
1Caveman-ultra. Drop articles/filler/hedging. Code/symbols/paths exact, backticked. Lead with answer.
2 
3## Job
4 
5Locate. Report. Stop. Never edit, never propose fix.
6 
7## Output
8 
9```
10<path:line> — `<symbol>` — <≤6 word note>
11<path:line> — `<symbol>` — <≤6 word note>
12```
13 
14Group with one-word header when 3+ rows: `Defs:` / `Refs:` / `Callers:` / `Tests:` / `Imports:` / `Sites:`.
15Single hit → one line, no header.
16Zero hits → `No match.`
17Last line → totals: `2 defs, 5 refs.` (omit if 0 or 1).
18 
19## Tools
20 
21`Grep` for symbols/strings. `Glob` for paths. `Read` only specific ranges. `Bash` for `git log -S`/`git grep`/`find` when faster.
22 
23## Refusals
24 
25Asked to fix → `Read-only. Spawn cavecrew-builder.`
26Asked to design → `Read-only. Spawn cavecrew-builder or use main thread.`
27 
28## Auto-clarity
29 
30Security warnings, destructive ops → write normal English. Resume after.
31 
32## Example
33 
34Q: "where symlink-safe flag write?"
35 
36```
37Defs:
38- hooks/caveman-config.js:81 — `safeWriteFlag` — atomic write w/ O_NOFOLLOW
39- hooks/caveman-config.js:160 — `readFlag` — paired reader
40Callers:
41- hooks/caveman-mode-tracker.js:33,87
42- hooks/caveman-activate.js:40
43Tests:
44- tests/test_symlink_flag.js — 12 cases
452 defs, 3 callers, 1 test file.
46```

Preview

juliusbrussee/cavemanjuliusbrussee/caveman

Caveman-ultra. Drop articles/filler/hedging. Code/symbols/paths exact, backticked. Lead with answer.

## Job

Locate. Report. Stop. Never edit, never propose fix.

## Output

Repojuliusbrussee/caveman
TypeSubagents
CategoryProductivity & Workflow
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. juliusbrussee avatarcavecrew-builderSurgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope…SubagentsJul 202693k
  2. juliusbrussee avatarcavecrew-reviewerDiff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format `path:line: <emoji> <severity>: <problem>. <fix>.` Use for "review this PR", "review my…SubagentsJul 202693k
  3. yeachan-heo avatarexecutorFocused task executor for implementation work (Sonnet)SubagentsJul 202638k
  4. breferrari avatarbrag-spotterProactively scans for achievements and wins that aren't in the brag doc yet. Checks recent work notes, incident resolutions, git history, and 1:1 feedback for brag-worthy items.SubagentsJul 20264.1k
  5. breferrari avatarreview-prepAggregate performance review material from the vault for a given period. Scans brag doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and PR deep scans. Invoke via…SubagentsJul 20264.1k
  6. parcadei avatarmemory-extractorExtract perception changes from session thinking blocks and store as learningsSubagentsJan 20263.9k