claudegoodies
Plugin

ecc

From affaan-m

Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses

Bundles 67 agents, 278 skills, and 94 legacy command shims plus hooks/rules for Claude Code.

Use it when

  • Want a large pre-built library of agents and skills instead of writing your own
  • Migrating from older command-based workflows via the legacy command shims
  • Need shared hooks/rules conventions across multiple agent harnesses

Skip it if

  • mcpServers config is empty, so no MCP integration ships out of the box
  • Source gives no detail on what individual agents/skills actually do
  • Large bundle (278 skills) may be more than a small project needs

Install

/plugin install ecc

Facts

Repository
affaan-m/ECC
Status
Actively maintained
Last commit
Declared tools
{}

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "ecc",
  "version": "2.0.0",
  "description": "Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses",
  "author": {
    "name": "Affaan Mustafa",
    "url": "https://x.com/affaanmustafa"
  },
  "homepage": "https://ecc.tools",
  "repository": "https://github.com/affaan-m/ECC",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "agents",
    "skills",
    "hooks",
    "rules",
    "tdd",
    "code-review",
    "security",
    "workflow",
    "automation",
    "best-practices"
  ],
  "mcpServers": {},
  "skills": [
    "./skills/"
  ],
  "commands": [
    "./commands/"
  ]
}
View full source on GitHub →

Other plugins