2026-03-29 00:04:36 -04:00
**Language:** English | [Português (Brasil) ](docs/pt-BR/README.md ) | [简体中文 ](README.zh-CN.md ) | [繁體中文 ](docs/zh-TW/README.md ) | [日本語 ](docs/ja-JP/README.md ) | [한국어 ](docs/ko-KR/README.md ) | [Türkçe ](docs/tr/README.md )
2026-01-29 15:06:29 +08:00
2026-01-17 17:49:33 -08:00
# Everything Claude Code
2026-01-22 22:19:01 -08:00
[](https://github.com/affaan-m/everything-claude-code/stargazers)
2026-02-06 02:22:21 -08:00
[](https://github.com/affaan-m/everything-claude-code/network/members)
[](https://github.com/affaan-m/everything-claude-code/graphs/contributors)
2026-03-04 15:29:37 -08:00
[](https://www.npmjs.com/package/ecc-universal)
[](https://www.npmjs.com/package/ecc-agentshield)
[](https://github.com/marketplace/ecc-tools)
2026-01-22 22:19:01 -08:00
[](LICENSE)


2026-02-06 02:22:21 -08:00

2026-01-26 08:20:42 +00:00

2026-02-06 02:22:21 -08:00

2026-03-09 06:20:26 +03:00

2026-01-22 22:19:01 -08:00

2026-04-05 13:20:18 -07:00
> **140K+ stars** | **21K+ forks** | **170+ contributors** | **12+ language ecosystems** | **Anthropic Hackathon Winner**
2026-02-06 02:22:21 -08:00
2026-02-01 20:05:02 +08:00
---
<div align="center">
2026-03-29 08:59:06 -04:00
**Language / 语言 / 語言 / Dil**
2026-02-01 20:05:02 +08:00
2026-03-21 14:09:27 +01:00
[**English** ](README.md ) | [Português (Brasil) ](docs/pt-BR/README.md ) | [简体中文 ](README.zh-CN.md ) | [繁體中文 ](docs/zh-TW/README.md ) | [日本語 ](docs/ja-JP/README.md ) | [한국어 ](docs/ko-KR/README.md )
2026-03-23 01:37:04 +03:00
| [Türkçe ](docs/tr/README.md )
2026-02-01 20:05:02 +08:00
</div>
---
2026-01-29 15:06:26 +08:00
2026-02-28 10:09:51 -08:00
**The performance optimization system for AI agent harnesses. From an Anthropic hackathon winner.**
2026-01-17 17:49:33 -08:00
2026-04-01 02:11:24 -07:00
Not just configs. A complete system: skills, instincts, memory optimization, continuous learning, security scanning, and research-first development. Production-ready agents, skills, hooks, rules, MCP configurations, and legacy command shims evolved over 10+ months of intensive daily use building real products.
2026-02-28 10:09:51 -08:00
2026-04-05 13:20:18 -07:00
Works across **Claude Code** , **Codex** , **Cursor** , **OpenCode** , **Gemini** , and other AI agent harnesses.
2026-01-17 17:49:33 -08:00
---
2026-01-21 12:05:58 -08:00
## The Guides
2026-01-17 17:49:33 -08:00
2026-01-21 12:23:50 -08:00
This repo is the raw code only. The guides explain everything.
2026-01-17 18:06:52 -08:00
2026-01-22 22:29:06 -08:00
<table>
<tr>
2026-03-20 20:24:56 -07:00
<td width="33%">
2026-01-22 22:29:06 -08:00
<a href="https://x.com/affaanmustafa/status/2012378465664745795">
2026-03-20 20:40:13 -07:00
<img src="./assets/images/guides/shorthand-guide.png" alt="The Shorthand Guide to Everything Claude Code" />
2026-01-22 22:29:06 -08:00
</a>
</td>
2026-03-20 20:24:56 -07:00
<td width="33%">
2026-01-22 22:29:06 -08:00
<a href="https://x.com/affaanmustafa/status/2014040193557471352">
2026-03-20 20:40:13 -07:00
<img src="./assets/images/guides/longform-guide.png" alt="The Longform Guide to Everything Claude Code" />
2026-01-22 22:29:06 -08:00
</a>
</td>
2026-03-20 20:24:56 -07:00
<td width="33%">
<a href="https://x.com/affaanmustafa/status/2033263813387223421">
2026-03-20 20:34:03 -07:00
<img src="./assets/images/security/security-guide-header.png" alt="The Shorthand Guide to Everything Agentic Security" />
2026-03-20 20:24:56 -07:00
</a>
</td>
2026-01-22 22:29:06 -08:00
</tr>
<tr>
2026-01-29 00:11:11 -08:00
<td align="center"><b>Shorthand Guide</b><br/>Setup, foundations, philosophy. <b>Read this first.</b></td>
2026-01-22 22:29:06 -08:00
<td align="center"><b>Longform Guide</b><br/>Token optimization, memory persistence, evals, parallelization.</td>
2026-03-20 20:24:56 -07:00
<td align="center"><b>Security Guide</b><br/>Attack vectors, sandboxing, sanitization, CVEs, AgentShield.</td>
2026-01-22 22:29:06 -08:00
</tr>
</table>
2026-01-21 12:05:58 -08:00
| Topic | What You'll Learn |
|-------|-------------------|
| Token Optimization | Model selection, system prompt slimming, background processes |
| Memory Persistence | Hooks that save/load context across sessions automatically |
| Continuous Learning | Auto-extract patterns from sessions into reusable skills |
| Verification Loops | Checkpoint vs continuous evals, grader types, pass@k metrics |
| Parallelization | Git worktrees, cascade method, when to scale instances |
| Subagent Orchestration | The context problem, iterative retrieval pattern |
2026-01-21 11:40:43 -08:00
2026-01-17 17:49:33 -08:00
---
2026-02-06 02:22:21 -08:00
## What's New
2026-04-05 13:20:18 -07:00
### v1.10.0 — Surface Refresh, Operator Workflows, and ECC 2.0 Alpha (Apr 2026)
- **Public surface synced to the live repo** — metadata, catalog counts, plugin manifests, and install-facing docs now match the actual OSS surface: 38 agents, 156 skills, and 72 legacy command shims.
2026-04-05 15:19:56 -07:00
- **Operator and outbound workflow expansion** — `brand-voice` , `social-graph-ranker` , `connections-optimizer` , `customer-billing-ops` , `ecc-tools-cost-audit` , `google-workspace-ops` , `project-flow-ops` , and `workspace-surface-audit` round out the operator lane.
2026-04-05 13:20:18 -07:00
- **Media and launch tooling** — `manim-video` , `remotion-video-creation` , and upgraded social publishing surfaces make technical explainers and launch content part of the same system.
- **Framework and product surface growth** — `nestjs-patterns` , richer Codex/OpenCode install surfaces, and expanded cross-harness packaging keep the repo usable beyond Claude Code alone.
- **ECC 2.0 alpha is in-tree** — the Rust control-plane prototype in `ecc2/` now builds locally and exposes `dashboard` , `start` , `sessions` , `status` , `stop` , `resume` , and `daemon` commands. It is usable as an alpha, not yet a general release.
- **Ecosystem hardening** — AgentShield, ECC Tools cost controls, billing portal work, and website refreshes continue to ship around the core plugin instead of drifting into separate silos.
2026-03-20 00:29:20 -07:00
### v1.9.0 — Selective Install & Language Expansion (Mar 2026)
- **Selective install architecture** — Manifest-driven install pipeline with `install-plan.js` and `install-apply.js` for targeted component installation. State store tracks what's installed and enables incremental updates.
- **6 new agents** — `typescript-reviewer` , `pytorch-build-resolver` , `java-build-resolver` , `java-reviewer` , `kotlin-reviewer` , `kotlin-build-resolver` expand language coverage to 10 languages.
- **New skills** — `pytorch-patterns` for deep learning workflows, `documentation-lookup` for API reference research, `bun-runtime` and `nextjs-turbopack` for modern JS toolchains, plus 8 operational domain skills and `mcp-server-patterns` .
- **Session & state infrastructure** — SQLite state store with query CLI, session adapters for structured recording, skill evolution foundation for self-improving skills.
- **Orchestration overhaul** — Harness audit scoring made deterministic, orchestration status and launcher compatibility hardened, observer loop prevention with 5-layer guard.
- **Observer reliability** — Memory explosion fix with throttling and tail sampling, sandbox access fix, lazy-start logic, and re-entrancy guard.
- **12 language ecosystems** — New rules for Java, PHP, Perl, Kotlin/Android/KMP, C++, and Rust join existing TypeScript, Python, Go, and common rules.
2026-04-05 20:25:12 -07:00
- **Community contributions** — Korean and Chinese translations, biome hook optimization, video processing skills, operational skills, PowerShell installer, Antigravity IDE support.
2026-03-20 00:29:20 -07:00
- **CI hardening** — 19 test failure fixes, catalog count enforcement, install manifest validation, and full test suite green.
2026-03-04 14:48:06 -08:00
### v1.8.0 — Harness Performance System (Mar 2026)
- **Harness-first release** — ECC is now explicitly framed as an agent harness performance system, not just a config pack.
- **Hook reliability overhaul** — SessionStart root fallback, Stop-phase session summaries, and script-based hooks replacing fragile inline one-liners.
- **Hook runtime controls** — `ECC_HOOK_PROFILE=minimal|standard|strict` and `ECC_DISABLED_HOOKS=...` for runtime gating without editing hook files.
- **New harness commands** — `/harness-audit` , `/loop-start` , `/loop-status` , `/quality-gate` , `/model-route` .
- **NanoClaw v2** — model routing, skill hot-load, session branch/search/export/compact/metrics.
- **Cross-harness parity** — behavior tightened across Claude Code, Cursor, OpenCode, and Codex app/CLI.
- **997 internal tests passing** — full suite green after hook/runtime refactor and compatibility updates.
2026-02-27 06:06:41 -08:00
### v1.7.0 — Cross-Platform Expansion & Presentation Builder (Feb 2026)
- **Codex app + CLI support** — Direct `AGENTS.md` -based Codex support, installer targeting, and Codex docs
- **`frontend-slides` skill** — Zero-dependency HTML presentation builder with PPTX conversion guidance and strict viewport-fit rules
- **5 new generic business/content skills** — `article-writing` , `content-engine` , `market-research` , `investor-materials` , `investor-outreach`
- **Broader tool coverage** — Cursor, Codex, and OpenCode support tightened so the same repo ships cleanly across all major harnesses
- **992 internal tests** — Expanded validation and regression coverage across plugin, hooks, skills, and packaging
2026-02-25 07:19:44 -08:00
### v1.6.0 — Codex CLI, AgentShield & Marketplace (Feb 2026)
- **Codex CLI support** — New `/codex-setup` command generates `codex.md` for OpenAI Codex CLI compatibility
- **7 new skills** — `search-first` , `swift-actor-persistence` , `swift-protocol-di-testing` , `regex-vs-llm-structured-text` , `content-hash-cache-pattern` , `cost-aware-llm-pipeline` , `skill-stocktake`
- **AgentShield integration** — `/security-scan` skill runs AgentShield directly from Claude Code; 1282 tests, 102 rules
- **GitHub Marketplace** — ECC Tools GitHub App live at [github.com/marketplace/ecc-tools ](https://github.com/marketplace/ecc-tools ) with free/pro/enterprise tiers
- **30+ community PRs merged** — Contributions from 30 contributors across 6 languages
- **978 internal tests** — Expanded validation suite across agents, skills, commands, hooks, and rules
2026-02-06 02:22:21 -08:00
### v1.4.1 — Bug Fix (Feb 2026)
2026-03-21 18:09:52 -07:00
- **Fixed instinct import content loss** — `parse_instinct_file()` was silently dropping all content after frontmatter (Action, Evidence, Examples sections) during `/instinct-import` . ([#148 ](https://github.com/affaan-m/everything-claude-code/issues/148 ), [#161 ](https://github.com/affaan-m/everything-claude-code/pull/161 ))
2026-02-06 02:22:21 -08:00
### v1.4.0 — Multi-Language Rules, Installation Wizard & PM2 (Feb 2026)
- **Interactive installation wizard** — New `configure-ecc` skill provides guided setup with merge/overwrite detection
- **PM2 & multi-agent orchestration** — 6 new commands (`/pm2` , `/multi-plan` , `/multi-execute` , `/multi-backend` , `/multi-frontend` , `/multi-workflow` ) for managing complex multi-service workflows
2026-03-09 06:46:49 +03:00
- **Multi-language rules architecture** — Rules restructured from flat files into `common/` + `typescript/` + `python/` + `golang/` directories. Install only the languages you need
2026-02-06 02:22:21 -08:00
- **Chinese (zh-CN) translations** — Complete translation of all agents, commands, skills, and rules (80+ files)
- **GitHub Sponsors support** — Sponsor the project via GitHub Sponsors
- **Enhanced CONTRIBUTING.md** — Detailed PR templates for each contribution type
### v1.3.0 — OpenCode Plugin Support (Feb 2026)
- **Full OpenCode integration** — 12 agents, 24 commands, 16 skills with hook support via OpenCode's plugin system (20+ event types)
- **3 native custom tools** — run-tests, check-coverage, security-audit
- **LLM documentation** — `llms.txt` for comprehensive OpenCode docs
### v1.2.0 — Unified Commands & Skills (Feb 2026)
- **Python/Django support** — Django patterns, security, TDD, and verification skills
- **Java Spring Boot skills** — Patterns, security, TDD, and verification for Spring Boot
- **Session management** — `/sessions` command for session history
- **Continuous learning v2** — Instinct-based learning with confidence scoring, import/export, evolution
See the full changelog in [Releases ](https://github.com/affaan-m/everything-claude-code/releases ).
---
2026-03-29 08:59:06 -04:00
## Quick Start
2026-02-01 20:05:02 +08:00
Get up and running in under 2 minutes:
### Step 1: Install the Plugin
2026-04-05 13:20:18 -07:00
> NOTE: The plugin is convenient, but the OSS installer below is still the most reliable path if your Claude Code build has trouble resolving self-hosted marketplace entries.
2026-02-01 20:05:02 +08:00
```bash
# Add marketplace
2026-04-05 13:20:18 -07:00
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
2026-02-01 20:05:02 +08:00
# Install plugin
2026-04-05 14:31:30 -07:00
/plugin install ecc@ecc
2026-02-01 20:05:02 +08:00
```
### Step 2: Install Rules (Required)
2026-03-29 08:59:06 -04:00
> WARNING: **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
2026-02-01 20:05:02 +08:00
```bash
# Clone the repo first
git clone https://github.com/affaan-m/everything-claude-code.git
2026-02-12 09:02:38 +01:00
cd everything-claude-code
2026-02-01 20:05:02 +08:00
2026-03-16 20:40:56 +00:00
# Install dependencies (pick your package manager)
npm install # or: pnpm install | yarn install | bun install
2026-03-16 21:35:17 +01:00
# macOS/Linux
2026-03-26 17:49:04 +05:30
# Recommended: install everything (full profile)
./install.sh --profile full
# Or install for specific languages only
2026-03-10 21:10:26 -07:00
./install.sh typescript # or python or golang or swift or php
# ./install.sh typescript python golang swift php
2026-02-12 09:02:38 +01:00
# ./install.sh --target cursor typescript
2026-03-05 00:44:18 +07:00
# ./install.sh --target antigravity typescript
2026-03-31 15:13:20 -07:00
# ./install.sh --target gemini --profile full
2026-02-01 20:05:02 +08:00
```
2026-03-16 21:35:17 +01:00
```powershell
# Windows PowerShell
2026-03-26 17:49:04 +05:30
# Recommended: install everything (full profile)
.\ install . ps1 - -profile full
# Or install for specific languages only
2026-03-16 21:35:17 +01:00
.\ install . ps1 typescript # or python or golang or swift or php
# .\install.ps1 typescript python golang swift php
# .\install.ps1 --target cursor typescript
# .\install.ps1 --target antigravity typescript
2026-03-31 15:13:20 -07:00
# .\install.ps1 --target gemini --profile full
2026-03-16 21:35:17 +01:00
# npm-installed compatibility entrypoint also works cross-platform
npx ecc-install typescript
```
2026-03-26 17:07:47 +08:00
For manual install instructions see the README in the `rules/` folder. When copying rules manually, copy the whole language directory (for example `rules/common` or `rules/golang` ), not the files inside it, so relative references keep working and filenames do not collide.
2026-02-12 09:02:38 +01:00
2026-02-01 20:05:02 +08:00
### Step 3: Start Using
```bash
2026-04-01 02:11:24 -07:00
# Skills are the primary workflow surface.
# Existing slash-style command names still work while ECC migrates off commands/.
# Plugin install uses the namespaced form
2026-04-05 14:31:30 -07:00
/ecc:plan "Add user authentication"
2026-02-26 20:08:14 -08:00
2026-04-01 02:11:24 -07:00
# Manual install keeps the shorter slash form:
2026-02-26 20:08:14 -08:00
# /plan "Add user authentication"
2026-02-01 20:05:02 +08:00
# Check available commands
2026-04-05 14:31:30 -07:00
/plugin list ecc@ecc
2026-02-01 20:05:02 +08:00
```
2026-04-05 20:10:54 -07:00
**That's it!** You now have access to 47 agents, 181 skills, and 79 legacy command shims.
2026-02-01 20:05:02 +08:00
2026-03-26 16:42:08 +08:00
### Multi-model commands require additional setup
2026-03-29 08:59:06 -04:00
> WARNING: `multi-*` commands are **not** covered by the base plugin/rules install above.
2026-03-26 16:42:08 +08:00
>
> To use `/multi-plan`, `/multi-execute`, `/multi-backend`, `/multi-frontend`, and `/multi-workflow`, you must also install the `ccg-workflow` runtime.
>
> Initialize it with `npx ccg-workflow`.
>
> That runtime provides the external dependencies these commands expect, including:
> - `~/.claude/bin/codeagent-wrapper`
> - `~/.claude/.ccg/prompts/*`
>
> Without `ccg-workflow`, these `multi-*` commands will not run correctly.
2026-02-01 20:05:02 +08:00
---
2026-03-29 08:59:06 -04:00
## Cross-Platform Support
2026-01-23 15:08:07 +08:00
2026-03-05 00:44:18 +07:00
This plugin now fully supports **Windows, macOS, and Linux** , alongside tight integration across major IDEs (Cursor, OpenCode, Antigravity) and CLI harnesses. All hooks and scripts have been rewritten in Node.js for maximum compatibility.
2026-01-23 15:08:07 +08:00
### Package Manager Detection
The plugin automatically detects your preferred package manager (npm, pnpm, yarn, or bun) with the following priority:
1. **Environment variable** : `CLAUDE_PACKAGE_MANAGER`
2. **Project config** : `.claude/package-manager.json`
3. **package.json** : `packageManager` field
4. **Lock file** : Detection from package-lock.json, yarn.lock, pnpm-lock.yaml, or bun.lockb
5. **Global config** : `~/.claude/package-manager.json`
6. **Fallback** : First available package manager
To set your preferred package manager:
```bash
# Via environment variable
export CLAUDE_PACKAGE_MANAGER = pnpm
# Via global config
node scripts/setup-package-manager.js --global pnpm
# Via project config
node scripts/setup-package-manager.js --project bun
# Detect current setting
node scripts/setup-package-manager.js --detect
```
Or use the `/setup-pm` command in Claude Code.
2026-03-04 14:48:06 -08:00
### Hook Runtime Controls
Use runtime flags to tune strictness or disable specific hooks temporarily:
```bash
# Hook strictness profile (default: standard)
export ECC_HOOK_PROFILE = standard
# Comma-separated hook IDs to disable
export ECC_DISABLED_HOOKS = "pre:bash:tmux-reminder,post:edit:typecheck"
```
2026-01-23 15:08:07 +08:00
---
2026-03-29 08:59:06 -04:00
## What's Inside
2026-01-17 17:49:33 -08:00
2026-01-22 04:16:39 -08:00
This repo is a **Claude Code plugin** - install it directly or copy components manually.
2026-01-17 17:49:33 -08:00
```
everything-claude-code/
2026-01-22 04:16:39 -08:00
|-- .claude-plugin/ # Plugin and marketplace manifests
| |-- plugin.json # Plugin metadata and component paths
| |-- marketplace.json # Marketplace catalog for /plugin marketplace add
|
2026-03-31 15:02:19 -07:00
|-- agents/ # 36 specialized subagents for delegation
2026-01-17 17:49:33 -08:00
| |-- planner.md # Feature implementation planning
| |-- architect.md # System design decisions
| |-- tdd-guide.md # Test-driven development
| |-- code-reviewer.md # Quality and security review
| |-- security-reviewer.md # Vulnerability analysis
| |-- build-error-resolver.md
| |-- e2e-runner.md # Playwright E2E testing
| |-- refactor-cleaner.md # Dead code cleanup
| |-- doc-updater.md # Documentation sync
2026-03-20 11:49:23 +08:00
| |-- docs-lookup.md # Documentation/API lookup
2026-03-20 00:29:20 -07:00
| |-- chief-of-staff.md # Communication triage and drafts
| |-- loop-operator.md # Autonomous loop execution
| |-- harness-optimizer.md # Harness config tuning
2026-03-20 11:49:23 +08:00
| |-- cpp-reviewer.md # C++ code review
| |-- cpp-build-resolver.md # C++ build error resolution
2026-02-06 02:22:21 -08:00
| |-- go-reviewer.md # Go code review
| |-- go-build-resolver.md # Go build error resolution
2026-03-20 00:29:20 -07:00
| |-- python-reviewer.md # Python code review
| |-- database-reviewer.md # Database/Supabase review
| |-- typescript-reviewer.md # TypeScript/JavaScript code review
| |-- java-reviewer.md # Java/Spring Boot code review
| |-- java-build-resolver.md # Java/Maven/Gradle build errors
| |-- kotlin-reviewer.md # Kotlin/Android/KMP code review
| |-- kotlin-build-resolver.md # Kotlin/Gradle build errors
| |-- rust-reviewer.md # Rust code review
| |-- rust-build-resolver.md # Rust build error resolution
| |-- pytorch-build-resolver.md # PyTorch/CUDA training errors
2026-01-17 17:49:33 -08:00
|
|-- skills/ # Workflow definitions and domain knowledge
2026-01-22 04:16:39 -08:00
| |-- coding-standards/ # Language best practices
2026-02-12 17:13:59 -08:00
| |-- clickhouse-io/ # ClickHouse analytics, queries, data engineering
2026-01-22 04:16:39 -08:00
| |-- backend-patterns/ # API, database, caching patterns
| |-- frontend-patterns/ # React, Next.js patterns
2026-02-27 05:39:31 -08:00
| |-- frontend-slides/ # HTML slide decks and PPTX-to-web presentation workflows (NEW)
2026-02-27 05:50:23 -08:00
| |-- article-writing/ # Long-form writing in a supplied voice without generic AI tone (NEW)
| |-- content-engine/ # Multi-platform social content and repurposing workflows (NEW)
| |-- market-research/ # Source-attributed market, competitor, and investor research (NEW)
| |-- investor-materials/ # Pitch decks, one-pagers, memos, and financial models (NEW)
| |-- investor-outreach/ # Personalized fundraising outreach and follow-up (NEW)
2026-01-21 12:05:58 -08:00
| |-- continuous-learning/ # Auto-extract patterns from sessions (Longform Guide)
2026-01-25 18:21:27 -08:00
| |-- continuous-learning-v2/ # Instinct-based learning with confidence scoring
| |-- iterative-retrieval/ # Progressive context refinement for subagents
2026-01-21 12:05:58 -08:00
| |-- strategic-compact/ # Manual compaction suggestions (Longform Guide)
2026-01-17 17:49:33 -08:00
| |-- tdd-workflow/ # TDD methodology
| |-- security-review/ # Security checklist
2026-01-22 04:16:39 -08:00
| |-- eval-harness/ # Verification loop evaluation (Longform Guide)
| |-- verification-loop/ # Continuous verification (Longform Guide)
2026-03-03 18:24:39 +05:30
| |-- videodb/ # Video and audio: ingest, search, edit, generate, stream (NEW)
2026-02-06 02:22:21 -08:00
| |-- golang-patterns/ # Go idioms and best practices
| |-- golang-testing/ # Go testing patterns, TDD, benchmarks
2026-02-14 20:26:33 +00:00
| |-- cpp-coding-standards/ # C++ coding standards from C++ Core Guidelines (NEW)
2026-02-09 16:05:57 +08:00
| |-- cpp-testing/ # C++ testing with GoogleTest, CMake/CTest (NEW)
2026-02-06 02:22:21 -08:00
| |-- django-patterns/ # Django patterns, models, views (NEW)
| |-- django-security/ # Django security best practices (NEW)
| |-- django-tdd/ # Django TDD workflow (NEW)
| |-- django-verification/ # Django verification loops (NEW)
2026-03-16 20:35:23 +00:00
| |-- laravel-patterns/ # Laravel architecture patterns (NEW)
| |-- laravel-security/ # Laravel security best practices (NEW)
| |-- laravel-tdd/ # Laravel TDD workflow (NEW)
| |-- laravel-verification/ # Laravel verification loops (NEW)
2026-02-06 02:22:21 -08:00
| |-- python-patterns/ # Python idioms and best practices (NEW)
| |-- python-testing/ # Python testing with pytest (NEW)
| |-- springboot-patterns/ # Java Spring Boot patterns (NEW)
| |-- springboot-security/ # Spring Boot security (NEW)
| |-- springboot-tdd/ # Spring Boot TDD (NEW)
| |-- springboot-verification/ # Spring Boot verification (NEW)
| |-- configure-ecc/ # Interactive installation wizard (NEW)
2026-02-11 03:27:07 -08:00
| |-- security-scan/ # AgentShield security auditor integration (NEW)
2026-02-12 13:24:24 -08:00
| |-- java-coding-standards/ # Java coding standards (NEW)
| |-- jpa-patterns/ # JPA/Hibernate patterns (NEW)
| |-- postgres-patterns/ # PostgreSQL optimization patterns (NEW)
| |-- nutrient-document-processing/ # Document processing with Nutrient API (NEW)
2026-04-05 15:03:59 -07:00
| |-- docs/examples/project-guidelines-template.md # Template for project-specific skills
2026-02-12 15:24:28 -08:00
| |-- database-migrations/ # Migration patterns (Prisma, Drizzle, Django, Go) (NEW)
| |-- api-design/ # REST API design, pagination, error responses (NEW)
| |-- deployment-patterns/ # CI/CD, Docker, health checks, rollbacks (NEW)
2026-02-12 16:14:20 -08:00
| |-- docker-patterns/ # Docker Compose, networking, volumes, container security (NEW)
2026-02-12 15:49:34 -08:00
| |-- e2e-testing/ # Playwright E2E patterns and Page Object Model (NEW)
2026-02-16 20:04:57 -08:00
| |-- content-hash-cache-pattern/ # SHA-256 content hash caching for file processing (NEW)
| |-- cost-aware-llm-pipeline/ # LLM cost optimization, model routing, budget tracking (NEW)
| |-- regex-vs-llm-structured-text/ # Decision framework: regex vs LLM for text parsing (NEW)
| |-- swift-actor-persistence/ # Thread-safe Swift data persistence with actors (NEW)
| |-- swift-protocol-di-testing/ # Protocol-based DI for testable Swift code (NEW)
2026-02-23 06:56:00 -08:00
| |-- search-first/ # Research-before-coding workflow (NEW)
2026-02-24 11:49:54 +09:00
| |-- skill-stocktake/ # Audit skills and commands for quality (NEW)
2026-02-19 12:01:33 +09:00
| |-- liquid-glass-design/ # iOS 26 Liquid Glass design system (NEW)
| |-- foundation-models-on-device/ # Apple on-device LLM with FoundationModels (NEW)
| |-- swift-concurrency-6-2/ # Swift 6.2 Approachable Concurrency (NEW)
2026-03-09 06:20:26 +03:00
| |-- perl-patterns/ # Modern Perl 5.36+ idioms and best practices (NEW)
| |-- perl-security/ # Perl security patterns, taint mode, safe I/O (NEW)
| |-- perl-testing/ # Perl TDD with Test2::V0, prove, Devel::Cover (NEW)
2026-03-03 12:16:49 -08:00
| |-- autonomous-loops/ # Autonomous loop patterns: sequential pipelines, PR loops, DAG orchestration (NEW)
| |-- plankton-code-quality/ # Write-time code quality enforcement with Plankton hooks (NEW)
2026-01-17 17:49:33 -08:00
|
2026-04-01 02:11:24 -07:00
|-- commands/ # Legacy slash-entry shims; prefer skills/
2026-01-17 17:49:33 -08:00
| |-- tdd.md # /tdd - Test-driven development
| |-- plan.md # /plan - Implementation planning
| |-- e2e.md # /e2e - E2E test generation
| |-- code-review.md # /code-review - Quality review
| |-- build-fix.md # /build-fix - Fix build errors
| |-- refactor-clean.md # /refactor-clean - Dead code removal
2026-01-21 12:05:58 -08:00
| |-- learn.md # /learn - Extract patterns mid-session (Longform Guide)
2026-02-23 06:56:00 -08:00
| |-- learn-eval.md # /learn-eval - Extract, evaluate, and save patterns (NEW)
2026-01-22 04:16:39 -08:00
| |-- checkpoint.md # /checkpoint - Save verification state (Longform Guide)
| |-- verify.md # /verify - Run verification loop (Longform Guide)
2026-01-26 08:20:42 +00:00
| |-- setup-pm.md # /setup-pm - Configure package manager
| |-- go-review.md # /go-review - Go code review (NEW)
| |-- go-test.md # /go-test - Go TDD workflow (NEW)
| |-- go-build.md # /go-build - Fix Go build errors (NEW)
2026-01-27 04:01:00 -08:00
| |-- skill-create.md # /skill-create - Generate skills from git history (NEW)
| |-- instinct-status.md # /instinct-status - View learned instincts (NEW)
| |-- instinct-import.md # /instinct-import - Import instincts (NEW)
| |-- instinct-export.md # /instinct-export - Export instincts (NEW)
2026-02-06 02:22:21 -08:00
| |-- evolve.md # /evolve - Cluster instincts into skills
2026-03-23 06:40:58 +08:00
| |-- prune.md # /prune - Delete expired pending instincts (NEW)
2026-02-06 02:22:21 -08:00
| |-- pm2.md # /pm2 - PM2 service lifecycle management (NEW)
| |-- multi-plan.md # /multi-plan - Multi-agent task decomposition (NEW)
| |-- multi-execute.md # /multi-execute - Orchestrated multi-agent workflows (NEW)
| |-- multi-backend.md # /multi-backend - Backend multi-service orchestration (NEW)
| |-- multi-frontend.md # /multi-frontend - Frontend multi-service orchestration (NEW)
| |-- multi-workflow.md # /multi-workflow - General multi-service workflows (NEW)
2026-02-12 13:24:24 -08:00
| |-- orchestrate.md # /orchestrate - Multi-agent coordination
| |-- sessions.md # /sessions - Session history management
| |-- eval.md # /eval - Evaluate against criteria
| |-- test-coverage.md # /test-coverage - Test coverage analysis
| |-- update-docs.md # /update-docs - Update documentation
| |-- update-codemaps.md # /update-codemaps - Update codemaps
| |-- python-review.md # /python-review - Python code review (NEW)
2026-01-17 17:49:33 -08:00
|
2026-01-22 04:16:39 -08:00
|-- rules/ # Always-follow guidelines (copy to ~/.claude/rules/)
2026-02-05 21:58:06 +08:00
| |-- README.md # Structure overview and installation guide
| |-- common/ # Language-agnostic principles
| | |-- coding-style.md # Immutability, file organization
| | |-- git-workflow.md # Commit format, PR process
| | |-- testing.md # TDD, 80% coverage requirement
| | |-- performance.md # Model selection, context management
| | |-- patterns.md # Design patterns, skeleton projects
| | |-- hooks.md # Hook architecture, TodoWrite
| | |-- agents.md # When to delegate to subagents
| | |-- security.md # Mandatory security checks
| |-- typescript/ # TypeScript/JavaScript specific
| |-- python/ # Python specific
| |-- golang/ # Go specific
2026-03-10 20:22:23 -07:00
| |-- swift/ # Swift specific
2026-03-10 21:10:26 -07:00
| |-- php/ # PHP specific (NEW)
2026-01-17 17:49:33 -08:00
|
|-- hooks/ # Trigger-based automations
2026-02-12 13:43:31 -08:00
| |-- README.md # Hook documentation, recipes, and customization guide
2026-01-21 12:05:58 -08:00
| |-- hooks.json # All hooks config (PreToolUse, PostToolUse, Stop, etc.)
| |-- memory-persistence/ # Session lifecycle hooks (Longform Guide)
| |-- strategic-compact/ # Compaction suggestions (Longform Guide)
|
2026-01-23 15:08:07 +08:00
|-- scripts/ # Cross-platform Node.js scripts (NEW)
| |-- lib/ # Shared utilities
| | |-- utils.js # Cross-platform file/path/system utilities
| | |-- package-manager.js # Package manager detection and selection
| |-- hooks/ # Hook implementations
| | |-- session-start.js # Load context on session start
| | |-- session-end.js # Save state on session end
| | |-- pre-compact.js # Pre-compaction state saving
| | |-- suggest-compact.js # Strategic compaction suggestions
| | |-- evaluate-session.js # Extract patterns from sessions
| |-- setup-package-manager.js # Interactive PM setup
|
|-- tests/ # Test suite (NEW)
| |-- lib/ # Library tests
| |-- hooks/ # Hook tests
| |-- run-all.js # Run all tests
|
2026-01-21 12:05:58 -08:00
|-- contexts/ # Dynamic system prompt injection contexts (Longform Guide)
| |-- dev.md # Development mode context
| |-- review.md # Code review mode context
| |-- research.md # Research/exploration mode context
|
|-- examples/ # Example configurations and sessions
2026-02-12 13:24:24 -08:00
| |-- CLAUDE.md # Example project-level config
| |-- user-CLAUDE.md # Example user-level config
2026-02-12 13:36:41 -08:00
| |-- saas-nextjs-CLAUDE.md # Real-world SaaS (Next.js + Supabase + Stripe)
| |-- go-microservice-CLAUDE.md # Real-world Go microservice (gRPC + PostgreSQL)
2026-02-12 13:43:31 -08:00
| |-- django-api-CLAUDE.md # Real-world Django REST API (DRF + Celery)
2026-03-16 20:35:23 +00:00
| |-- laravel-api-CLAUDE.md # Real-world Laravel API (PostgreSQL + Redis) (NEW)
2026-02-12 15:37:48 -08:00
| |-- rust-api-CLAUDE.md # Real-world Rust API (Axum + SQLx + PostgreSQL) (NEW)
2026-01-17 17:49:33 -08:00
|
|-- mcp-configs/ # MCP server configurations
| |-- mcp-servers.json # GitHub, Supabase, Vercel, Railway, etc.
|
2026-01-22 04:16:39 -08:00
|-- marketplace.json # Self-hosted marketplace config (for /plugin marketplace add)
2026-01-17 17:49:33 -08:00
```
---
2026-03-29 08:59:06 -04:00
## Ecosystem Tools
2026-01-25 18:21:27 -08:00
2026-01-27 04:01:00 -08:00
### Skill Creator
2026-01-25 18:21:27 -08:00
2026-01-27 04:01:00 -08:00
Two ways to generate Claude Code skills from your repository:
#### Option A: Local Analysis (Built-in)
Use the `/skill-create` command for local analysis without external services:
```bash
/skill-create # Analyze current repo
/skill-create --instincts # Also generate instincts for continuous-learning
```
This analyzes your git history locally and generates SKILL.md files.
#### Option B: GitHub App (Advanced)
For advanced features (10k+ commits, auto-PRs, team sharing):
2026-01-25 18:21:27 -08:00
[Install GitHub App ](https://github.com/apps/skill-creator ) | [ecc.tools ](https://ecc.tools )
2026-01-27 04:01:00 -08:00
```bash
# Comment on any issue:
/skill-creator analyze
# Or auto-triggers on push to default branch
```
Both options create:
2026-01-25 18:21:27 -08:00
- **SKILL.md files** - Ready-to-use skills for Claude Code
- **Instinct collections** - For continuous-learning-v2
- **Pattern extraction** - Learns from your commit history
2026-02-11 03:27:07 -08:00
### AgentShield — Security Auditor
2026-02-25 07:19:44 -08:00
> Built at the Claude Code Hackathon (Cerebral Valley x Anthropic, Feb 2026). 1282 tests, 98% coverage, 102 static analysis rules.
2026-02-12 14:07:10 -08:00
2026-02-11 03:27:07 -08:00
Scan your Claude Code configuration for vulnerabilities, misconfigurations, and injection risks.
```bash
# Quick scan (no install needed)
npx ecc-agentshield scan
# Auto-fix safe issues
npx ecc-agentshield scan --fix
2026-02-12 14:07:10 -08:00
# Deep analysis with three Opus 4.6 agents
2026-02-11 03:27:07 -08:00
npx ecc-agentshield scan --opus --stream
# Generate secure config from scratch
npx ecc-agentshield init
```
2026-02-12 15:03:59 -08:00
**What it scans:** CLAUDE.md, settings.json, MCP configs, hooks, agent definitions, and skills across 5 categories — secrets detection (14 patterns), permission auditing, hook injection analysis, MCP server risk profiling, and agent config review.
2026-02-12 14:07:10 -08:00
**The `--opus` flag** runs three Claude Opus 4.6 agents in a red-team/blue-team/auditor pipeline. The attacker finds exploit chains, the defender evaluates protections, and the auditor synthesizes both into a prioritized risk assessment. Adversarial reasoning, not just pattern matching.
**Output formats:** Terminal (color-graded A-F), JSON (CI pipelines), Markdown, HTML. Exit code 2 on critical findings for build gates.
2026-02-11 03:27:07 -08:00
Use `/security-scan` in Claude Code to run it, or add to CI with the [GitHub Action ](https://github.com/affaan-m/agentshield ).
[GitHub ](https://github.com/affaan-m/agentshield ) | [npm ](https://www.npmjs.com/package/ecc-agentshield )
2026-03-29 08:59:06 -04:00
### Continuous Learning v2
2026-01-27 04:01:00 -08:00
The instinct-based learning system automatically learns your patterns:
2026-01-25 18:21:27 -08:00
```bash
2026-01-27 04:01:00 -08:00
/instinct-status # Show learned instincts with confidence
/instinct-import <file> # Import instincts from others
/instinct-export # Export your instincts for sharing
/evolve # Cluster related instincts into skills
2026-01-25 18:21:27 -08:00
```
2026-01-27 04:01:00 -08:00
See `skills/continuous-learning-v2/` for full documentation.
2026-01-25 18:21:27 -08:00
---
2026-03-29 08:59:06 -04:00
## Requirements
2026-01-29 00:46:05 -08:00
### Claude Code CLI Version
**Minimum version: v2.1.0 or later**
This plugin requires Claude Code CLI v2.1.0+ due to changes in how the plugin system handles hooks.
Check your version:
```bash
claude --version
```
### Important: Hooks Auto-Loading Behavior
2026-03-29 08:59:06 -04:00
> WARNING: **For Contributors:** Do NOT add a `"hooks"` field to `.claude-plugin/plugin.json`. This is enforced by a regression test.
2026-01-29 00:46:05 -08:00
Claude Code v2.1+ **automatically loads** `hooks/hooks.json` from any installed plugin by convention. Explicitly declaring it in `plugin.json` causes a duplicate detection error:
```
Duplicate hooks file detected: ./hooks/hooks.json resolves to already-loaded file
```
**History:** This has caused repeated fix/revert cycles in this repo ([#29 ](https://github.com/affaan-m/everything-claude-code/issues/29 ), [#52 ](https://github.com/affaan-m/everything-claude-code/issues/52 ), [#103 ](https://github.com/affaan-m/everything-claude-code/issues/103 )). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
---
2026-03-29 08:59:06 -04:00
## Installation
2026-01-17 17:49:33 -08:00
2026-01-22 04:16:39 -08:00
### Option 1: Install as Plugin (Recommended)
The easiest way to use this repo - install as a Claude Code plugin:
```bash
# Add this repo as a marketplace
2026-04-05 13:20:18 -07:00
/plugin marketplace add https://github.com/affaan-m/everything-claude-code
2026-01-22 04:16:39 -08:00
# Install the plugin
2026-04-05 14:31:30 -07:00
/plugin install ecc@ecc
2026-01-22 04:16:39 -08:00
```
Or add directly to your `~/.claude/settings.json` :
```json
{
"extraKnownMarketplaces" : {
2026-04-05 14:31:30 -07:00
"ecc" : {
2026-01-22 04:16:39 -08:00
"source" : {
"source" : "github" ,
"repo" : "affaan-m/everything-claude-code"
}
}
},
"enabledPlugins" : {
2026-04-05 14:31:30 -07:00
"ecc@ecc" : true
2026-01-22 04:16:39 -08:00
}
}
```
This gives you instant access to all commands, agents, skills, and hooks.
2026-01-27 13:38:17 +08:00
> **Note:** The Claude Code plugin system does not support distributing `rules` via plugins ([upstream limitation](https://code.claude.com/docs/en/plugins-reference)). You need to install rules manually:
>
> ```bash
> # Clone the repo first
> git clone https://github.com/affaan-m/everything-claude-code.git
>
> # Option A: User-level rules (applies to all projects)
2026-02-17 01:32:56 +09:00
> mkdir -p ~/.claude/rules
2026-03-26 17:07:47 +08:00
> cp -r everything-claude-code/rules/common ~/.claude/rules/
> cp -r everything-claude-code/rules/typescript ~/.claude/rules/ # pick your stack
> cp -r everything-claude-code/rules/python ~/.claude/rules/
> cp -r everything-claude-code/rules/golang ~/.claude/rules/
> cp -r everything-claude-code/rules/php ~/.claude/rules/
2026-01-27 13:38:17 +08:00
>
> # Option B: Project-level rules (applies to current project only)
> mkdir -p .claude/rules
2026-03-26 17:07:47 +08:00
> cp -r everything-claude-code/rules/common .claude/rules/
> cp -r everything-claude-code/rules/typescript .claude/rules/ # pick your stack
2026-01-27 13:38:17 +08:00
> ```
2026-01-22 04:16:39 -08:00
---
2026-03-29 08:59:06 -04:00
### Option 2: Manual Installation
2026-01-22 04:16:39 -08:00
If you prefer manual control over what's installed:
2026-01-17 17:49:33 -08:00
```bash
# Clone the repo
git clone https://github.com/affaan-m/everything-claude-code.git
# Copy agents to your Claude config
cp everything-claude-code/agents/*.md ~/.claude/agents/
2026-03-26 17:07:47 +08:00
# Copy rules directories (common + language-specific)
mkdir -p ~/.claude/rules
cp -r everything-claude-code/rules/common ~/.claude/rules/
cp -r everything-claude-code/rules/typescript ~/.claude/rules/ # pick your stack
cp -r everything-claude-code/rules/python ~/.claude/rules/
cp -r everything-claude-code/rules/golang ~/.claude/rules/
cp -r everything-claude-code/rules/php ~/.claude/rules/
2026-01-17 17:49:33 -08:00
2026-04-01 02:11:24 -07:00
# Copy skills first (primary workflow surface)
2026-02-28 10:06:43 -08:00
# Recommended (new users): core/general skills only
cp -r everything-claude-code/.agents/skills/* ~/.claude/skills/
cp -r everything-claude-code/skills/search-first ~/.claude/skills/
# Optional: add niche/framework-specific skills only when needed
2026-03-16 20:35:23 +00:00
# for s in django-patterns django-tdd laravel-patterns springboot-patterns; do
2026-03-29 08:59:06 -04:00
# cp -r everything-claude-code/skills/$s ~/.claude/skills/
2026-02-28 10:06:43 -08:00
# done
2026-04-01 02:11:24 -07:00
# Optional: keep legacy slash-command compatibility during migration
mkdir -p ~/.claude/commands
cp everything-claude-code/commands/*.md ~/.claude/commands/
2026-01-17 17:49:33 -08:00
```
2026-01-22 04:16:39 -08:00
#### Add hooks to settings.json
2026-01-17 17:49:33 -08:00
Copy the hooks from `hooks/hooks.json` to your `~/.claude/settings.json` .
2026-01-22 04:16:39 -08:00
#### Configure MCPs
2026-01-17 17:49:33 -08:00
2026-04-01 02:11:24 -07:00
Copy desired MCP server definitions from `mcp-configs/mcp-servers.json` into your official Claude Code config in `~/.claude/settings.json` , or into a project-scoped `.mcp.json` if you want repo-local MCP access.
2026-01-17 17:49:33 -08:00
2026-04-05 14:37:28 -07:00
If you already run your own copies of ECC-bundled MCPs, set:
```bash
export ECC_DISABLED_MCPS = "github,context7,exa,playwright,sequential-thinking,memory"
```
ECC-managed install and Codex sync flows will skip or remove those bundled servers instead of re-adding duplicates.
2026-01-17 17:49:33 -08:00
**Important:** Replace `YOUR_*_HERE` placeholders with your actual API keys.
2026-01-22 04:16:39 -08:00
---
2026-03-29 08:59:06 -04:00
## Key Concepts
2026-01-17 17:49:33 -08:00
### Agents
Subagents handle delegated tasks with limited scope. Example:
```markdown
---
name : code-reviewer
description : Reviews code for quality, security, and maintainability
2026-01-25 20:38:25 -05:00
tools : [ "Read" , "Grep" , "Glob" , "Bash" ]
2026-01-17 17:49:33 -08:00
model : opus
---
You are a senior code reviewer...
```
### Skills
2026-04-01 02:11:24 -07:00
Skills are the primary workflow surface. They can be invoked directly, suggested automatically, and reused by agents. ECC still ships `commands/` during migration, but new workflow development should land in `skills/` first.
2026-01-17 17:49:33 -08:00
```markdown
# TDD Workflow
1. Define interfaces first
2. Write failing tests (RED)
3. Implement minimal code (GREEN)
4. Refactor (IMPROVE)
5. Verify 80%+ coverage
```
### Hooks
Hooks fire on tool events. Example - warn about console.log:
```json
{
"matcher" : "tool == \"Edit\" && tool_input.file_path matches \"\\\\.(ts|tsx|js|jsx)$\"" ,
"hooks" : [{
"type" : "command" ,
"command" : "#!/bin/bash\ngrep -n 'console\\.log' \"$file_path\" && echo '[Hook] Remove console.log' >&2"
}]
}
```
### Rules
2026-02-05 21:58:06 +08:00
Rules are always-follow guidelines, organized into `common/` (language-agnostic) + language-specific directories:
2026-01-17 17:49:33 -08:00
```
2026-02-05 21:58:06 +08:00
rules/
common/ # Universal principles (always install)
typescript/ # TS/JS specific patterns and tools
python/ # Python specific patterns and tools
golang/ # Go specific patterns and tools
2026-03-10 21:10:26 -07:00
swift/ # Swift specific patterns and tools
php/ # PHP specific patterns and tools
2026-01-17 17:49:33 -08:00
```
2026-02-05 21:58:06 +08:00
See [`rules/README.md` ](rules/README.md ) for installation and structure details.
2026-01-17 17:49:33 -08:00
---
2026-03-29 08:59:06 -04:00
## Which Agent Should I Use?
2026-02-12 13:24:24 -08:00
2026-04-01 02:11:24 -07:00
Not sure where to start? Use this quick reference. Skills are the canonical workflow surface; slash entries below are the compatibility form most users already know.
2026-02-12 13:24:24 -08:00
| I want to... | Use this command | Agent used |
|--------------|-----------------|------------|
2026-04-05 14:31:30 -07:00
| Plan a new feature | `/ecc:plan "Add auth"` | planner |
| Design system architecture | `/ecc:plan` + architect agent | architect |
2026-02-12 13:24:24 -08:00
| Write code with tests first | `/tdd` | tdd-guide |
| Review code I just wrote | `/code-review` | code-reviewer |
| Fix a failing build | `/build-fix` | build-error-resolver |
| Run end-to-end tests | `/e2e` | e2e-runner |
| Find security vulnerabilities | `/security-scan` | security-reviewer |
| Remove dead code | `/refactor-clean` | refactor-cleaner |
| Update documentation | `/update-docs` | doc-updater |
| Review Go code | `/go-review` | go-reviewer |
| Review Python code | `/python-review` | python-reviewer |
2026-03-20 11:49:23 +08:00
| Review TypeScript/JavaScript code | *(invoke `typescript-reviewer` directly)* | typescript-reviewer |
2026-02-12 13:24:24 -08:00
| Audit database queries | *(auto-delegated)* | database-reviewer |
### Common Workflows
2026-04-01 02:11:24 -07:00
Slash forms below are shown because they are still the fastest familiar entrypoint. Under the hood, ECC is shifting these workflows toward skills-first definitions.
2026-02-12 13:24:24 -08:00
**Starting a new feature:**
```
2026-04-05 14:31:30 -07:00
/ecc:plan "Add user authentication with OAuth"
2026-02-26 20:08:14 -08:00
→ planner creates implementation blueprint
2026-02-12 13:24:24 -08:00
/tdd → tdd-guide enforces write-tests-first
/code-review → code-reviewer checks your work
```
**Fixing a bug:**
```
/tdd → tdd-guide: write a failing test that reproduces it
→ implement the fix, verify test passes
/code-review → code-reviewer: catch regressions
```
**Preparing for production:**
```
/security-scan → security-reviewer: OWASP Top 10 audit
/e2e → e2e-runner: critical user flow tests
/test-coverage → verify 80%+ coverage
```
---
2026-03-29 08:59:06 -04:00
## FAQ
2026-02-12 13:24:24 -08:00
<details>
<summary><b>How do I check which agents/commands are installed?</b></summary>
```bash
2026-04-05 14:31:30 -07:00
/plugin list ecc@ecc
2026-02-12 13:24:24 -08:00
```
This shows all available agents, commands, and skills from the plugin.
</details>
<details>
<summary><b>My hooks aren't working / I see "Duplicate hooks file" errors</b></summary>
This is the most common issue. **Do NOT add a `"hooks"` field to `.claude-plugin/plugin.json`.** Claude Code v2.1+ automatically loads `hooks/hooks.json` from installed plugins. Explicitly declaring it causes duplicate detection errors. See [#29 ](https://github.com/affaan-m/everything-claude-code/issues/29 ), [#52 ](https://github.com/affaan-m/everything-claude-code/issues/52 ), [#103 ](https://github.com/affaan-m/everything-claude-code/issues/103 ).
</details>
2026-03-10 21:06:06 -07:00
<details>
<summary><b>Can I use ECC with Claude Code on a custom API endpoint or model gateway?</b></summary>
Yes. ECC does not hardcode Anthropic-hosted transport settings. It runs locally through Claude Code's normal CLI/plugin surface, so it works with:
- Anthropic-hosted Claude Code
- Official Claude Code gateway setups using `ANTHROPIC_BASE_URL` and `ANTHROPIC_AUTH_TOKEN`
- Compatible custom endpoints that speak the Anthropic API Claude Code expects
Minimal example:
```bash
export ANTHROPIC_BASE_URL = https://your-gateway.example.com
export ANTHROPIC_AUTH_TOKEN = your-token
claude
```
If your gateway remaps model names, configure that in Claude Code rather than in ECC. ECC's hooks, skills, commands, and rules are model-provider agnostic once the `claude` CLI is already working.
Official references:
- [Claude Code LLM gateway docs ](https://docs.anthropic.com/en/docs/claude-code/llm-gateway )
- [Claude Code model configuration docs ](https://docs.anthropic.com/en/docs/claude-code/model-config )
</details>
2026-02-12 13:24:24 -08:00
<details>
<summary><b>My context window is shrinking / Claude is running out of context</b></summary>
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:
```json
// In your project's .claude/settings.json
{
"disabledMcpServers" : [ "supabase" , "railway" , "vercel" ]
}
```
Keep under 10 MCPs enabled and under 80 tools active.
</details>
<details>
<summary><b>Can I use only some components (e.g., just agents)?</b></summary>
Yes. Use Option 2 (manual installation) and copy only what you need:
```bash
# Just agents
cp everything-claude-code/agents/*.md ~/.claude/agents/
# Just rules
2026-03-28 19:45:44 -04:00
mkdir -p ~/.claude/rules/
cp -r everything-claude-code/rules/common ~/.claude/rules/
2026-02-12 13:24:24 -08:00
```
Each component is fully independent.
</details>
<details>
2026-03-05 00:44:18 +07:00
<summary><b>Does this work with Cursor / OpenCode / Codex / Antigravity?</b></summary>
2026-02-12 13:24:24 -08:00
Yes. ECC is cross-platform:
- **Cursor**: Pre-translated configs in `.cursor/` . See [Cursor IDE Support ](#cursor-ide-support ).
2026-03-31 15:13:20 -07:00
- **Gemini CLI**: Experimental project-local support via `.gemini/GEMINI.md` and shared installer plumbing.
2026-04-05 13:59:42 -07:00
- **OpenCode**: Full plugin support in `.opencode/` . See [OpenCode Support ](#opencode-support ).
2026-03-04 14:48:06 -08:00
- **Codex**: First-class support for both macOS app and CLI, with adapter drift guards and SessionStart fallback. See PR [#257 ](https://github.com/affaan-m/everything-claude-code/pull/257 ).
2026-03-20 12:51:37 +05:30
- **Antigravity**: Tightly integrated setup for workflows, skills, and flattened rules in `.agent/` . See [Antigravity Guide ](docs/ANTIGRAVITY-GUIDE.md ).
2026-04-05 14:39:55 -07:00
- **Non-native harnesses**: Manual fallback path for Grok and similar interfaces. See [Manual Adaptation Guide ](docs/MANUAL-ADAPTATION-GUIDE.md ).
2026-02-12 13:24:24 -08:00
- **Claude Code**: Native — this is the primary target.
</details>
<details>
<summary><b>How do I contribute a new skill or agent?</b></summary>
See [CONTRIBUTING.md ](CONTRIBUTING.md ). The short version:
1. Fork the repo
2. Create your skill in `skills/your-skill-name/SKILL.md` (with YAML frontmatter)
3. Or create an agent in `agents/your-agent.md`
4. Submit a PR with a clear description of what it does and when to use it
</details>
---
2026-03-29 08:59:06 -04:00
## Running Tests
2026-01-23 15:08:07 +08:00
The plugin includes a comprehensive test suite:
```bash
# Run all tests
node tests/run-all.js
# Run individual test files
node tests/lib/utils.test.js
node tests/lib/package-manager.test.js
node tests/hooks/hooks.test.js
```
---
2026-03-29 08:59:06 -04:00
## Contributing
2026-01-17 17:49:33 -08:00
**Contributions are welcome and encouraged.**
This repo is meant to be a community resource. If you have:
- Useful agents or skills
- Clever hooks
- Better MCP configurations
- Improved rules
Please contribute! See [CONTRIBUTING.md ](CONTRIBUTING.md ) for guidelines.
### Ideas for Contributions
2026-03-10 20:22:23 -07:00
- Language-specific skills (Rust, C#, Kotlin, Java) — Go, Python, Perl, Swift, and TypeScript already included
2026-04-02 18:27:51 -07:00
- Framework-specific configs (Rails, FastAPI) — Django, NestJS, Spring Boot, and Laravel already included
2026-02-06 02:22:21 -08:00
- DevOps agents (Kubernetes, Terraform, AWS, Docker)
- Testing strategies (different frameworks, visual regression)
2026-01-17 17:49:33 -08:00
- Domain-specific knowledge (ML, data engineering, mobile)
---
2026-02-11 02:31:52 -08:00
## Cursor IDE Support
2026-02-25 10:45:29 -08:00
ECC provides **full Cursor IDE support** with hooks, rules, agents, skills, commands, and MCP configs adapted for Cursor's native format.
2026-02-11 02:31:52 -08:00
### Quick Start (Cursor)
```bash
2026-03-16 21:35:17 +01:00
# macOS/Linux
2026-02-11 02:31:52 -08:00
./install.sh --target cursor typescript
2026-03-10 21:10:26 -07:00
./install.sh --target cursor python golang swift php
2026-02-11 02:31:52 -08:00
```
2026-03-16 21:35:17 +01:00
```powershell
# Windows PowerShell
.\ install . ps1 - -target cursor typescript
.\ install . ps1 - -target cursor python golang swift php
```
2026-02-25 10:45:29 -08:00
### What's Included
2026-02-11 02:31:52 -08:00
2026-02-25 10:45:29 -08:00
| Component | Count | Details |
|-----------|-------|---------|
| Hook Events | 15 | sessionStart, beforeShellExecution, afterFileEdit, beforeMCPExecution, beforeSubmitPrompt, and 10 more |
| Hook Scripts | 16 | Thin Node.js scripts delegating to `scripts/hooks/` via shared adapter |
2026-03-10 21:10:26 -07:00
| Rules | 34 | 9 common (alwaysApply) + 25 language-specific (TypeScript, Python, Go, Swift, PHP) |
2026-02-25 10:45:29 -08:00
| Agents | Shared | Via AGENTS.md at root (read by Cursor natively) |
2026-02-27 05:39:31 -08:00
| Skills | Shared + Bundled | Via AGENTS.md at root and `.cursor/skills/` for translated additions |
2026-02-25 10:45:29 -08:00
| Commands | Shared | `.cursor/commands/` if installed |
| MCP Config | Shared | `.cursor/mcp.json` if installed |
2026-02-11 02:31:52 -08:00
2026-02-25 10:45:29 -08:00
### Hook Architecture (DRY Adapter Pattern)
Cursor has **more hook events than Claude Code** (20 vs 8). The `.cursor/hooks/adapter.js` module transforms Cursor's stdin JSON to Claude Code's format, allowing existing `scripts/hooks/*.js` to be reused without duplication.
```
Cursor stdin JSON → adapter.js → transforms → scripts/hooks/*.js
(shared with Claude Code)
```
Key hooks:
- **beforeShellExecution** — Blocks dev servers outside tmux (exit 2), git push review
- **afterFileEdit** — Auto-format + TypeScript check + console.log warning
- **beforeSubmitPrompt** — Detects secrets (sk-, ghp_, AKIA patterns) in prompts
- **beforeTabFileRead** — Blocks Tab from reading .env, .key, .pem files (exit 2)
- **beforeMCPExecution / afterMCPExecution** — MCP audit logging
### Rules Format
Cursor rules use YAML frontmatter with `description` , `globs` , and `alwaysApply` :
```yaml
---
description : "TypeScript coding style extending common rules"
globs : [ "**/*.ts" , "**/*.tsx" , "**/*.js" , "**/*.jsx" ]
alwaysApply : false
---
```
---
2026-03-04 14:48:06 -08:00
## Codex macOS App + CLI Support
2026-02-25 10:45:29 -08:00
2026-03-04 14:48:06 -08:00
ECC provides **first-class Codex support** for both the macOS app and CLI, with a reference configuration, Codex-specific AGENTS.md supplement, and shared skills.
2026-02-25 10:45:29 -08:00
2026-03-04 14:48:06 -08:00
### Quick Start (Codex App + CLI)
2026-02-25 10:45:29 -08:00
```bash
2026-03-10 19:22:37 -07:00
# Run Codex CLI in the repo — AGENTS.md and .codex/ are auto-detected
2026-02-25 10:45:29 -08:00
codex
2026-03-10 19:22:37 -07:00
2026-03-23 06:39:46 +08:00
# Automatic setup: sync ECC assets (AGENTS.md, skills, MCP servers) into ~/.codex
npm install && bash scripts/sync-ecc-to-codex.sh
# or: pnpm install && bash scripts/sync-ecc-to-codex.sh
# or: yarn install && bash scripts/sync-ecc-to-codex.sh
# or: bun install && bash scripts/sync-ecc-to-codex.sh
# Or manually: copy the reference config to your home directory
2026-03-10 19:22:37 -07:00
cp .codex/config.toml ~/.codex/config.toml
2026-02-25 10:45:29 -08:00
```
2026-03-23 06:39:46 +08:00
The sync script safely merges ECC MCP servers into your existing `~/.codex/config.toml` using an **add-only** strategy — it never removes or modifies your existing servers. Run with `--dry-run` to preview changes, or `--update-mcp` to force-refresh ECC servers to the latest recommended config.
2026-03-27 13:31:37 -04:00
For Context7, ECC uses the canonical Codex section name `[mcp_servers.context7]` while still launching the `@upstash/context7-mcp` package. If you already have a legacy `[mcp_servers.context7-mcp]` entry, `--update-mcp` migrates it to the canonical section name.
2026-03-04 14:48:06 -08:00
Codex macOS app:
- Open this repository as your workspace.
- The root `AGENTS.md` is auto-detected.
2026-03-10 19:22:37 -07:00
- `.codex/config.toml` and `.codex/agents/*.toml` work best when kept project-local.
2026-03-12 07:53:59 -07:00
- The reference `.codex/config.toml` intentionally does not pin `model` or `model_provider` , so Codex uses its own current default unless you override it.
2026-03-10 19:22:37 -07:00
- Optional: copy `.codex/config.toml` to `~/.codex/config.toml` for global defaults; keep the multi-agent role files project-local unless you also copy `.codex/agents/` .
2026-03-04 14:48:06 -08:00
2026-02-25 10:45:29 -08:00
### What's Included
| Component | Count | Details |
|-----------|-------|---------|
2026-03-10 19:22:37 -07:00
| Config | 1 | `.codex/config.toml` — top-level approvals/sandbox/web_search, MCP servers, notifications, profiles |
2026-02-25 10:45:29 -08:00
| AGENTS.md | 2 | Root (universal) + `.codex/AGENTS.md` (Codex-specific supplement) |
2026-04-05 14:01:31 -07:00
| Skills | 30 | `.agents/skills/` — SKILL.md + agents/openai.yaml per skill |
| MCP Servers | 6 | GitHub, Context7, Exa, Memory, Playwright, Sequential Thinking (7 with Supabase via `--update-mcp` sync) |
2026-02-25 10:45:29 -08:00
| Profiles | 2 | `strict` (read-only sandbox) and `yolo` (full auto-approve) |
2026-03-10 19:22:37 -07:00
| Agent Roles | 3 | `.codex/agents/` — explorer, reviewer, docs-researcher |
2026-02-25 10:45:29 -08:00
### Skills
Skills at `.agents/skills/` are auto-loaded by Codex:
| Skill | Description |
|-------|-------------|
2026-04-05 14:01:31 -07:00
| api-design | REST API design patterns |
2026-02-27 05:50:23 -08:00
| article-writing | Long-form writing from notes and voice references |
2026-02-25 10:45:29 -08:00
| backend-patterns | API design, database, caching |
2026-04-05 14:01:31 -07:00
| brand-voice | Source-derived writing style profiles from real content |
| bun-runtime | Bun as runtime, package manager, bundler, and test runner |
| claude-api | Anthropic Claude API patterns for Python and TypeScript |
| coding-standards | Universal coding standards |
| content-engine | Platform-native social content and repurposing |
| crosspost | Multi-platform content distribution across X, LinkedIn, Threads |
| deep-research | Multi-source research with synthesis and source attribution |
| dmux-workflows | Multi-agent orchestration using tmux pane manager |
| documentation-lookup | Up-to-date library and framework docs via Context7 MCP |
2026-02-25 10:45:29 -08:00
| e2e-testing | Playwright E2E tests |
| eval-harness | Eval-driven development |
2026-04-05 14:01:31 -07:00
| everything-claude-code | Development conventions and patterns for the project |
| exa-search | Neural search via Exa MCP for web, code, company research |
| fal-ai-media | Unified media generation for images, video, and audio |
| frontend-patterns | React/Next.js patterns |
| frontend-slides | HTML presentations, PPTX conversion, visual style exploration |
| investor-materials | Decks, memos, models, and one-pagers |
| investor-outreach | Personalized outreach, follow-ups, and intro blurbs |
| market-research | Source-attributed market and competitor research |
| mcp-server-patterns | Build MCP servers with Node/TypeScript SDK |
| nextjs-turbopack | Next.js 16+ and Turbopack incremental bundling |
| security-review | Comprehensive security checklist |
2026-02-25 10:45:29 -08:00
| strategic-compact | Context management |
2026-04-05 14:01:31 -07:00
| tdd-workflow | Test-driven development with 80%+ coverage |
2026-02-25 10:45:29 -08:00
| verification-loop | Build, test, lint, typecheck, security |
2026-04-05 14:01:31 -07:00
| video-editing | AI-assisted video editing workflows with FFmpeg and Remotion |
| x-api | X/Twitter API integration for posting and analytics |
2026-02-25 10:45:29 -08:00
### Key Limitation
2026-03-10 19:22:37 -07:00
Codex does **not yet provide Claude-style hook execution parity** . ECC enforcement there is instruction-based via `AGENTS.md` , optional `model_instructions_file` overrides, and sandbox/approval settings.
### Multi-Agent Support
2026-04-05 14:01:31 -07:00
Current Codex builds support stable multi-agent workflows.
2026-03-10 19:22:37 -07:00
- Enable `features.multi_agent = true` in `.codex/config.toml`
- Define roles under `[agents.<name>]`
- Point each role at a file under `.codex/agents/`
- Use `/agent` in the CLI to inspect or steer child agents
ECC ships three sample role configs:
| Role | Purpose |
|------|---------|
| `explorer` | Read-only codebase evidence gathering before edits |
| `reviewer` | Correctness, security, and missing-test review |
| `docs_researcher` | Documentation and API verification before release/docs changes |
2026-02-11 02:31:52 -08:00
---
2026-03-29 08:59:06 -04:00
## OpenCode Support
2026-02-05 04:39:45 -08:00
ECC provides **full OpenCode support** including plugins and hooks.
### Quick Start
```bash
# Install OpenCode
npm install -g opencode
# Run in the repository root
opencode
```
The configuration is automatically detected from `.opencode/opencode.json` .
### Feature Parity
| Feature | Claude Code | OpenCode | Status |
|---------|-------------|----------|--------|
2026-04-05 17:51:56 -07:00
| Agents | PASS: 47 agents | PASS: 12 agents | **Claude Code leads** |
| Commands | PASS: 79 commands | PASS: 31 commands | **Claude Code leads** |
2026-04-05 20:10:54 -07:00
| Skills | PASS: 181 skills | PASS: 37 skills | **Claude Code leads** |
2026-03-29 08:59:06 -04:00
| Hooks | PASS: 8 event types | PASS: 11 events | **OpenCode has more!** |
| Rules | PASS: 29 rules | PASS: 13 instructions | **Claude Code leads** |
| MCP Servers | PASS: 14 servers | PASS: Full | **Full parity** |
| Custom Tools | PASS: Via hooks | PASS: 6 native tools | **OpenCode is better** |
2026-02-05 04:39:45 -08:00
### Hook Support via Plugins
OpenCode's plugin system is MORE sophisticated than Claude Code with 20+ event types:
| Claude Code Hook | OpenCode Plugin Event |
|-----------------|----------------------|
| PreToolUse | `tool.execute.before` |
| PostToolUse | `tool.execute.after` |
| Stop | `session.idle` |
| SessionStart | `session.created` |
| SessionEnd | `session.deleted` |
**Additional OpenCode events** : `file.edited` , `file.watcher.updated` , `message.updated` , `lsp.client.diagnostics` , `tui.toast.show` , and more.
2026-04-01 02:11:24 -07:00
### Available Slash Entry Shims (31+)
2026-02-05 04:39:45 -08:00
| Command | Description |
|---------|-------------|
| `/plan` | Create implementation plan |
| `/tdd` | Enforce TDD workflow |
| `/code-review` | Review code changes |
| `/build-fix` | Fix build errors |
| `/e2e` | Generate E2E tests |
| `/refactor-clean` | Remove dead code |
| `/orchestrate` | Multi-agent workflow |
| `/learn` | Extract patterns from session |
| `/checkpoint` | Save verification state |
| `/verify` | Run verification loop |
| `/eval` | Evaluate against criteria |
| `/update-docs` | Update documentation |
| `/update-codemaps` | Update codemaps |
| `/test-coverage` | Analyze coverage |
| `/go-review` | Go code review |
| `/go-test` | Go TDD workflow |
| `/go-build` | Fix Go build errors |
2026-02-12 17:13:05 -08:00
| `/python-review` | Python code review (PEP 8, type hints, security) |
| `/multi-plan` | Multi-model collaborative planning |
| `/multi-execute` | Multi-model collaborative execution |
| `/multi-backend` | Backend-focused multi-model workflow |
| `/multi-frontend` | Frontend-focused multi-model workflow |
| `/multi-workflow` | Full multi-model development workflow |
| `/pm2` | Auto-generate PM2 service commands |
| `/sessions` | Manage session history |
2026-02-05 04:39:45 -08:00
| `/skill-create` | Generate skills from git |
| `/instinct-status` | View learned instincts |
| `/instinct-import` | Import instincts |
| `/instinct-export` | Export instincts |
| `/evolve` | Cluster instincts into skills |
2026-03-02 04:07:13 +08:00
| `/promote` | Promote project instincts to global scope |
| `/projects` | List known projects and instinct stats |
2026-03-23 06:40:58 +08:00
| `/prune` | Delete expired pending instincts (30d TTL) |
2026-02-23 06:56:00 -08:00
| `/learn-eval` | Extract and evaluate patterns before saving |
2026-02-05 04:39:45 -08:00
| `/setup-pm` | Configure package manager |
2026-03-04 14:48:06 -08:00
| `/harness-audit` | Audit harness reliability, eval readiness, and risk posture |
| `/loop-start` | Start controlled agentic loop execution pattern |
| `/loop-status` | Inspect active loop status and checkpoints |
| `/quality-gate` | Run quality gate checks for paths or entire repo |
| `/model-route` | Route tasks to models by complexity and budget |
2026-02-05 04:39:45 -08:00
### Plugin Installation
**Option 1: Use directly**
```bash
cd everything-claude-code
opencode
```
**Option 2: Install as npm package**
```bash
2026-02-11 02:31:52 -08:00
npm install ecc-universal
2026-02-05 04:39:45 -08:00
```
Then add to your `opencode.json` :
```json
{
2026-02-11 02:31:52 -08:00
"plugin" : [ "ecc-universal" ]
2026-02-05 04:39:45 -08:00
}
```
2026-03-09 21:10:46 -07:00
That npm plugin entry enables ECC's published OpenCode plugin module (hooks/events and plugin tools).
It does **not** automatically add ECC's full command/agent/instruction catalog to your project config.
For the full ECC OpenCode setup, either:
- run OpenCode inside this repository, or
2026-03-09 22:05:35 -07:00
- copy the bundled `.opencode/` config assets into your project and wire the `instructions` , `agent` , and `command` entries in `opencode.json`
2026-03-09 21:10:46 -07:00
2026-02-05 04:39:45 -08:00
### Documentation
- **Migration Guide**: `.opencode/MIGRATION.md`
- **OpenCode Plugin README**: `.opencode/README.md`
- **Consolidated Rules**: `.opencode/instructions/INSTRUCTIONS.md`
- **LLM Documentation**: `llms.txt` (complete OpenCode docs for LLMs)
---
2026-02-25 10:45:29 -08:00
## Cross-Tool Feature Parity
ECC is the **first plugin to maximize every major AI coding tool** . Here's how each harness compares:
| Feature | Claude Code | Cursor IDE | Codex CLI | OpenCode |
|---------|------------|------------|-----------|----------|
2026-04-05 17:51:56 -07:00
| **Agents** | 47 | Shared (AGENTS.md) | Shared (AGENTS.md) | 12 |
| **Commands** | 79 | Shared | Instruction-based | 31 |
2026-04-05 20:10:54 -07:00
| **Skills** | 181 | Shared | 10 (native format) | 37 |
2026-02-25 10:45:29 -08:00
| **Hook Events** | 8 types | 15 types | None yet | 11 types |
2026-03-04 14:48:06 -08:00
| **Hook Scripts** | 20+ scripts | 16 scripts (DRY adapter) | N/A | Plugin hooks |
2026-03-09 06:20:26 +03:00
| **Rules** | 34 (common + lang) | 34 (YAML frontmatter) | Instruction-based | 13 instructions |
2026-02-25 10:45:29 -08:00
| **Custom Tools** | Via hooks | Via hooks | N/A | 6 native tools |
2026-03-23 06:39:46 +08:00
| **MCP Servers** | 14 | Shared (mcp.json) | 7 (auto-merged via TOML parser) | Full |
2026-02-25 10:45:29 -08:00
| **Config Format** | settings.json | hooks.json + rules/ | config.toml | opencode.json |
| **Context File** | CLAUDE.md + AGENTS.md | AGENTS.md | AGENTS.md | AGENTS.md |
| **Secret Detection** | Hook-based | beforeSubmitPrompt hook | Sandbox-based | Hook-based |
| **Auto-Format** | PostToolUse hook | afterFileEdit hook | N/A | file.edited hook |
2026-04-05 13:20:18 -07:00
| **Version** | Plugin | Plugin | Reference config | 1.10.0 |
2026-02-25 10:45:29 -08:00
**Key architectural decisions:**
- **AGENTS.md** at root is the universal cross-tool file (read by all 4 tools)
- **DRY adapter pattern** lets Cursor reuse Claude Code's hook scripts without duplication
- **Skills format** (SKILL.md with YAML frontmatter) works across Claude Code, Codex, and OpenCode
2026-03-10 19:22:37 -07:00
- Codex's lack of hooks is compensated by `AGENTS.md` , optional `model_instructions_file` overrides, and sandbox permissions
2026-02-25 10:45:29 -08:00
---
2026-03-29 08:59:06 -04:00
## Background
2026-01-17 17:49:33 -08:00
2026-03-21 19:48:20 -07:00
I've been using Claude Code since the experimental rollout. Won the Anthropic x Forum Ventures hackathon in Sep 2025 with [@DRodriguezFX ](https://x.com/DRodriguezFX ) — built [zenith.chat ](https://zenith.chat ) entirely using Claude Code.
2026-01-17 17:49:33 -08:00
These configs are battle-tested across multiple production applications.
---
2026-02-12 15:37:48 -08:00
## Token Optimization
Claude Code usage can be expensive if you don't manage token consumption. These settings significantly reduce costs without sacrificing quality.
### Recommended Settings
Add to `~/.claude/settings.json` :
```json
{
"model" : "sonnet" ,
"env" : {
"MAX_THINKING_TOKENS" : "10000" ,
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE" : "50"
}
}
```
| Setting | Default | Recommended | Impact |
|---------|---------|-------------|--------|
| `model` | opus | **sonnet** | ~60% cost reduction; handles 80%+ of coding tasks |
| `MAX_THINKING_TOKENS` | 31,999 | **10,000** | ~70% reduction in hidden thinking cost per request |
| `CLAUDE_AUTOCOMPACT_PCT_OVERRIDE` | 95 | **50** | Compacts earlier — better quality in long sessions |
Switch to Opus only when you need deep architectural reasoning:
```
/model opus
```
### Daily Workflow Commands
| Command | When to Use |
|---------|-------------|
| `/model sonnet` | Default for most tasks |
| `/model opus` | Complex architecture, debugging, deep reasoning |
| `/clear` | Between unrelated tasks (free, instant reset) |
| `/compact` | At logical task breakpoints (research done, milestone complete) |
| `/cost` | Monitor token spending during session |
### Strategic Compaction
The `strategic-compact` skill (included in this plugin) suggests `/compact` at logical breakpoints instead of relying on auto-compaction at 95% context. See `skills/strategic-compact/SKILL.md` for the full decision guide.
**When to compact:**
- After research/exploration, before implementation
- After completing a milestone, before starting the next
- After debugging, before continuing feature work
- After a failed approach, before trying a new one
**When NOT to compact:**
- Mid-implementation (you'll lose variable names, file paths, partial state)
2026-01-17 17:49:33 -08:00
### Context Window Management
2026-02-12 15:37:48 -08:00
**Critical:** Don't enable all MCPs at once. Each MCP tool description consumes tokens from your 200k window, potentially reducing it to ~70k.
2026-01-17 17:49:33 -08:00
2026-02-12 15:37:48 -08:00
- Keep under 10 MCPs enabled per project
- Keep under 80 tools active
- Use `disabledMcpServers` in project config to disable unused ones
2026-01-17 17:49:33 -08:00
2026-02-12 15:37:48 -08:00
### Agent Teams Cost Warning
Agent Teams spawns multiple context windows. Each teammate consumes tokens independently. Only use for tasks where parallelism provides clear value (multi-module work, parallel reviews). For simple sequential tasks, subagents are more token-efficient.
---
2026-03-29 08:59:06 -04:00
## WARNING: Important Notes
2026-01-17 17:49:33 -08:00
2026-02-12 09:53:12 +01:00
### Token Optimization
Hitting daily limits? See the ** [Token Optimization Guide ](docs/token-optimization.md )** for recommended settings and workflow tips.
Quick wins:
```json
// ~/.claude/settings.json
{
"model" : "sonnet" ,
"env" : {
"MAX_THINKING_TOKENS" : "10000" ,
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE" : "50" ,
"CLAUDE_CODE_SUBAGENT_MODEL" : "haiku"
}
}
```
Use `/clear` between unrelated tasks, `/compact` at logical breakpoints, and `/cost` to monitor spending.
2026-01-17 17:49:33 -08:00
### Customization
These configs work for my workflow. You should:
1. Start with what resonates
2. Modify for your stack
3. Remove what you don't use
4. Add your own patterns
---
2026-04-05 17:28:54 -07:00
## Community Projects
Projects built on or inspired by Everything Claude Code:
| Project | Description |
|---------|-------------|
| [EVC ](https://github.com/SaigonXIII/evc ) | Marketing agent workspace — 42 commands for content operators, brand governance, and multi-channel publishing. [Visual overview ](https://saigonxiii.github.io/evc ). |
Built something with ECC? Open a PR to add it here.
---
2026-03-29 08:59:06 -04:00
## Sponsors
2026-02-12 14:07:10 -08:00
This project is free and open source. Sponsors help keep it maintained and growing.
2026-03-04 16:17:12 -08:00
[**Become a Sponsor** ](https://github.com/sponsors/affaan-m ) | [Sponsor Tiers ](SPONSORS.md ) | [Sponsorship Program ](SPONSORING.md )
2026-02-12 14:07:10 -08:00
---
2026-03-29 08:59:06 -04:00
## Star History
2026-01-22 22:19:01 -08:00
[](https://star-history.com/#affaan -m/everything-claude-code&Date)
---
2026-03-29 08:59:06 -04:00
## Links
2026-01-17 17:49:33 -08:00
2026-01-29 00:11:11 -08:00
- **Shorthand Guide (Start Here):** [The Shorthand Guide to Everything Claude Code ](https://x.com/affaanmustafa/status/2012378465664745795 )
2026-01-21 12:05:58 -08:00
- **Longform Guide (Advanced):** [The Longform Guide to Everything Claude Code ](https://x.com/affaanmustafa/status/2014040193557471352 )
2026-03-21 18:09:52 -07:00
- **Security Guide:** [Security Guide ](./the-security-guide.md ) | [Thread ](https://x.com/affaanmustafa/status/2033263813387223421 )
2026-01-17 17:49:33 -08:00
- **Follow:** [@affaanmustafa ](https://x.com/affaanmustafa )
---
2026-03-29 08:59:06 -04:00
## License
2026-01-17 17:49:33 -08:00
MIT - Use freely, modify as needed, contribute back if you can.
---
2026-01-21 12:05:58 -08:00
**Star this repo if it helps. Read both guides. Build something great.**