-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
75 lines (75 loc) · 2.52 KB
/
Copy pathcatalog.json
File metadata and controls
75 lines (75 loc) · 2.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "shipwright",
"description": "Claude Code and Codex skills for turning trends into products and shipping trustworthy GitHub projects.",
"version": "0.3.0",
"website": {
"type": "static-product-demo",
"path": "site",
"local_preview": "python3 -m http.server 4173 --directory site",
"live_url": "https://shipwright.com.cn",
"deployment": "github-pages",
"notes": "Prototype landing page and analyzer demo; executable audit workflows live under skills/."
},
"skills": [
{
"name": "github-radar",
"category": "research",
"path": "skills/github-radar",
"use_when": "Scanning GitHub Trending, Explore, or hot repositories for builder opportunities."
},
{
"name": "trend-to-product",
"category": "product",
"path": "skills/trend-to-product",
"use_when": "Turning a hot repository, trend, or competitor into a differentiated MVP."
},
{
"name": "idea-to-prd",
"category": "product",
"path": "skills/idea-to-prd",
"use_when": "Converting a rough product idea into a lean PRD."
},
{
"name": "prd-to-issues",
"category": "planning",
"path": "skills/prd-to-issues",
"use_when": "Breaking a PRD into GitHub-ready issues."
},
{
"name": "launch-readiness",
"category": "launch",
"path": "skills/launch-readiness",
"use_when": "Auditing a GitHub project before public promotion."
},
{
"name": "browser-launch-audit",
"category": "qa",
"path": "skills/browser-launch-audit",
"use_when": "Verifying a web app or demo URL in a real browser before shipping."
},
{
"name": "readme-install-audit",
"category": "qa",
"path": "skills/readme-install-audit",
"use_when": "Testing whether a first-time user can install and use a repo from the README."
},
{
"name": "agent-output-review",
"category": "qa",
"path": "skills/agent-output-review",
"use_when": "Reviewing AI-generated work for hallucinated claims, fake-complete features, and missing verification."
},
{
"name": "github-release-checklist",
"category": "launch",
"path": "skills/github-release-checklist",
"use_when": "Preparing repo metadata, release notes, launch copy, and final release blockers."
},
{
"name": "workflow-to-skill",
"category": "skill-building",
"path": "skills/workflow-to-skill",
"use_when": "Turning a repeated agent workflow into an installable skill."
}
]
}