-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
124 lines (124 loc) · 5.16 KB
/
Copy pathmanifest.json
File metadata and controls
124 lines (124 loc) · 5.16 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "vibe-thinker-skills",
"description": "Portable, standalone Zo Computer skills you can install, reuse, and share.",
"tarball_url": "https://github.com/thevibethinker/vibe-thinker-skills/archive/refs/heads/main.tar.gz",
"archive_root": "vibe-thinker-skills-main",
"skills": [
{
"slug": "booking-metadata-calendar",
"description": "Parse booking requests into structured metadata and calendar-ready payloads."
},
{
"slug": "branded-pdf",
"description": "Generate clean, branded PDFs from markdown."
},
{
"slug": "claude-code-window-primer",
"description": "Prime Claude Code usage windows so resets land during useful work hours."
},
{
"slug": "close",
"description": "Universal close skill. Just say \"close\" and it auto-routes to the right close skill (thread-close, drop-close, or build-close) based on SESSION_STATE context."
},
{
"slug": "debono-thinking-hats",
"description": "Portable Six Thinking Hats persona system for structured parallel thinking."
},
{
"slug": "drop-close",
"description": "Close Pulse worker (Drop) threads. Writes structured deposit JSON for orchestrator review. Does NOT commit - that's the orchestrator's job. For normal threads use thread-close. For post-build synthesis use build-close."
},
{
"slug": "fillout-survey-monitor",
"description": "Automated monitoring of Fillout survey changes with intelligent refresh triggering."
},
{
"slug": "frontend",
"description": "Generate high-quality landing pages with anti-slop guardrails."
},
{
"slug": "frontend-design",
"description": "Create polished, intentional frontend interfaces with strong visual quality."
},
{
"slug": "frontend-design-anthropic",
"description": "Imported frontend design skill focused on high-quality interface work."
},
{
"slug": "ga4-analytics",
"description": "Pull Google Analytics 4 traffic stats for a website with configurable reporting windows and breakdowns."
},
{
"slug": "gamma",
"description": "Generate presentations, webpages, and social content using Gamma's API."
},
{
"slug": "krisp-meeting-blocks",
"description": "Portable Krisp/manual meeting transcript pipeline with idempotent intake, optional calendar triangulation, retry-hardened block generation, monthly archive, and review notifications."
},
{
"slug": "landing-page-generator",
"description": "Self-contained landing-page generator with bundled design foundations, anti-slop references, reusable templates, and target file-structure guidance."
},
{
"slug": "meeting-ingestion",
"description": "Unified skill for ingesting meeting transcripts from Google Drive and orchestrating the processing pipeline."
},
{
"slug": "meme-factory",
"description": "Generate memes with memegen.link templates and text controls."
},
{
"slug": "mentor-handler",
"description": "Handle escalation requests from partner instances and provide mentor guidance based on precedent and context analysis."
},
{
"slug": "persona-optimization",
"description": "Persona agency bootloader for Zo Computer with hard-switch rules and methodology injection."
},
{
"slug": "pitch-deck-evaluator",
"description": "Evaluate pre-seed and seed pitch decks through multiple investor frames with a reusable rubric, deterministic local scoring, and opt-in named-VC POV guardrails."
},
{
"slug": "prompt-to-skill",
"description": "Turn complex prompts into reusable skill structures."
},
{
"slug": "rapid-context-extractor",
"description": "Prepare structured packets for deeper source analysis and teaching."
},
{
"slug": "remotion",
"description": "Create code-driven videos with React and Remotion."
},
{
"slug": "research-engine",
"description": "Portable, profile-driven research engine: maintain research repos and a wiki-style compendium, run cited research/diligence pipelines (incl. investor diligence), with all owner/venture identity externalized to a local profile for safe reuse on any Zo."
},
{
"slug": "startup-memo-generator",
"description": "Generate gated, analytics-enabled founder memo pages for investors, customers, and vendors on zo.space."
},
{
"slug": "systematic-debugging",
"description": "Apply a disciplined debugging process before proposing fixes."
},
{
"slug": "text-commute-info",
"description": "Fetch commute details and text them to the user."
},
{
"slug": "text-to-diagram",
"description": "Convert text into Excalidraw-ready visual structures."
},
{
"slug": "workspace-doc-sync-starter",
"description": "Standalone starter kit for synchronized AI workspace docs across multiple harnesses. Includes shared canonical docs, thin adapters, identity-layer files, systemprefs decomposition guidance, and a scaffold script."
},
{
"slug": "zo-create-site",
"description": "Scaffold a site hosted on Zo."
}
]
}