mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: port Swift language agents (#1721)
This commit is contained in:
parent
7fa1e5b6db
commit
6fd20ffc72
9 changed files with 282 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Everything Claude Code (ECC) — Agent Instructions
|
||||
|
||||
This is a **production-ready AI coding plugin** providing 48 specialized agents, 185 skills, 68 commands, and automated hook workflows for software development.
|
||||
This is a **production-ready AI coding plugin** providing 50 specialized agents, 185 skills, 68 commands, and automated hook workflows for software development.
|
||||
|
||||
**Version:** 2.0.0-rc.1
|
||||
|
||||
|
|
@ -145,7 +145,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
|
|||
## Project Structure
|
||||
|
||||
```
|
||||
agents/ — 48 specialized subagents
|
||||
agents/ — 50 specialized subagents
|
||||
skills/ — 185 workflow skills and domain knowledge
|
||||
commands/ — 68 slash commands
|
||||
hooks/ — Trigger-based automations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue