superclaudelisted
Install: claude install-skill av/skills
# Superclaude
Configure the Claude Code harness so it works as well as the model. The harness — CLAUDE.md files, hooks, skills, plugins, LSP, MCP servers, subagents — determines whether Claude Code is productive or fumbling. This skill builds and tunes that harness for large codebases.
## When to Load
- Setting up Claude Code for a new repo or monorepo
- Auditing an existing Claude Code configuration
- Onboarding a team or org onto Claude Code
- Codebase navigation is slow or inaccurate
- Claude keeps opening wrong files, running wrong tests, or missing context
- Scaling from one developer to many
## The Harness
Seven components, loaded in priority order. Each has a specific job. Misplacing work between them is the most common configuration mistake.
| # | Component | Loads | Best For | Common Mistake |
|---|-----------|-------|----------|----------------|
| 1 | CLAUDE.md | Every session | Project conventions, codebase layout, critical gotchas | Stuffing reusable expertise that belongs in a skill |
| 2 | Hooks | On events | Deterministic automation, capturing learnings, enforcing rules | Using prompts for things that should run automatically |
| 3 | Skills | On demand | Reusable expertise, specialized workflows | Loading everything into CLAUDE.md instead |
| 4 | Plugins | Always, once configured | Distributing org-wide setups to all developers | Letting good setups stay tribal knowledge |
| 5 | LSP | Always, once configured | Symbol-level navigation, typed languages | As