Files
claude-plugins/.claude-plugin/marketplace.json

15 lines
424 B
JSON
Raw Permalink Normal View History

{
"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",
2025-10-28 12:28:48 -05:00
"description": "Complete toolkit for Claude Code: plugins, skills, slash commands, hooks, subagents, and memory management"
}
]
}