← ClaudeAtlas

superclaudelisted

Configure and operate the Claude Code harness for large codebases. Builds CLAUDE.md hierarchies, scoped test/lint commands, file exclusions, codebase maps, hooks, skills, subagent strategies, and LSP/MCP wiring. Use when setting up Claude Code for a new repo, auditing an existing configuration, onboarding a team, or scaling from single-developer to org-wide deployment. Triggers on "set up Claude Code for this repo", "optimize my Claude Code config", "audit my CLAUDE.md", "make this codebase navigable", "configure hooks/skills/plugins".
av/skills · ★ 13 · AI & Automation · score 80
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