Skip to content

Commit a875f1c

Browse files
committed
docs: update agent/skill/command counts for Dart/Flutter additions
Bump catalog counts in README.md and AGENTS.md to reflect the new dart-build-resolver agent, dart-flutter-patterns skill, and flutter-build/flutter-review/flutter-test commands. https://claude.ai/code/session_01BQbvf8xFtJyaFiuEgdnsin
1 parent 711937c commit a875f1c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Everything Claude Code (ECC) — Agent Instructions
22

3-
This is a **production-ready AI coding plugin** providing 30 specialized agents, 140 skills, 60 commands, and automated hook workflows for software development.
3+
This is a **production-ready AI coding plugin** providing 37 specialized agents, 146 skills, 71 commands, and automated hook workflows for software development.
44

55
**Version:** 1.9.0
66

@@ -139,9 +139,9 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
139139
## Project Structure
140140

141141
```
142-
agents/ — 30 specialized subagents
143-
skills/ — 140 workflow skills and domain knowledge
144-
commands/ — 60 slash commands
142+
agents/ — 37 specialized subagents
143+
skills/ — 146 workflow skills and domain knowledge
144+
commands/ — 71 slash commands
145145
hooks/ — Trigger-based automations
146146
rules/ — Always-follow guidelines (common + per-language)
147147
scripts/ — Cross-platform Node.js utilities

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ For manual install instructions see the README in the `rules/` folder. When copy
220220
/plugin list everything-claude-code@everything-claude-code
221221
```
222222

223-
**That's it!** You now have access to 30 agents, 140 skills, and 60 commands.
223+
**That's it!** You now have access to 37 agents, 146 skills, and 71 commands.
224224

225225
### Multi-model commands require additional setup
226226

@@ -295,7 +295,7 @@ everything-claude-code/
295295
| |-- plugin.json # Plugin metadata and component paths
296296
| |-- marketplace.json # Marketplace catalog for /plugin marketplace add
297297
|
298-
|-- agents/ # 30 specialized subagents for delegation
298+
|-- agents/ # 37 specialized subagents for delegation
299299
| |-- planner.md # Feature implementation planning
300300
| |-- architect.md # System design decisions
301301
| |-- tdd-guide.md # Test-driven development
@@ -1109,9 +1109,9 @@ The configuration is automatically detected from `.opencode/opencode.json`.
11091109
11101110
| Feature | Claude Code | OpenCode | Status |
11111111
|---------|-------------|----------|--------|
1112-
| Agents | PASS: 30 agents | PASS: 12 agents | **Claude Code leads** |
1113-
| Commands | PASS: 60 commands | PASS: 31 commands | **Claude Code leads** |
1114-
| Skills | PASS: 140 skills | PASS: 37 skills | **Claude Code leads** |
1112+
| Agents | PASS: 37 agents | PASS: 12 agents | **Claude Code leads** |
1113+
| Commands | PASS: 71 commands | PASS: 31 commands | **Claude Code leads** |
1114+
| Skills | PASS: 146 skills | PASS: 37 skills | **Claude Code leads** |
11151115
| Hooks | PASS: 8 event types | PASS: 11 events | **OpenCode has more!** |
11161116
| Rules | PASS: 29 rules | PASS: 13 instructions | **Claude Code leads** |
11171117
| MCP Servers | PASS: 14 servers | PASS: Full | **Full parity** |

0 commit comments

Comments
 (0)