@mulmoclaude/core 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/helps/billing-clients-worklog.md +215 -0
- package/assets/helps/billing-invoice.md +458 -0
- package/assets/helps/business.md +104 -0
- package/assets/helps/collection-skills.md +810 -0
- package/assets/helps/custom-view.md +433 -0
- package/assets/helps/feeds.md +114 -0
- package/assets/helps/gemini.md +57 -0
- package/assets/helps/github.md +23 -0
- package/assets/helps/guide.md +61 -0
- package/assets/helps/index.md +89 -0
- package/assets/helps/lessons-collection.md +400 -0
- package/assets/helps/mulmoscript.md +249 -0
- package/assets/helps/portfolio-tracker.md +211 -0
- package/assets/helps/presentation-deck.md +828 -0
- package/assets/helps/presenthtml.md +89 -0
- package/assets/helps/sandbox.md +97 -0
- package/assets/helps/spreadsheet.md +43 -0
- package/assets/helps/storyteller.md +101 -0
- package/assets/helps/telegram.md +136 -0
- package/assets/helps/todo-collection.md +140 -0
- package/assets/helps/vocabulary.md +109 -0
- package/assets/helps/wiki.md +168 -0
- package/assets/skills-preset/mc-cooking-coach/SKILL.md +217 -0
- package/assets/skills-preset/mc-library/SKILL.md +188 -0
- package/assets/skills-preset/mc-manage-automations/SKILL.md +119 -0
- package/assets/skills-preset/mc-manage-skills/SKILL.md +141 -0
- package/assets/skills-preset/mc-wiki-deep-lint/SKILL.md +108 -0
- package/assets/skills-preset/mc-wiki-health-check/SKILL.md +61 -0
- package/assets/skills-preset/mc-wiki-ingest/SKILL.md +182 -0
- package/assets/skills-preset/mc-wiki-promote/SKILL.md +175 -0
- package/assets/skills-preset/mc-zenn/SKILL.md +136 -0
- package/dist/chunk-CKQMccvm.cjs +28 -0
- package/dist/collection/core/actionVisible.d.ts +34 -0
- package/dist/collection/core/calendarGrid.d.ts +120 -0
- package/dist/collection/core/deriveAll.d.ts +38 -0
- package/dist/collection/core/derivedFormula.d.ts +18 -0
- package/dist/collection/core/draft.d.ts +18 -0
- package/dist/collection/core/enumColors.d.ts +33 -0
- package/dist/collection/core/errorMessage.d.ts +4 -0
- package/dist/collection/core/itemLabel.d.ts +12 -0
- package/dist/collection/core/presentCollection.d.ts +13 -0
- package/dist/collection/core/promptSafety.d.ts +1 -0
- package/dist/collection/core/schema.d.ts +355 -0
- package/dist/collection/core/shortHexId.d.ts +8 -0
- package/dist/collection/core/sortItems.d.ts +29 -0
- package/dist/collection/core/uiTypes.d.ts +106 -0
- package/dist/collection/index.cjs +793 -0
- package/dist/collection/index.cjs.map +1 -0
- package/dist/collection/index.d.ts +14 -0
- package/dist/collection/index.js +740 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/paths.cjs +44 -0
- package/dist/collection/paths.cjs.map +1 -0
- package/dist/collection/paths.js +41 -0
- package/dist/collection/paths.js.map +1 -0
- package/dist/collection/server/atomic.d.ts +1 -0
- package/dist/collection/server/delete.d.ts +38 -0
- package/dist/collection/server/derive.d.ts +8 -0
- package/dist/collection/server/discoveredCollection.d.ts +18 -0
- package/dist/collection/server/discovery.d.ts +227 -0
- package/dist/collection/server/host.d.ts +77 -0
- package/dist/collection/server/index.cjs +1721 -0
- package/dist/collection/server/index.cjs.map +1 -0
- package/dist/collection/server/index.d.ts +11 -0
- package/dist/collection/server/index.js +1671 -0
- package/dist/collection/server/index.js.map +1 -0
- package/dist/collection/server/io.d.ts +114 -0
- package/dist/collection/server/paths.d.ts +52 -0
- package/dist/collection/server/spawn.d.ts +55 -0
- package/dist/collection/server/templatePath.d.ts +25 -0
- package/dist/collection/server/util.d.ts +3 -0
- package/dist/collection/server/validate.d.ts +19 -0
- package/dist/collection/server/views.d.ts +20 -0
- package/dist/deriveAll-C15OpM3K.cjs +399 -0
- package/dist/deriveAll-C15OpM3K.cjs.map +1 -0
- package/dist/deriveAll-C6BYnpBL.js +364 -0
- package/dist/deriveAll-C6BYnpBL.js.map +1 -0
- package/dist/file-change/index.cjs +72 -0
- package/dist/file-change/index.cjs.map +1 -0
- package/dist/file-change/index.d.ts +43 -0
- package/dist/file-change/index.js +66 -0
- package/dist/file-change/index.js.map +1 -0
- package/dist/notifier/engine.d.ts +72 -0
- package/dist/notifier/index.cjs +484 -0
- package/dist/notifier/index.cjs.map +1 -0
- package/dist/notifier/index.d.ts +3 -0
- package/dist/notifier/index.js +464 -0
- package/dist/notifier/index.js.map +1 -0
- package/dist/notifier/store.d.ts +18 -0
- package/dist/notifier/types.d.ts +118 -0
- package/dist/notifier/validate.d.ts +17 -0
- package/dist/scheduler/adapter.d.ts +48 -0
- package/dist/scheduler/index.cjs +352 -0
- package/dist/scheduler/index.cjs.map +1 -0
- package/dist/scheduler/index.d.ts +2 -0
- package/dist/scheduler/index.js +343 -0
- package/dist/scheduler/index.js.map +1 -0
- package/dist/scheduler/task-manager.d.ts +51 -0
- package/dist/whisper/client.cjs +241 -0
- package/dist/whisper/client.cjs.map +1 -0
- package/dist/whisper/client.d.ts +35 -0
- package/dist/whisper/client.js +239 -0
- package/dist/whisper/client.js.map +1 -0
- package/dist/whisper/ffmpeg.d.ts +6 -0
- package/dist/whisper/index.cjs +433 -0
- package/dist/whisper/index.cjs.map +1 -0
- package/dist/whisper/index.d.ts +5 -0
- package/dist/whisper/index.js +425 -0
- package/dist/whisper/index.js.map +1 -0
- package/dist/whisper/internal.d.ts +11 -0
- package/dist/whisper/models.d.ts +49 -0
- package/dist/whisper/sidecar.d.ts +8 -0
- package/dist/whisper/whisper.d.ts +28 -0
- package/dist/workspace-setup/assets.d.ts +10 -0
- package/dist/workspace-setup/index.d.ts +3 -0
- package/dist/workspace-setup/index.js +556 -0
- package/dist/workspace-setup/index.js.map +1 -0
- package/dist/workspace-setup/slug.d.ts +6 -0
- package/dist/workspace-setup/slug.js +13 -0
- package/dist/workspace-setup/slug.js.map +1 -0
- package/dist/workspace-setup/sync.d.ts +94 -0
- package/package.json +95 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Business Presentation Template (MulmoScript)
|
|
2
|
+
|
|
3
|
+
Use `presentMulmoScript` to create business presentations. Follow this template exactly.
|
|
4
|
+
|
|
5
|
+
## When to Use
|
|
6
|
+
|
|
7
|
+
Reach for `presentMulmoScript` when the user asks for a presentation, slideshow, pitch deck, business review, or any multi-slide structured content.
|
|
8
|
+
|
|
9
|
+
## Rules
|
|
10
|
+
|
|
11
|
+
- Always use Google providers (see below)
|
|
12
|
+
- Typically 4–8 beats per presentation
|
|
13
|
+
- Choose the visual type that best fits each beat's content:
|
|
14
|
+
- `html_tailwind` — title slide, section dividers, closing slide
|
|
15
|
+
- `chart` — data, numbers, comparisons, trends (prefer whenever numbers are involved)
|
|
16
|
+
- `mermaid` — flows, timelines, org charts, architectures, relationships
|
|
17
|
+
- `textSlide` — key-point summary slides (title + bullets)
|
|
18
|
+
- `markdown` — rich text, tables, mixed content
|
|
19
|
+
- Do NOT use `imagePrompt` or `moviePrompt` in business presentations
|
|
20
|
+
- Write concise, professional narration text for each beat (becomes the voiceover)
|
|
21
|
+
- Put a 1–2 sentence summary of the whole presentation in the top-level `description` field
|
|
22
|
+
|
|
23
|
+
## Template
|
|
24
|
+
|
|
25
|
+
```json
|
|
26
|
+
{
|
|
27
|
+
"$mulmocast": { "version": "1.1" },
|
|
28
|
+
"title": "Q2 Business Review",
|
|
29
|
+
"description": "Quarterly business review covering revenue, pipeline, and Q3 roadmap.",
|
|
30
|
+
"lang": "en",
|
|
31
|
+
"speechParams": {
|
|
32
|
+
"speakers": {
|
|
33
|
+
"Presenter": {
|
|
34
|
+
"provider": "gemini",
|
|
35
|
+
"voiceId": "Kore",
|
|
36
|
+
"displayName": { "en": "Presenter" }
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"imageParams": { "provider": "google", "model": "gemini-3.1-flash-image-preview" },
|
|
41
|
+
"movieParams": { "provider": "google", "model": "veo-3.1-generate" },
|
|
42
|
+
"textSlideParams": { "cssStyles": "body { background-color: white; }" },
|
|
43
|
+
"beats": [
|
|
44
|
+
{
|
|
45
|
+
"speaker": "Presenter",
|
|
46
|
+
"text": "Welcome to the Q2 Business Review. Today we cover revenue performance, pipeline health, and our roadmap for Q3.",
|
|
47
|
+
"image": {
|
|
48
|
+
"type": "html_tailwind",
|
|
49
|
+
"html": "<div class=\"flex flex-col items-center justify-center h-full bg-gradient-to-br from-slate-800 to-blue-900 text-white\"><h1 class=\"text-5xl font-bold mb-3\">Q2 Business Review</h1><p class=\"text-xl text-blue-300\">Revenue · Pipeline · Roadmap</p></div>"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"speaker": "Presenter",
|
|
54
|
+
"text": "Revenue grew 18% quarter-over-quarter, with SaaS subscriptions now accounting for 72% of total revenue.",
|
|
55
|
+
"image": {
|
|
56
|
+
"type": "chart",
|
|
57
|
+
"title": "Quarterly Revenue ($M)",
|
|
58
|
+
"chartData": {
|
|
59
|
+
"type": "bar",
|
|
60
|
+
"data": {
|
|
61
|
+
"labels": ["Q3 '24", "Q4 '24", "Q1 '25", "Q2 '25"],
|
|
62
|
+
"datasets": [{ "label": "Revenue", "data": [4.2, 4.8, 5.1, 6.0] }]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"speaker": "Presenter",
|
|
69
|
+
"text": "Our sales pipeline follows a five-stage process from lead generation through to closed-won.",
|
|
70
|
+
"image": {
|
|
71
|
+
"type": "mermaid",
|
|
72
|
+
"title": "Sales Pipeline",
|
|
73
|
+
"code": {
|
|
74
|
+
"kind": "text",
|
|
75
|
+
"text": "graph LR\n A[Lead] --> B[Qualified]\n B --> C[Proposal]\n C --> D[Negotiation]\n D --> E[Closed Won]"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"speaker": "Presenter",
|
|
81
|
+
"text": "Key highlights from this quarter include three enterprise wins, a 94% renewal rate, and NPS up 12 points.",
|
|
82
|
+
"image": {
|
|
83
|
+
"type": "textSlide",
|
|
84
|
+
"slide": {
|
|
85
|
+
"title": "Q2 Highlights",
|
|
86
|
+
"bullets": [
|
|
87
|
+
"3 new enterprise accounts closed",
|
|
88
|
+
"94% subscription renewal rate",
|
|
89
|
+
"NPS improved from 41 to 53"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"speaker": "Presenter",
|
|
96
|
+
"text": "In Q3 we will focus on three strategic initiatives: expanding into APAC, launching the self-serve tier, and completing the SOC 2 audit.",
|
|
97
|
+
"image": {
|
|
98
|
+
"type": "markdown",
|
|
99
|
+
"markdown": "## Q3 Strategic Initiatives\n\n| Initiative | Owner | Target Date |\n|---|---|---|\n| APAC expansion | Sales | Aug 31 |\n| Self-serve tier launch | Product | Sep 15 |\n| SOC 2 Type II audit | Engineering | Sep 30 |"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
```
|