mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-14 02:10:07 +08:00
Rebuild the useful homelab VLAN, DNS, and VPN planning surface from stale PR #1413 as a safety-first readiness checklist instead of raw router/firewall commands. Sync the catalog count from 202 to 203 skills and include the skill in the devops-infra install module and npm publish surface.
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "ecc",
|
|
"owner": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ecc",
|
|
"source": "./",
|
|
"description": "The most comprehensive Claude Code plugin — 53 agents, 203 skills, 69 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning",
|
|
"version": "2.0.0-rc.1",
|
|
"author": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com"
|
|
},
|
|
"homepage": "https://ecc.tools",
|
|
"repository": "https://github.com/affaan-m/everything-claude-code",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"commands",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"best-practices"
|
|
],
|
|
"category": "workflow",
|
|
"tags": [
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"commands",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"best-practices"
|
|
],
|
|
"strict": false
|
|
}
|
|
]
|
|
}
|