From fce4513d58dc723177045dd7c3a3568d5c016407 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Tue, 17 Mar 2026 00:42:09 -0700 Subject: [PATCH] fix: sync documentation counts with catalog (25 agents, 108 skills, 57 commands) --- AGENTS.md | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e1661a3c..bad37ea4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # Everything Claude Code (ECC) — Agent Instructions -This is a **production-ready AI coding plugin** providing 22 specialized agents, 102 skills, 52 commands, and automated hook workflows for software development. +This is a **production-ready AI coding plugin** providing 25 specialized agents, 108 skills, 57 commands, and automated hook workflows for software development. ## Core Principles @@ -134,9 +134,9 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat ## Project Structure ``` -agents/ — 21 specialized subagents +agents/ — 25 specialized subagents skills/ — 102 workflow skills and domain knowledge -commands/ — 52 slash commands +commands/ — 57 slash commands hooks/ — Trigger-based automations rules/ — Always-follow guidelines (common + per-language) scripts/ — Cross-platform Node.js utilities diff --git a/README.md b/README.md index 8cde4f4a..c5f23d90 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ For manual install instructions see the README in the `rules/` folder. /plugin list everything-claude-code@everything-claude-code ``` -✨ **That's it!** You now have access to 21 agents, 102 skills, and 52 commands. +✨ **That's it!** You now have access to 25 agents, 108 skills, and 57 commands. --- @@ -1042,9 +1042,9 @@ The configuration is automatically detected from `.opencode/opencode.json`. | Feature | Claude Code | OpenCode | Status | |---------|-------------|----------|--------| -| Agents | ✅ 21 agents | ✅ 12 agents | **Claude Code leads** | -| Commands | ✅ 52 commands | ✅ 31 commands | **Claude Code leads** | -| Skills | ✅ 102 skills | ✅ 37 skills | **Claude Code leads** | +| Agents | ✅ 25 agents | ✅ 12 agents | **Claude Code leads** | +| Commands | ✅ 57 commands | ✅ 31 commands | **Claude Code leads** | +| Skills | ✅ 108 skills | ✅ 37 skills | **Claude Code leads** | | Hooks | ✅ 8 event types | ✅ 11 events | **OpenCode has more!** | | Rules | ✅ 29 rules | ✅ 13 instructions | **Claude Code leads** | | MCP Servers | ✅ 14 servers | ✅ Full | **Full parity** |