Skip to content

Commit 90da915

Browse files
montjeffreyclaude
andcommitted
chore: sync catalog counts and command registry for /plugin-profiles
commands/plugin-profiles.md raises the command count 94 -> 95; regenerate docs/COMMAND-REGISTRY.json and catalog counts via npm run catalog:sync and npm run command-registry:write. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xj2iuYbuWqrB7eYYYVAfSp
1 parent 29412da commit 90da915

8 files changed

Lines changed: 29 additions & 18 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"name": "ecc",
1313
"source": "./",
14-
"description": "Harness-native ECC operator layer - 68 agents, 284 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses",
14+
"description": "Harness-native ECC operator layer - 68 agents, 284 skills, 95 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses",
1515
"version": "2.2.0",
1616
"author": {
1717
"name": "Affaan Mustafa",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ecc",
33
"version": "2.2.0",
4-
"description": "Harness-native ECC plugin for engineering teams - 68 agents, 284 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses",
4+
"description": "Harness-native ECC plugin for engineering teams - 68 agents, 284 skills, 95 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses",
55
"author": {
66
"name": "Affaan Mustafa",
77
"url": "https://x.com/affaanmustafa"

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Everything Claude Code (ECC) — Agent Instructions
22

3-
This is a **production-ready AI coding plugin** providing 68 specialized agents, 284 skills, 94 commands, and automated hook workflows for software development.
3+
This is a **production-ready AI coding plugin** providing 68 specialized agents, 284 skills, 95 commands, and automated hook workflows for software development.
44

55
**Version:** 2.2.0
66

@@ -155,7 +155,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat
155155
```
156156
agents/ — 68 specialized subagents
157157
skills/ — 284 workflow skills and domain knowledge
158-
commands/ — 94 slash commands
158+
commands/ — 95 slash commands
159159
hooks/ — Trigger-based automations
160160
rules/ — Always-follow guidelines (common + per-language)
161161
scripts/ — Cross-platform Node.js utilities

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ Instead of rebuilding that process in every prompt, you install it once and make
130130
131131
ECC is MIT-licensed open source. It works best with Claude Code today, has a supported Codex sync path, and provides capability-limited adapters for Cursor, OpenCode, Gemini, Zed, GitHub Copilot, Antigravity, Qwen, and other harnesses. See the [support status matrix](#platform-support) before assuming feature parity.
132132

133-
Access to 68 agents, 284 skills, and 94 legacy command shims, plus hooks, rules, memory, continuous learning, and AgentShield security scanning. The agents are specialized for planning, review, build repair, security, architecture, and domain work.
133+
Access to 68 agents, 284 skills, and 95 legacy command shims, plus hooks, rules, memory, continuous learning, and AgentShield security scanning. The agents are specialized for planning, review, build repair, security, architecture, and domain work.
134134

135135
| Included | Count | What it gives you |
136136
| ---------------- | ----------: | ------------------------------------------------------------------------------------ |
137137
| Agents | 68 agents | Planning, review, build repair, security, architecture, and domain work |
138138
| Skills | 284 skills | TDD, research, security, docs, frontend, data, ML, operations, and more |
139-
| Commands | 94 commands | Convenient entry points while ECC moves to a skills-first surface |
139+
| Commands | 95 commands | Convenient entry points while ECC moves to a skills-first surface |
140140
| Hooks and memory | Runtime | Enforcement, session summaries, continuous learning, instincts, and context controls |
141141
| Rules | Selective | Always-loaded standards you choose by language or project |
142142
| AgentShield | Included | Scanning for prompts, hooks, MCP config, permissions, secrets, and agent files |

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Copy-Item -Recurse rules/typescript "$HOME/.claude/rules/"
196196
/plugin list ecc@ecc
197197
```
198198

199-
**完成!** 你现在可以使用 68 个代理、284 个技能和 94 个命令。
199+
**完成!** 你现在可以使用 68 个代理、284 个技能和 95 个命令。
200200

201201
### multi-* 命令需要额外配置
202202

docs/COMMAND-REGISTRY.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
3-
"totalCommands": 94,
3+
"totalCommands": 95,
44
"commands": [
55
{
66
"command": "aside",
@@ -661,6 +661,17 @@
661661
],
662662
"path": "commands/plan.md"
663663
},
664+
{
665+
"command": "plugin-profiles",
666+
"description": "Generate and manage slim ECC profile plugins - list profiles, plan token impact, generate a plugin, and activate it per project.",
667+
"type": "planning",
668+
"primaryAgents": [],
669+
"allAgents": [],
670+
"skills": [
671+
"react-patterns"
672+
],
673+
"path": "commands/plugin-profiles.md"
674+
},
664675
{
665676
"command": "pm2",
666677
"description": "Analyze a project and generate PM2 service commands for detected frontend, backend, or database services.",
@@ -1031,7 +1042,7 @@
10311042
"build": 2,
10321043
"general": 10,
10331044
"orchestration": 11,
1034-
"planning": 2,
1045+
"planning": 3,
10351046
"refactoring": 1,
10361047
"review": 15,
10371048
"testing": 53
@@ -1108,15 +1119,15 @@
11081119
"count": 3
11091120
},
11101121
{
1111-
"skill": "rust-patterns",
1122+
"skill": "react-patterns",
11121123
"count": 3
11131124
},
11141125
{
1115-
"skill": "cpp-coding-standards",
1116-
"count": 2
1126+
"skill": "rust-patterns",
1127+
"count": 3
11171128
},
11181129
{
1119-
"skill": "cpp-testing",
1130+
"skill": "cpp-coding-standards",
11201131
"count": 2
11211132
}
11221133
]

docs/zh-CN/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Everything Claude Code (ECC) — 智能体指令
22

3-
这是一个**生产就绪的 AI 编码插件**,提供 68 个专业代理、284 项技能、94 条命令以及自动化钩子工作流,用于软件开发。
3+
这是一个**生产就绪的 AI 编码插件**,提供 68 个专业代理、284 项技能、95 条命令以及自动化钩子工作流,用于软件开发。
44

55
**版本:** 2.2.0
66

@@ -148,7 +148,7 @@
148148
```
149149
agents/ — 68 个专业子代理
150150
skills/ — 284 个工作流技能和领域知识
151-
commands/ — 94 个斜杠命令
151+
commands/ — 95 个斜杠命令
152152
hooks/ — 基于触发的自动化
153153
rules/ — 始终遵循的指导方针(通用 + 每种语言)
154154
scripts/ — 跨平台 Node.js 实用工具

docs/zh-CN/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Copy-Item -Recurse rules/typescript "$HOME/.claude/rules/"
260260
/plugin list ecc@ecc
261261
```
262262

263-
**搞定!** 你现在可以使用 68 个智能体、284 项技能和 94 个命令了。
263+
**搞定!** 你现在可以使用 68 个智能体、284 项技能和 95 个命令了。
264264

265265
***
266266

@@ -1173,7 +1173,7 @@ opencode
11731173
| 功能特性 | Claude Code | OpenCode | 状态 |
11741174
|---------|---------------|----------|--------|
11751175
| 智能体 | PASS: 68 个 | PASS: 12 个 | **Claude Code 领先** |
1176-
| 命令 | PASS: 94| PASS: 35 个 | **Claude Code 领先** |
1176+
| 命令 | PASS: 95| PASS: 35 个 | **Claude Code 领先** |
11771177
| 技能 | PASS: 284 项 | PASS: 37 项 | **Claude Code 领先** |
11781178
| 钩子 | PASS: 8 种事件类型 | PASS: 11 种事件 | **OpenCode 更多!** |
11791179
| 规则 | PASS: 29 条 | PASS: 13 条指令 | **Claude Code 领先** |
@@ -1281,7 +1281,7 @@ ECC 是**第一个最大化利用每个主要 AI 编码工具的插件**。以
12811281
| 功能特性 | Claude Code | Cursor IDE | Codex CLI | OpenCode |
12821282
|---------|-----------------------|------------|-----------|----------|
12831283
| **智能体** | 68 | 共享 (AGENTS.md) | 共享 (AGENTS.md) | 12 |
1284-
| **命令** | 94 | 共享 | 基于指令 | 35 |
1284+
| **命令** | 95 | 共享 | 基于指令 | 35 |
12851285
| **技能** | 284 | 共享 | 10 (原生格式) | 37 |
12861286
| **钩子事件** | 8 种类型 | 15 种类型 | SessionStart(1 种类型) | 11 种类型 |
12871287
| **钩子脚本** | 20+ 个脚本 | 16 个脚本 (DRY 适配器) | 1 个 SessionStart 引导脚本 | 插件钩子 |

0 commit comments

Comments
 (0)