Files
claude-plugins/.claude-plugin/marketplace.json
2026-03-21 22:13:19 -05:00

21 lines
633 B
JSON

{
"name": "claude-skills-marketplace",
"owner": {
"name": "Claude Skills Contributors"
},
"description": "A curated collection of Agent Skills and plugins for Claude Code and Claude.ai",
"plugins": [
{
"name": "claude-code",
"source": "./claude-code",
"description": "Complete toolkit for Claude Code: plugins, skills, slash commands, hooks, subagents, and memory management"
},
{
"name": "council-of-experts",
"source": "./council-of-experts",
"description": "A research council that attacks hard problems from multiple expert perspectives simultaneously."
}
]
}