From 52e949a85bfa4fe48caa0ab000beb7435603143f Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Fri, 20 Mar 2026 01:19:36 -0700 Subject: [PATCH] fix: sync catalog counts with filesystem (27 agents, 113 skills, 58 commands) (#693) --- AGENTS.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 37fe37b2..843434ec 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 27 specialized agents, 109 skills, 57 commands, and automated hook workflows for software development. +This is a **production-ready AI coding plugin** providing 27 specialized agents, 113 skills, 58 commands, and automated hook workflows for software development. **Version:** 1.9.0 @@ -142,8 +142,8 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat ``` agents/ — 27 specialized subagents -skills/ — 109 workflow skills and domain knowledge -commands/ — 57 slash commands +skills/ — 113 workflow skills and domain knowledge +commands/ — 58 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 e2ec9e17..7dc9b3e8 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,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 27 agents, 109 skills, and 57 commands. +✨ **That's it!** You now have access to 27 agents, 113 skills, and 58 commands. --- @@ -1070,8 +1070,8 @@ The configuration is automatically detected from `.opencode/opencode.json`. | Feature | Claude Code | OpenCode | Status | |---------|-------------|----------|--------| | Agents | ✅ 27 agents | ✅ 12 agents | **Claude Code leads** | -| Commands | ✅ 57 commands | ✅ 31 commands | **Claude Code leads** | -| Skills | ✅ 109 skills | ✅ 37 skills | **Claude Code leads** | +| Commands | ✅ 58 commands | ✅ 31 commands | **Claude Code leads** | +| Skills | ✅ 113 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** |