Skip to content

Commit 50d40e2

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 38efeda commit 50d40e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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, 136 skills, 60 commands, and automated hook workflows for software development.
3+
This is a **production-ready AI coding plugin** providing 31 specialized agents, 137 skills, 63 commands, and automated hook workflows for software development.
44

55
**Version:** 1.9.0
66

@@ -141,9 +141,9 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
141141
## Project Structure
142142

143143
```
144-
agents/ — 30 specialized subagents
145-
skills/ — 136 workflow skills and domain knowledge
146-
commands/ — 60 slash commands
144+
agents/ — 31 specialized subagents
145+
skills/ — 137 workflow skills and domain knowledge
146+
commands/ — 63 slash commands
147147
hooks/ — Trigger-based automations
148148
rules/ — Always-follow guidelines (common + per-language)
149149
scripts/ — Cross-platform Node.js utilities

README.md

Lines changed: 4 additions & 4 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, 136 skills, and 60 commands.
223+
**That's it!** You now have access to 31 agents, 137 skills, and 63 commands.
224224

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

@@ -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: 136 skills | PASS: 37 skills | **Claude Code leads** |
1112+
| Agents | PASS: 31 agents | PASS: 12 agents | **Claude Code leads** |
1113+
| Commands | PASS: 63 commands | PASS: 31 commands | **Claude Code leads** |
1114+
| Skills | PASS: 137 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)