-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmarketplace.json
More file actions
33 lines (33 loc) · 1.06 KB
/
marketplace.json
File metadata and controls
33 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "plugin-dev-marketplace",
"owner": {
"name": "Steve Nims",
"url": "https://github.com/sjnims"
},
"metadata": {
"description": "Unofficial plugin-dev plugin marketplace for plugin-dev Claude Code plugin - the plugin itself was initially created by Daisy Hollman at Anthropic.",
"version": "0.3.0"
},
"plugins": [
{
"name": "plugin-dev",
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 9 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices. AI-assisted plugin creation and validation.",
"version": "0.3.0",
"author": {
"name": "Daisy Hollman",
"url": "https://github.com/anthropics/claude-code/",
"email": "daisy@anthropic.com"
},
"homepage": "https://github.com/sjnims/plugin-dev",
"tags": [
"ai-tools",
"claude",
"claude-code",
"developer-tools",
"mcp",
"plugin-development"
],
"source": "./plugins/plugin-dev"
}
]
}