Merge pull request #2220 from lamenting-hawthorn/feat/agent-self-evaluation

feat(skills,agents): add agent-self-evaluation skill and agent-evaluator persona. Catalog counts reconciled.
This commit is contained in:
Affaan Mustafa 2026-06-15 14:05:47 -04:00
commit 1705cb72f0
15 changed files with 1211 additions and 21 deletions

View file

@ -1,6 +1,6 @@
# Everything Claude Code (ECC) — Agent Instructions
This is a **production-ready AI coding plugin** providing 65 specialized agents, 262 skills, 84 commands, and automated hook workflows for software development.
This is a **production-ready AI coding plugin** providing 66 specialized agents, 264 skills, 84 commands, and automated hook workflows for software development.
**Version:** 2.0.0
@ -151,8 +151,8 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
## Project Structure
```
agents/ — 65 specialized subagents
skills/ — 262 workflow skills and domain knowledge
agents/ — 66 specialized subagents
skills/ — 264 workflow skills and domain knowledge
commands/ — 84 slash commands
hooks/ — Trigger-based automations
rules/ — Always-follow guidelines (common + per-language)