claude-auditlisted
Install: claude install-skill glitchwerks/claude-prospector
# Claude Audit Skill
Produce a deterministic overlap/conflict report for the project's effective Claude Code
configuration. The audit considers user-scope (`~/.claude/`), project-scope
(`<project>/.claude/`), and plugin-provided sources together — because that is what the agent
actually loads at runtime.
The output is a single markdown report. The skill itself does **not** modify any files. All
recommendations are presented to the user; they decide what to change.
---
## Step 1: Discover the project objective
Before evaluating overlaps, read the project's `CLAUDE.md` (and any `README.md`) at the repo
root to understand what the project does. Specific things to extract:
- **Domain** — web app, infra, mobile, ML, mod development, etc.
- **Languages / frameworks** — informs which language skills are relevant
- **Workflows codified in CLAUDE.md** — issue tracking, PR conventions, branching, testing
Recommendations later are scoped to these. A `python` skill is not "redundant" just because
the project also uses TypeScript — it might still be load-bearing for tooling scripts.
If no project-level `CLAUDE.md` exists, fall back to the user-level `~/.claude/CLAUDE.md` and
note that the audit is using the user-scope objective only.
---
## Steps 2–5: Deterministic inventory and analysis
Run the built-in CLI subcommand and capture its markdown output:
```bash
python -m claude_prospector audit --project-dir <project-root>
```
This single command covers all four deterministic s