2026-03-27 09:26:50 +02:00
{
"name" : "everything-claude-code" ,
2026-04-05 13:20:18 -07:00
"version" : "1.10.0" ,
"description" : "Battle-tested Codex workflows — 156 shared ECC skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development." ,
2026-03-27 09:26:50 +02:00
"author" : {
"name" : "Affaan Mustafa" ,
"email" : "me@affaanmustafa.com" ,
"url" : "https://x.com/affaanmustafa"
},
2026-04-05 13:20:18 -07:00
"homepage" : "https://ecc.tools" ,
2026-03-27 09:26:50 +02:00
"repository" : "https://github.com/affaan-m/everything-claude-code" ,
"license" : "MIT" ,
"keywords" : [ "codex" , "agents" , "skills" , "tdd" , "code-review" , "security" , "workflow" , "automation" ],
"skills" : "./skills/" ,
"mcpServers" : "./.mcp.json" ,
"interface" : {
"displayName" : "Everything Claude Code" ,
2026-04-05 13:20:18 -07:00
"shortDescription" : "156 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." ,
2026-03-27 09:26:50 +02:00
"developerName" : "Affaan Mustafa" ,
"category" : "Productivity" ,
"capabilities" : [ "Read" , "Write" ],
2026-04-05 13:20:18 -07:00
"websiteURL" : "https://ecc.tools" ,
2026-03-27 09:26:50 +02:00
"defaultPrompt" : [
"Use the tdd-workflow skill to write tests before implementation." ,
"Use the security-review skill to scan for OWASP Top 10 vulnerabilities." ,
2026-04-05 13:20:18 -07:00
"Use the verification-loop skill to verify correctness before shipping changes."
2026-03-27 09:26:50 +02:00
]
}
}