-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmarketplace.json
More file actions
37 lines (37 loc) · 1.06 KB
/
marketplace.json
File metadata and controls
37 lines (37 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
34
35
36
37
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "shipspec-marketplace",
"version": "1.0.0",
"description": "ShipSpec: Spec-driven development for Claude Code. Ship bigger features with confidence.",
"owner": {
"name": "jsegov"
},
"plugins": [
{
"name": "shipspec",
"description": "Spec-driven development for Claude Code. Plan bigger features with persistent PRDs, technical designs, and implementation tasks that keep your AI coding agent on track across sessions.",
"version": "1.1.0",
"author": {
"name": "ShipSpec"
},
"source": {
"source": "url",
"url": "https://github.com/jsegov/shipspec-claude-code-plugin.git"
},
"category": "development",
"homepage": "https://github.com/jsegov/shipspec-claude-code-plugin",
"keywords": [
"planning",
"prd",
"design",
"tasks",
"agents",
"production",
"security",
"compliance",
"soc2",
"code-analysis"
]
}
]
}