2026-01-22 04:16:39 -08:00
{
2026-05-11 02:10:36 -04:00
"name" : "ecc" ,
2026-08-31 18:14:22 -04:00
"version" : "2.2.1" ,
2026-08-18 12:04:33 +00:00
"description" : "Harness-native ECC plugin for engineering teams - 68 agents, 286 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses" ,
2026-01-22 04:16:39 -08:00
"author" : {
"name" : "Affaan Mustafa" ,
"url" : "https://x.com/affaanmustafa"
},
2026-04-05 13:20:18 -07:00
"homepage" : "https://ecc.tools" ,
2026-05-19 05:27:19 -04:00
"repository" : "https://github.com/affaan-m/ECC" ,
2026-01-22 04:16:39 -08:00
"license" : "MIT" ,
"keywords" : [
"claude-code" ,
"agents" ,
"skills" ,
"hooks" ,
"rules" ,
"tdd" ,
"code-review" ,
"security" ,
"workflow" ,
"automation" ,
"best-practices"
2026-03-27 09:26:50 +02:00
],
2026-08-06 15:39:49 -04:00
"userConfig" : {
"hooks_enabled" : {
"type" : "boolean" ,
"title" : "Enable ECC hooks" ,
"description" : "Run ECC's local lifecycle, quality, and safety automation. Disable this to keep skills and commands without local hook automation." ,
"default" : true
},
"hook_profile" : {
"type" : "string" ,
"title" : "ECC hook profile" ,
"description" : "Choose minimal, standard, or strict. Invalid values safely fall back to standard." ,
"default" : "standard"
}
},
2026-04-30 01:05:20 -04:00
"mcpServers" : {},
2026-05-11 05:18:18 -04:00
"skills" : [
"./skills/"
],
"commands" : [
"./commands/"
]
2026-01-22 04:16:39 -08:00
}