diff --git a/.codex-plugin/README.md b/.codex-plugin/README.md index 86544bdd..36a2f76e 100644 --- a/.codex-plugin/README.md +++ b/.codex-plugin/README.md @@ -12,7 +12,7 @@ This directory contains the **Codex plugin manifest** for Everything Claude Code ## What This Provides -- **185 skills** from `./skills/` — reusable Codex workflows for TDD, security, +- **200 skills** from `./skills/` — reusable Codex workflows for TDD, security, code review, architecture, and more - **6 MCP servers** — GitHub, Context7, Exa, Memory, Playwright, Sequential Thinking diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 4da42258..58cc04bc 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ecc", "version": "2.0.0-rc.1", - "description": "Battle-tested Codex workflows — 185 shared ECC skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.", + "description": "Battle-tested Codex workflows — 200 shared ECC skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.", "author": { "name": "Affaan Mustafa", "email": "me@affaanmustafa.com", @@ -15,7 +15,7 @@ "mcpServers": "./.mcp.json", "interface": { "displayName": "Everything Claude Code", - "shortDescription": "185 battle-tested ECC skills plus MCP configs for TDD, security, code review, and autonomous development.", + "shortDescription": "200 battle-tested ECC skills plus MCP configs for TDD, security, code review, and autonomous development.", "longDescription": "Everything Claude Code (ECC) is a community-maintained collection of Codex-ready skills and MCP configs evolved over 10+ months of intensive daily use. It covers TDD workflows, security scanning, code review, architecture decisions, operator workflows, and more — all in one installable plugin.", "developerName": "Affaan Mustafa", "category": "Productivity", diff --git a/README.md b/README.md index 6fc012e2..0deac4f1 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This repo is the raw code only. The guides explain everything. ### v2.0.0-rc.1 — Surface Refresh, Operator Workflows, and ECC 2.0 Alpha (Apr 2026) - **Dashboard GUI** — New Tkinter-based desktop application (`ecc_dashboard.py` or `npm run dashboard`) with dark/light theme toggle, font customization, and project logo in header and taskbar. -- **Public surface synced to the live repo** — metadata, catalog counts, plugin manifests, and install-facing docs now match the actual OSS surface: 48 agents, 185 skills, and 68 legacy command shims. +- **Public surface synced to the live repo** — metadata, catalog counts, plugin manifests, and install-facing docs now match the actual OSS surface: 53 agents, 200 skills, and 69 legacy command shims. - **Operator and outbound workflow expansion** — `brand-voice`, `social-graph-ranker`, `connections-optimizer`, `customer-billing-ops`, `ecc-tools-cost-audit`, `google-workspace-ops`, `project-flow-ops`, and `workspace-surface-audit` round out the operator lane. - **Media and launch tooling** — `manim-video`, `remotion-video-creation`, and upgraded social publishing surfaces make technical explainers and launch content part of the same system. - **Framework and product surface growth** — `nestjs-patterns`, richer Codex/OpenCode install surfaces, and expanded cross-harness packaging keep the repo usable beyond Claude Code alone.