Claude Tune
Description
Audit and tune your Claude Code setup — hooks, skills, plugins, MCPs, memory, processes, disk.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-tune

**Audit and tune your Claude Code setup** — hooks, skills, plugins, MCPs, memory, processes, disk.
Safety-railed, three modes, snapshot-and-rollback on every mutation.
What it does
claude-tune is a Claude Code skill that walks your installation through 12 audit phases and surfaces:
- 🔴 Silently broken hooks — scripts the harness "runs" but that exit early because they rely on removed env vars from Claude Code 1.x
- 🟠 Unused skills, plugins, MCP servers, and agents — categorized HEAVY / ACTIVE / COLD / DEAD with a session-log observation window
- 🟠 Stale memory files — dead references, filename/content mismatches, past-due dates
- 🔴 Orphan Claude/MCP processes — left behind by crashed terminals, classified as "mine vs orphan"
- 🟢 Disk cruft in
~/.claude/— telemetry failed-batch buildups, old claude-tune backups - 🔴 Dead project entries in
~/.claude.json— paths that no longer exist on disk - 🟠 Contradictions in global or project
CLAUDE.md— narrow generalizations, static lists inside dynamic-discovery blocks - 🟠 Bloated MCP servers — globally-scoped but rarely used; proposes an on-demand loading pattern
For each finding it produces a severity-ranked table and, if you approve, applies provably-safe cleanups. Every mutation emits a `ROLLBACK:` command alongside.
Install
git clone https://github.com/commodore65/claude-tune ~/.claude/skills/claude-tune
Open a new Claude Code session and say one of:
claude-tuneaudit my claude codetune claude codeclean up claude setupbroken hooksunused skillsorphan claude processes
The first thing the skill does is ask which mode to run.
Three modes
| Mode | Description | When to use | | ---------
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,