mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-10 19:33:37 +08:00
- plugin.json version 1.4.1 → 1.6.0 to match npm/repo - Add chief-of-staff.md to agents array (merged in PR #280) - Fix marketplace.json owner email to me@affaanmustafa.com
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "everything-claude-code",
|
|
"owner": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "everything-claude-code",
|
|
"source": "./",
|
|
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
|
"author": {
|
|
"name": "Affaan Mustafa"
|
|
},
|
|
"homepage": "https://github.com/affaan-m/everything-claude-code",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|