chore(catalog): sync manifests + fix skill emoji (wave 2) (#2395)

* chore(catalog): sync manifests after skill batch (#2275 #2377 #2378 #2381)

Update skill counts (273 -> 277) across catalog docs after the verified skill batch.

* fix(skills): replace emoji with ASCII in growth-log + loop-design-check

check-unicode-safety (pre-push gate) bans emoji in SKILL.md; the merged #2377
and #2381 slipped through run-all.js. Swap U+274C/U+2705 for 'Avoid:'/'Bad:'/'Good:'.
This commit is contained in:
Affaan Mustafa 2026-06-29 19:44:51 -07:00 committed by GitHub
parent 0bd2b2cdfb
commit 81af407619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 20 deletions

View file

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