mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 14:40:14 +00:00
Using './' lets Claude Code use the already-cloned marketplace repo directly instead of fetching from GitHub again. This avoids potential double-fetch issues and simplifies the installation.
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "everything-claude-code",
|
|
"owner": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "affaan@example.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "everything-claude-code",
|
|
"source": "./",
|
|
"description": "Complete collection of agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
|
"version": "1.0.0",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|