-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
79 lines (77 loc) · 4.22 KB
/
manifest.json
File metadata and controls
79 lines (77 loc) · 4.22 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
76
77
78
79
{
"version": 1,
"skillRepos": {
"secure-setup": { "repo": "ORBWEVA/secure-setup", "skills": ["secure-setup"] },
"orbweva-method": { "repo": "ORBWEVA/orbweva-method", "skills": ["core"] },
"resume-skill": { "repo": "ORBWEVA/resume-skill", "skills": ["resume"] },
"founder-discovery": { "repo": "ORBWEVA/founder-discovery", "skills": ["discovery"] },
"dt-skill": { "repo": "ORBWEVA/dt-skill", "skills": ["design-thinking"] },
"founder-metrics": { "repo": "ORBWEVA/founder-metrics", "skills": ["startup-metrics"] },
"founder-pitch": { "repo": "ORBWEVA/founder-pitch", "skills": ["pitch"] },
"founder-ops": { "repo": "ORBWEVA/founder-ops", "skills": ["hiring", "legal-essentials", "retention"] },
"gtm-skills": { "repo": "ORBWEVA/gtm-skills", "skills": ["geo", "gtm-launch", "seo-toolkit"] },
"solo-skills": { "repo": "ORBWEVA/solo-skills", "skills": ["solo"] },
"solo-agents": { "repo": "ORBWEVA/solo-agents", "skills": ["agents"] },
"web-build-pack": { "repo": "ORBWEVA/web-build-pack", "skills": ["web-audit", "web-perf", "web-a11y", "web-copy", "web-brand"] },
"ai-media-pack": { "repo": "ORBWEVA/ai-media-pack", "skills": ["ai-media-setup", "ai-media-video", "ai-media-image", "ai-media-voice", "ai-media-pipeline", "ai-media-cost"] },
"loka-pack": { "repo": "ORBWEVA/loka-pack", "skills": ["loka-integration"], "status": "planned" }
},
"tracks": {
"accelerator": {
"label": "Accelerator",
"tagline": "12-week cohort program — zero-to-one founders",
"required": ["secure-setup", "orbweva-method", "resume-skill", "founder-discovery", "dt-skill", "founder-metrics", "gtm-skills"],
"optional": ["founder-pitch", "founder-ops", "solo-skills", "solo-agents"]
},
"course": {
"label": "Course",
"tagline": "Self-paced founder fundamentals",
"required": ["secure-setup", "orbweva-method", "resume-skill", "founder-discovery", "dt-skill"],
"optional": ["founder-metrics", "gtm-skills"]
},
"mentoring": {
"label": "Mentoring",
"tagline": "1:1 operator support for existing businesses",
"required": ["secure-setup", "orbweva-method", "resume-skill", "founder-metrics", "founder-ops"],
"optional": ["founder-pitch", "gtm-skills", "solo-skills", "solo-agents"]
},
"founder": {
"label": "Founder",
"tagline": "Lean founder base — for partner-delivered programs (e.g. Headswitch)",
"required": ["secure-setup", "orbweva-method", "resume-skill", "founder-discovery", "dt-skill"],
"optional": ["founder-metrics", "founder-pitch", "gtm-skills"]
},
"full": {
"label": "Full Academy",
"tagline": "All ORBWEVA skill repos — no tradeoffs",
"required": ["secure-setup", "orbweva-method", "resume-skill", "founder-discovery", "dt-skill", "founder-metrics", "founder-pitch", "founder-ops", "gtm-skills", "solo-skills", "solo-agents", "web-build-pack", "ai-media-pack"],
"optional": []
}
},
"packs": {
"web-build": {
"label": "Web Build (Quality Audit Layer)",
"tagline": "Audit and improve websites — SEO, perf, accessibility, copy, brand",
"required": ["web-build-pack"],
"optional": ["gtm-skills"]
},
"ai-media": {
"label": "AI Media",
"tagline": "AI-generated video, image, and voice pipelines via kie.ai",
"required": ["ai-media-pack"],
"optional": ["solo-agents"]
},
"loka": {
"label": "Loka / LoLA",
"tagline": "Build a business on the Loka living-textbook + LoLA avatar platform",
"required": ["loka-pack"],
"optional": []
}
},
"mcpServers": {
"supabase": { "cmd": "npx -y @supabase/mcp-server-supabase", "envKey": "SUPABASE_ACCESS_TOKEN", "required": true },
"context7": { "cmd": "npx -y @upstash/context7-mcp", "envKey": null, "required": true },
"playwright": { "cmd": "npx -y @playwright/mcp", "envKey": null, "required": false },
"memory": { "cmd": "npx -y @modelcontextprotocol/server-memory", "envKey": null, "required": false }
}
}