mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
fix: update catalog counts and resolve lint error
- Update agent count 26→27 in README.md (quick-start + comparison table) and AGENTS.md (summary + project structure) - Update skill count 108→109 in README.md (quick-start + comparison table) and AGENTS.md (summary) - Rename unused variable provenance → _provenance in tests/lib/skill-dashboard.test.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Everything Claude Code (ECC) — Agent Instructions
|
||||
|
||||
This is a **production-ready AI coding plugin** providing 26 specialized agents, 108 skills, 57 commands, and automated hook workflows for software development.
|
||||
This is a **production-ready AI coding plugin** providing 27 specialized agents, 109 skills, 57 commands, and automated hook workflows for software development.
|
||||
|
||||
## Core Principles
|
||||
|
||||
@@ -138,7 +138,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
agents/ — 26 specialized subagents
|
||||
agents/ — 27 specialized subagents
|
||||
skills/ — 108 workflow skills and domain knowledge
|
||||
commands/ — 57 slash commands
|
||||
hooks/ — Trigger-based automations
|
||||
|
||||
Reference in New Issue
Block a user