Files
everything-claude-code-zh/.claude-plugin/marketplace.json
Affaan Mustafa 9e8006c8ca fix: use GitHub source object in marketplace.json
Fixes 'Invalid schema: plugins.0.source: Invalid input' error when
installing via /plugin marketplace add. The source field needs to be
a GitHub source object, not a relative path, when the plugin is at
the repo root.
2026-01-22 13:14:19 -08:00

50 lines
1.2 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": {
"source": "github",
"repo": "affaan-m/everything-claude-code"
},
"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"
]
}
]
}