From 2643e0c72fe89e34d38c34dbd73431dec16ff229 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Fri, 20 Mar 2026 07:11:16 -0700 Subject: [PATCH] fix: update catalog counts for flutter-reviewer (28 agents, 116 skills) --- AGENTS.md | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 62fd86b1..ee43dfbe 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, 115 skills, 59 commands, and automated hook workflows for software development. +This is a **production-ready AI coding plugin** providing 28 specialized agents, 116 skills, 59 commands, and automated hook workflows for software development. **Version:** 1.9.0 @@ -141,7 +141,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat ## Project Structure ``` -agents/ — 27 specialized subagents +agents/ — 28 specialized subagents skills/ — 115 workflow skills and domain knowledge commands/ — 59 slash commands hooks/ — Trigger-based automations diff --git a/README.md b/README.md index 736e1227..ba485a83 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, 115 skills, and 59 commands. +✨ **That's it!** You now have access to 28 agents, 116 skills, and 59 commands. --- @@ -264,7 +264,7 @@ everything-claude-code/ | |-- plugin.json # Plugin metadata and component paths | |-- marketplace.json # Marketplace catalog for /plugin marketplace add | -|-- agents/ # 27 specialized subagents for delegation +|-- agents/ # 28 specialized subagents for delegation | |-- planner.md # Feature implementation planning | |-- architect.md # System design decisions | |-- tdd-guide.md # Test-driven development @@ -1069,9 +1069,9 @@ The configuration is automatically detected from `.opencode/opencode.json`. | Feature | Claude Code | OpenCode | Status | |---------|-------------|----------|--------| -| Agents | ✅ 27 agents | ✅ 12 agents | **Claude Code leads** | +| Agents | ✅ 28 agents | ✅ 12 agents | **Claude Code leads** | | Commands | ✅ 59 commands | ✅ 31 commands | **Claude Code leads** | -| Skills | ✅ 115 skills | ✅ 37 skills | **Claude Code leads** | +| Skills | ✅ 116 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** |