Quick Start
Get Everything Claude Code installed and ready to use in under 2 minutes.Install the Plugin
The easiest way to use Everything Claude Code is to install it as a Claude Code plugin.This gives you instant access to:
- 13 specialized agents (planner, architect, tdd-guide, code-reviewer, etc.)
- 33 slash commands (
/plan,/tdd,/code-review,/build-fix, etc.) - 56+ skills (coding standards, TDD workflow, security review, etc.)
- Automated hooks (memory persistence, strategic compaction, security warnings)
Install Rules (Required)
Clone the repository first:
- Automated (Recommended)
- Manual
Use the installer script to handle common + language rules safely:The installer copies rules to
~/.claude/rules/ maintaining the directory structure:common/- Language-agnostic principles (always installed)typescript/,python/,golang/, etc. - Language-specific rules
Rules are always-follow guidelines that ensure consistent code quality, security, and best practices across your projects.
Start Using Commands
Try your first command to verify installation:
Plugin installs use the namespaced form (
/everything-claude-code:plan) while manual installs use the shorter form (/plan).Configure Package Manager (Optional)
The plugin automatically detects your preferred package manager (npm, pnpm, yarn, bun) with the following priority:
- Environment variable:
CLAUDE_PACKAGE_MANAGER - Project config:
.claude/package-manager.json package.json:packageManagerfield- Lock file detection
- Global config:
~/.claude/package-manager.json - Fallback: First available
✨ That’s It!
You now have access to:- 13 specialized agents for planning, architecture, TDD, code review, security, and more
- 56+ skills covering coding standards, backend/frontend patterns, security, testing, and continuous learning
- 33 commands for instant execution of common workflows
- Automated hooks for memory persistence, strategic compaction, and security warnings
First Steps
Try a Command
Start with
/plan "Add user authentication" to see the planner agent in action.Review Available Commands
Use
/plugin list everything-claude-code@everything-claude-code to see all available commands.Learn About Agents
Check out the Agents Concept to understand when to use each agent.
Optimize Token Usage
Review Token Optimization to reduce costs without sacrificing quality.
Common First Commands
| Command | What It Does | When to Use |
|---|---|---|
/plan "feature" | Creates implementation plan | Starting a new feature |
/tdd | Enforces test-driven development | Writing new code or fixing bugs |
/code-review | Reviews code for quality & security | After writing/modifying code |
/build-fix | Fixes build and type errors | When build fails |
/e2e | Generates E2E tests | Testing critical user flows |
/orchestrate | Multi-agent workflow | Complex tasks requiring multiple agents |
Example Workflow
Here’s a typical workflow for adding a new feature:Next Steps
Installation Guide
Detailed installation options and platform-specific notes
Key Concepts
Learn about agents, skills, hooks, and rules
Token Optimization
Reduce costs without sacrificing quality
Troubleshooting
Commands not found / plugin not loading
Commands not found / plugin not loading
Verify the plugin is enabled in Restart Claude Code after enabling the plugin.
~/.claude/settings.json:Hooks aren't working / 'Duplicate hooks file' errors
Hooks aren't working / 'Duplicate hooks file' errors
Context window shrinking / running out of context
Context window shrinking / running out of context
Too many MCP servers eat your context. Each MCP tool description consumes tokens from your 200k window, potentially reducing it to ~70k.Fix: Disable unused MCPs per project in Keep under 10 MCPs enabled and under 80 tools active.
.claude/settings.json:Rules not being followed
Rules not being followed
Verify rules are installed in the correct location:Rules should maintain the directory structure:
common/- Language-agnostic principlestypescript/,python/,golang/, etc. - Language-specific rules
Getting Help
GitHub Issues
Report bugs or request features
Shorthand Guide
Setup, foundations, and philosophy
Longform Guide
Token optimization, memory persistence, evals, parallelization
Follow @affaanmustafa
Get updates and tips