From claude-evolve
Audits Claude Code setups for security, coverage gaps, optimizations, consolidation of toolkits, and migration from .claude folders. Invoke for config reviews or maintenance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-evolve:setup-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Alias for `/evolve audit`. Audit and optimize Claude Code configuration.
Alias for /evolve audit. Audit and optimize Claude Code configuration.
Invoke claude-evolve:evolve-setup-auditor agent via Task tool.
$HOME/.claude-evolve/active exists. If not, tell user to run /evolve init first and stop.full.claude-evolve:evolve-setup-auditor via Task tool with the mode parameter.| Mode | Trigger | What It Does |
|---|---|---|
full | "audit my setup" (default) | Complete audit: security, coverage, learnings, recommendations |
quick | "quick check", "fast audit" | Security + coverage check only |
security | "is my setup secure" | Deep security analysis of settings and permissions |
optimize | "optimize", "apply improvements" | Apply all improvements directly to toolkit |
consolidate | "consolidate", "merge duplicates" | Merge similar components, remove redundancy |
migrate | "migrate", "import from .claude" | Copy $HOME/.claude/ content to toolkit |
| Error | Action |
|---|---|
| No toolkit initialized | Tell user: "Run /evolve init first." |
| Agent finds no issues | Report: "Setup looks good. No issues found." |
| Agent can't read $HOME/.claude/ | Report what was accessible, note permission issues |
The agent produces a structured audit report with:
The agent reads from $HOME/.claude/ but never writes to it. All changes go to the toolkit at $HOME/.claude-evolve/toolkits/{name}/.
This skill is the natural-language entry point for the same functionality that /evolve audit provides via command routing. Both invoke the same evolve-setup-auditor agent.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hknc/claude-evolve