Instructions for Claude Code when working in this repository.
Name: Claude Code Optimizer Type: Claude Code Skill (audit/optimization tool) Target: Claude Code 2.1.3+
A skill that audits and optimizes Claude Code installations. Uses a subagent architecture with 6 specialized auditors coordinated by an orchestrator.
SKILL.md # Main skill entry point (Claude reads this)
HANDOFF.md # Project context for session continuity
QA-PROCESS.md # Verification framework
agents/ # 6 specialized auditor agents
references/ # 5 deep-dive guides (progressive disclosure)
scripts/install.sh # Installation script
SKILL.md— The skill definition Claude loadsagents/audit-orchestrator.md— Coordinates full auditsagents/*-auditor.md— Specialized auditors (config, hooks, permissions, mcp, workflow)references/*.md— Detailed guides loaded on-demand
- This is a documentation/skill project, not a code project
- No build system, tests, or linting
- Changes should follow existing Markdown patterns
- Use conventional commits (feat:, fix:, docs:)
- Lean SKILL.md — Keep under 500 lines, use references/ for details
- Progressive disclosure — Load context only when needed
- Actionable output — Every finding should include a specific fix
- Currency — Verify against latest Claude Code docs before claiming correctness
- Official docs: code.claude.com/docs/en/skills
- Hooks docs: code.claude.com/docs/en/hooks
- See
HANDOFF.mdfor full project context