feat(skills): add ml-adoption-playbook skill

- Added ml-adoption-playbook to structure the agentic workflow for adopting ML into non-ML projects.

- Registered the ML playbook in package.json.

- Synchronized catalog counts across documentation and plugin manifests.
This commit is contained in:
Sebastian Roland
2026-06-08 22:44:47 -04:00
committed by Stroland
parent 90dfd9505d
commit d4ed8baef3
9 changed files with 72 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Everything Claude Code (ECC) — Agent Instructions
This is a **production-ready AI coding plugin** providing 64 specialized agents, 261 skills, 84 commands, and automated hook workflows for software development.
This is a **production-ready AI coding plugin** providing 64 specialized agents, 262 skills, 84 commands, and automated hook workflows for software development.
**Version:** 2.0.0-rc.1
@@ -150,7 +150,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
```
agents/ — 64 specialized subagents
skills/ — 261 workflow skills and domain knowledge
skills/ — 262 workflow skills and domain knowledge
commands/ — 84 slash commands
hooks/ — Trigger-based automations
rules/ — Always-follow guidelines (common + per-language)