Files
everything-claude-code/.claude-plugin/plugin.json
2026-04-02 15:14:20 -07:00

34 lines
999 B
JSON

{
"name": "everything-claude-code",
"version": "2.0.0",
"description": "The complete Claude Code plugin - 36 agents, 128 skills, 69 commands, and production hooks. Consolidates all official Anthropic plugins (pr-review-toolkit, feature-dev, commit-commands, hookify, code-simplifier, security-guidance, frontend-design, explanatory-output-style) into one battle-tested package.",
"author": {
"name": "Affaan Mustafa",
"url": "https://x.com/affaanmustafa"
},
"homepage": "https://github.com/affaan-m/everything-claude-code",
"repository": "https://github.com/affaan-m/everything-claude-code",
"license": "MIT",
"keywords": [
"claude-code",
"agents",
"skills",
"hooks",
"commands",
"rules",
"tdd",
"code-review",
"security",
"workflow",
"automation",
"best-practices",
"pr-review",
"feature-dev",
"hookify",
"frontend-design"
],
"commands": "../commands",
"skills": "../skills",
"agents": "../agents"
}