πŸ† Anthropic Hackathon Winner Β· Built by @affaan-m

Everything Claude Code

The performance optimization system for AI agent harnesses. Skills, instincts, memory, security, and research-first development β€” battle-tested over 10 months of daily production use.

48Agents
183Skills
79Commands
158K+GitHub Stars
12+Language Ecosystems
πŸš€ Quick Install ⭐ View Fork πŸ“– Read the Guide
Get Started

Quick Install

Up and running in under 2 minutes.

terminal
# Step 1: Install Plugin in Claude Code
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code

# Step 2: Clone & Install Rules
git clone https://github.com/mrebrahim/everything-claude-code.git
cd everything-claude-code
./install.sh --profile full

# Step 3: Start Using
/ecc:plan "Add user authentication"
WINDOWS
.\install.ps1 --profile full
LANGUAGE SPECIFIC
./install.sh typescript python
NPM
npx ecc-install typescript
What's Inside

Complete System, Not Just Configs

Every component is designed to work together as a unified performance system.

πŸ€–

Skills β€” Primary Workflow Surface

183 skills covering TDD, security, frontend, backend, content, research, and deployment. Skills are scoped workflow bundles: reusable prompts, structure, and codemaps. The durable logic lives here, not in commands.

~/.claude/skills/
πŸ‘₯

Subagents β€” Delegated Execution

48 specialized agents that your orchestrator can delegate tasks to with limited scopes. Planner, architect, TDD guide, code reviewer, security reviewer, build resolver, and more. Each scoped with specific tool permissions.

~/.claude/agents/
πŸͺ

Hooks β€” Trigger Automations

Fire on PreToolUse, PostToolUse, Stop, SessionStart, and more. Auto-format after edits, warn on console.log, block git push for review, remind about tmux for long-running commands.

hooks/hooks.json
πŸ“‹

Rules β€” Always-Follow Guidelines

Modular .md files grouped by concern: security, coding-style, testing, git-workflow, agents, performance. Install only the languages you need: common + typescript/python/golang/swift/php.

~/.claude/rules/
πŸ”’

AgentShield β€” Security Auditor

1282 tests, 98% coverage, 102 static rules. Scans CLAUDE.md, MCP configs, hooks, and agents for secrets, injection risks, and vulnerabilities. Red-team/blue-team/auditor pipeline with Opus.

npx ecc-agentshield scan
🧠

Continuous Learning v2

Instinct-based system automatically learns your patterns across sessions with confidence scoring. Import/export instincts, cluster them into skills with /evolve. Your setup gets smarter over time.

/instinct-status
Common Workflows

What Do You Want to Do?

Quick reference for the most common tasks.

I want to…CommandAgent
Plan a new feature/ecc:plan "Add auth"planner
Design system architecture/ecc:plan + architectarchitect
Write code with tests first/tddtdd-guide
Review code I just wrote/code-reviewcode-reviewer
Fix a failing build/build-fixbuild-error-resolver
Run end-to-end tests/e2ee2e-runner
Find security vulnerabilities/security-scansecurity-reviewer
Remove dead code/refactor-cleanrefactor-cleaner
Review Python code/python-reviewpython-reviewer
Review Go code/go-reviewgo-reviewer
Tips & Tricks

Keyboard Shortcuts & Pro Tips

From 10 months of daily Claude Code use.

Ctrl+U

Delete entire line β€” faster than backspace spam

!

Quick bash command prefix without leaving Claude

@

Search and reference files in your codebase

Shift+Enter

Multi-line input for complex prompts

Tab

Toggle thinking display on/off

Esc Esc

Interrupt Claude and restore your code

/fork

Fork conversations for parallel non-overlapping tasks

/compact

Manually trigger context compaction at logical breakpoints

/cost

Monitor token spending during the current session

/clear

Between unrelated tasks β€” free instant context reset

⚑ Token Optimization Settings
// ~/.claude/settings.json
{
  "model": "sonnet",
  "env": {
    "MAX_THINKING_TOKENS": "10000",        // ~70% reduction in thinking cost
    "CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "50", // compact earlier = better quality
    "CLAUDE_CODE_SUBAGENT_MODEL": "haiku"   // cheaper subagents
  }
}
Cross-Platform

Works Everywhere

The same repo ships cleanly across all major AI coding harnesses.

FeatureClaude CodeCursorCodexOpenCode
Agents48SharedShared12
Skills183Shared1037
Commands79SharedInstruction-based31
Hook Events8 types15 typesNone yet11 types
MCP Servers14Shared7Full