arca-marketing-video 1.0.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 aobalitaan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ # arca-marketing-video
2
+
3
+ A brand-driven short-form marketing content kit, packaged as an agent skill. Four stages
4
+ that chain into a full workflow or run standalone, all driven by one editable brand profile.
5
+
6
+ ```
7
+ npm install arca-marketing-video
8
+ ```
9
+
10
+ ## What's inside
11
+
12
+ | File | Purpose |
13
+ | --- | --- |
14
+ | `SKILL.md` | Skill entry point — routes to the right stage and loads the brand profile first |
15
+ | `brand.md` | The brand profile. Every stage reads brand specifics from here |
16
+ | `references/carousel.md` | 3–5 slide Instagram carousel generator (4:5) |
17
+ | `references/storyboard-prompt.md` | Pressure-test a video idea → phone-native 3×3 storyboard |
18
+ | `references/video-prompt.md` | Turn a 3×3 storyboard into realistic vertical UGC video |
19
+ | `references/shorts-editor.md` | Cut/caption/graphic existing footage into a high-retention short |
20
+ | `scripts/silence_cut.py` | Silence ∪ word-gap cutter for the shorts editor |
21
+ | `scripts/composition.template.html` | HyperFrames composition skeleton for the shorts editor |
22
+ | `assets/logo.png` | Brand logo |
23
+ | `assets/characters.png` | Persona / supporting-character reference sheet |
24
+ | `assets/design-guide.png` | Visual-system reference (palette, type, layout) |
25
+ | `assets/final-cta.png` | End-card / brand-splash still |
26
+
27
+ ## Pipeline
28
+
29
+ ```
30
+ storyboard-prompt → video-prompt → shorts-editor (original video)
31
+ carousel (independent)
32
+ ```
33
+
34
+ ## Using with another brand
35
+
36
+ Replace `brand.md` with your own profile (keep the field structure) and swap the files in
37
+ `assets/`. The four references read everything brand-specific from the profile — no other
38
+ edits needed.
39
+
40
+ ## License
41
+
42
+ MIT
package/SKILL.md ADDED
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: arca-marketing-video
3
+ description: Use when producing social marketing content for the Arca brand (or any brand with a brand profile) — Instagram image carousels, short-form video concepts/storyboards for TikTok/Reels/Shorts, AI video generation from a storyboard, or editing raw talking-head/UGC footage into a high-retention vertical short. Triggers on requests to make a carousel, storyboard a video idea, turn a storyboard into video, or cut/caption/add graphics to existing footage.
4
+ ---
5
+
6
+ # Arca Marketing Video
7
+
8
+ ## Overview
9
+ A brand-driven content production kit with four stages. Each stage is a self-contained
10
+ reference (a battle-tested prompt or pipeline). They chain into a full short-form workflow
11
+ or run standalone. Everything brand-specific (name, tone, colors, persona, visual world,
12
+ logo rules) comes from **one brand profile** — `brand.md` — so the kit stays reusable for
13
+ any brand, not just Arca.
14
+
15
+ **Core principle:** read `brand.md` first, apply it throughout, and pick the smallest stage
16
+ that does the job. Content first, brand world second, decoration last.
17
+
18
+ ## Always do first
19
+ 1. **Read `brand.md`.** It holds every brand specific the references depend on. Apply its
20
+ name-usage rules, tone, audience, colors, persona, visual world, and logo rules everywhere.
21
+ 2. **Run the stage's INTAKE.** Each reference asks for its required inputs first (topic,
22
+ audience, concept, format, duration, storyboard). Ask, then wait. Only make smart,
23
+ briefly-stated assumptions for whatever is still missing — never stall.
24
+
25
+ ## When to use which stage
26
+
27
+ | The user wants… | Use | Output |
28
+ | --- | --- | --- |
29
+ | An Instagram image carousel (3–5 slides) | `references/carousel.md` | Slide copy + per-slide image-gen prompts + caption |
30
+ | A short-form video idea pressure-tested + storyboarded | `references/storyboard-prompt.md` | Virality eval, hook lab, 9-beat plan, 3×3 storyboard sheet |
31
+ | A storyboard turned into real-feeling vertical video | `references/video-prompt.md` | 9:16 UGC video (split into ≤15s clips) |
32
+ | Existing footage cut tighter, captioned, graphics/SFX added | `references/shorts-editor.md` | Mastered 9:16 short (HyperFrames + ffmpeg) |
33
+
34
+ The natural chain for an original video: **storyboard-prompt → video-prompt → shorts-editor**
35
+ (concept → storyboard → generated footage → engaging edit). Carousel is independent.
36
+
37
+ ## Stages
38
+
39
+ ### 1. Carousel generator — `references/carousel.md`
40
+ Turns a vague topic into a 3–5 slide Instagram carousel (4:5, 1080×1350) that stops the
41
+ scroll, teaches one idea per slide, and positions the brand subtly. Outputs per-slide
42
+ headline/copy/visual-direction plus a standalone content-first image-gen prompt per slide,
43
+ then a caption. Heavy on anti-clutter and restraint rules.
44
+
45
+ ### 2. Storyboard prompt — `references/storyboard-prompt.md`
46
+ Does NOT blindly storyboard the idea. It pressure-tests the concept (brutal virality score),
47
+ runs a 10-route hook lab, polishes the idea, then renders a phone-native 3×3 (9-panel)
48
+ storyboard sheet. Output feels "filmed on a phone tomorrow", never cinematic.
49
+
50
+ ### 3. Video prompt — `references/video-prompt.md`
51
+ Converts a 3×3 storyboard into realistic vertical UGC video. Runs **alongside the Wyren MCP**:
52
+ intake asks for the image model + resolution, video model + resolution, mode, aspect ratio, and
53
+ native-audio toggle, then drives Wyren (`list_models` → `build_graph` → `validate_workflow` →
54
+ cost estimate → `run_workflow` → poll). 9:16 by default, split into ≤15s clips (Part 1 = panels
55
+ 1–5, Part 2 = panels 6–9 for 20–30s). Preserves the 9 beats, characters, props, and setting;
56
+ forces phone-shot realism over polish. For multishot / multi-clip, it first locks a recurring
57
+ **character profile + bible** (face/hair/wardrobe) so the persona stays identical across every shot.
58
+ **Load the `wyren` skill before any `mcp__wyren__*` call.**
59
+
60
+ ### 4. Shorts editor — `references/shorts-editor.md`
61
+ Edits existing talking-head/interview/UGC footage into a high-retention short: silence-cut →
62
+ synced captions → face-safe graphic chips + zoom punch-ins → SFX + brand splash. Built on
63
+ HyperFrames + ffmpeg + faster-whisper. Ships with `scripts/silence_cut.py` and
64
+ `scripts/composition.template.html`.
65
+
66
+ ## Brand assets (`assets/`)
67
+ Use the supplied assets only — do not invent or distort a logo.
68
+ - `assets/logo.png` — the Arca logo. Place subtly as an in-world prop (sticker, mug,
69
+ notebook, badge) or a small consistent carousel mark. Visible, never dominant.
70
+ - `assets/characters.png` — the persona / supporting-character reference sheet (the Arca
71
+ Navigator + supporting operators) for consistent illustration and video casting.
72
+ - `assets/design-guide.png` — visual-system reference (palette, type, layout feel).
73
+ - `assets/final-cta.png` — the end-card / brand-splash still for the shorts editor and
74
+ carousel CTA slide.
75
+
76
+ ## Adapting to another brand
77
+ Replace `brand.md` with the new brand's profile (same field structure) and swap the files in
78
+ `assets/`. The four references read everything from the profile — no other edits needed.
Binary file
Binary file
Binary file
Binary file
package/brand.md ADDED
@@ -0,0 +1,259 @@
1
+ BRAND PROFILE
2
+
3
+ This file holds everything specific to ONE brand. The carousel, storyboard, and video
4
+ prompt templates read from this profile so they stay reusable for any brand or niche.
5
+
6
+ HOW TO USE:
7
+ - Replace every field below with your own brand's details.
8
+ - Delete the parts that do not apply to you.
9
+ - The example values shown here are filled in for the "Arca" brand. Treat them as a
10
+ worked example of how to fill each field, not as required content.
11
+ - When you run any of the prompt templates, paste or attach this file as the BRAND PROFILE.
12
+
13
+ If a field is left blank, the templates may proceed on smart, clearly stated assumptions.
14
+
15
+ ====================================================================
16
+ 1. BRAND NAME
17
+ ====================================================================
18
+ Brand name:
19
+ Arca
20
+
21
+ Name usage rules:
22
+ - Always write the brand name as "Arca" or "arca.ph".
23
+ - Never write it in all caps as "ARCA" unless it appears inside a small logo mark.
24
+ - The brand should feel premium, human, practical, and audience-first.
25
+
26
+ (For your brand: state exactly how the name should and should not be written.)
27
+
28
+ ====================================================================
29
+ 2. WEBSITE / HANDLE
30
+ ====================================================================
31
+ arca.ph
32
+
33
+ ====================================================================
34
+ 3. WHAT THE BRAND DOES / POSITIONING
35
+ ====================================================================
36
+ Arca helps companies hire AI-trained Filipino professionals who support research,
37
+ content, admin, operations, documentation, light automation, AI-assisted workflows,
38
+ and execution systems.
39
+
40
+ ====================================================================
41
+ 4. CORE BRAND IDEA
42
+ ====================================================================
43
+ Arca is the execution navigation layer for founders.
44
+
45
+ The customer's business is full of rough water: backlog, context switching, messy
46
+ workflows, half-used tools, slow hiring, missed follow-ups, and too much founder-led
47
+ execution. Arca gives them a crew, a route, and a system.
48
+
49
+ ====================================================================
50
+ 5. BRAND SHOULD FEEL LIKE / SHOULD NOT FEEL LIKE
51
+ ====================================================================
52
+ The brand SHOULD feel like:
53
+ - practical execution
54
+ - calm navigation
55
+ - trusted support
56
+ - human operators
57
+ - founder leverage
58
+ - modern work systems
59
+ - real people using AI to move work forward
60
+
61
+ The brand should NOT feel like:
62
+ - futuristic AI
63
+ - sci-fi
64
+ - robotic
65
+ - childish
66
+ - toy-like
67
+ - overly cute
68
+ - comic-book inspired
69
+ - generic SaaS
70
+ - plain corporate white slides
71
+
72
+ ====================================================================
73
+ 6. TONE
74
+ ====================================================================
75
+ Sharp, practical, audience-aware, credible, direct, modern, and human.
76
+
77
+ - No hype.
78
+ - No generic "AI will change everything" language.
79
+ - No fluffy startup motivation.
80
+ - No cringe founder-bro language.
81
+ - Make it feel like the content understands real audience pain: backlog, slow hiring,
82
+ messy operations, context switching, inconsistent execution, underused AI tools, and
83
+ lack of follow-through.
84
+
85
+ ====================================================================
86
+ 7. TARGET AUDIENCE
87
+ ====================================================================
88
+ Founders, operators, agency owners, startup leaders, and executives who are overloaded,
89
+ moving fast, hiring too slowly, and trying to get more leverage from people + AI.
90
+
91
+ (For your brand: describe exactly who you are talking to and what they are struggling with.)
92
+
93
+ ====================================================================
94
+ 8. VISUAL WORLD
95
+ ====================================================================
96
+ A mature "execution navigation" style, applied with restraint. The visual world is built
97
+ from: maritime navigation, execution systems, tactical work, mature human operators, and
98
+ recurring real-world work objects.
99
+
100
+ Primary visual metaphors to choose from (use ONE per slide):
101
+ - rough water = operational chaos
102
+ - calm route map = clear execution path
103
+ - lighthouse = direction and clarity
104
+ - task stack = backlog or execution load
105
+ - checklist card = systemized work
106
+ - split desk = before / after contrast
107
+ - operator at desk = human execution support
108
+ - route line = movement from problem to outcome
109
+ - blocked route = execution bottleneck
110
+ - clean desk = delegated clarity
111
+ - calendar delay = slow hiring or waiting
112
+ - finished task stack = shipped outcomes
113
+
114
+ Supporting motifs (use sparingly, 1-2 max per slide):
115
+ - sail-cut geometric panel
116
+ - subtle wave divider
117
+ - small compass icon
118
+ - route pin
119
+ - yellow marker underline
120
+ - field notebook
121
+ - coffee mug
122
+ - laptop
123
+ - project folder
124
+ - workflow map
125
+ - lighthouse silhouette
126
+ - task card
127
+ - checklist card
128
+
129
+ (For your brand: list your own primary metaphors and supporting motifs. If you do not
130
+ have a defined visual world yet, leave this blank and the template will rely on generic
131
+ design-restraint principles.)
132
+
133
+ ====================================================================
134
+ 9. RECURRING OBJECT SYSTEM
135
+ ====================================================================
136
+ Recurring objects create continuity without clutter. Use only 1-2 per slide:
137
+ - field notebook
138
+ - blue coffee mug
139
+ - route map
140
+ - yellow sticky note
141
+ - checklist card
142
+ - laptop with subtle brand sticker
143
+ - compass icon
144
+ - lighthouse silhouette
145
+ - task card stack
146
+ - workflow map
147
+ - calendar card
148
+ - project folder
149
+ - headphones
150
+ - small sail icon
151
+ - wave ribbon
152
+
153
+ Objects should be large enough to read at mobile size. Avoid many small papers, tiny
154
+ sticky notes, dense dashboards, miniature UI panels, or tiny labels.
155
+
156
+ ====================================================================
157
+ 10. CHARACTER DIRECTION + MAIN PERSONA
158
+ ====================================================================
159
+ Characters are allowed but must feel mature, grounded, and editorial. Use characters as
160
+ part of the brand world, not as cartoon mascots.
161
+
162
+ Character style:
163
+ - mature 2D editorial illustration
164
+ - adult proportions
165
+ - confident, calm expressions
166
+ - subtle shading
167
+ - clean modern shapes
168
+ - realistic operator energy
169
+ - no exaggerated faces, comic-panel style, 3D toy texture, Pixar-like proportions, or
170
+ childish mascot energy
171
+ - no speech bubbles unless very minimal
172
+
173
+ Main recurring persona:
174
+ The Arca Navigator — a calm operator and practical guide who understands messy workflows,
175
+ is audience-supportive, confident but not cheesy, human, capable, and trustworthy.
176
+ May wear subtle maritime-inspired clothing (navy jacket, subtle striped shirt detail,
177
+ minimal cap or no cap, small brand logo patch only if it does not distract, practical
178
+ workwear). Avoid costume-like sailor cliches, oversized hats, or mascot styling.
179
+
180
+ Supporting characters (mature editorial illustrations of real professionals):
181
+ - operations specialist
182
+ - research analyst
183
+ - content producer
184
+ - customer support lead
185
+ - project lead
186
+ - automation assistant
187
+
188
+ (For your brand: describe your persona and supporting characters, or leave blank if you
189
+ do not use characters.)
190
+
191
+ ====================================================================
192
+ 11. COLOR PALETTE
193
+ ====================================================================
194
+ Primary colors:
195
+ - Deep Ocean Blue: #0E74B3
196
+ - Bright Azure: #1098CE
197
+ - Electric Cyan: #13C8ED
198
+ - Sun Yellow: #FED21A
199
+ - Charcoal: #111111
200
+ - White: #FFFFFF
201
+
202
+ Supporting neutral:
203
+ - Warm Off-White: #F7F5EF or similar
204
+
205
+ Color usage:
206
+ - Deep blue anchors the system.
207
+ - Bright azure and cyan create energy and movement.
208
+ - Sun yellow is used sparingly for emphasis, highlights, route markers, CTAs, warnings,
209
+ or key words.
210
+ - Off-white can be used for editorial warmth; avoid making every slide plain white.
211
+ - Use charcoal for readable body text.
212
+
213
+ Role mapping (used by the templates):
214
+ - BRAND BACKGROUND: Warm Off-White (#F7F5EF) or Deep Ocean Blue (#0E74B3)
215
+ - BRAND ACCENT: Deep Ocean Blue (#0E74B3)
216
+ - BRAND HIGHLIGHT: Sun Yellow (#FED21A)
217
+ - BRAND BODY TEXT: Charcoal (#111111)
218
+
219
+ (For your brand: fill in your own hex values and map them to background / accent /
220
+ highlight / body text roles.)
221
+
222
+ ====================================================================
223
+ 12. TYPOGRAPHY
224
+ ====================================================================
225
+ - Clean modern sans-serif consistent with the brand website.
226
+ - Modern, audience-facing, highly readable.
227
+ - Strong bold headlines, medium-weight subheads, readable body text.
228
+ - Avoid overly condensed block fonts, distressed/grungy type, childish rounded fonts,
229
+ futuristic techno fonts, and all-caps as the default.
230
+ - Use the brand name in title case ("Arca").
231
+
232
+ ====================================================================
233
+ 13. HOOK EXAMPLES (tailor to your audience)
234
+ ====================================================================
235
+ - "Your backlog is not a productivity problem."
236
+ - "You don't need another tool. You need an operator."
237
+ - "The founder bottleneck is follow-through."
238
+ - "Most teams are buying AI without assigning ownership."
239
+ - "Execution is where AI strategies go to die."
240
+ - "Hiring slowly is costing more than you think."
241
+ - "Your tools are not the system."
242
+
243
+ ====================================================================
244
+ 14. CTA EXAMPLES (tailor to your audience)
245
+ ====================================================================
246
+ - "Build the support layer before the backlog breaks you."
247
+ - "Stop trying to do every workflow yourself."
248
+ - "Give AI a trained human operator."
249
+ - "Hire for execution leverage, not just extra hands."
250
+ - "Build the crew before the work floods back in."
251
+ - "Arca helps founders plug in AI-trained Filipino professionals who can move the work forward."
252
+
253
+ ====================================================================
254
+ 15. LOGO ASSET
255
+ ====================================================================
256
+ - Use the supplied brand logo only. Do not invent or distort a logo.
257
+ - Place it subtly as an in-world prop (laptop sticker, tote bag, mug, notebook, badge,
258
+ small poster, desk object) or, for carousels, a small consistent mark.
259
+ - Keep it visible but never dominant. It should feel incidental, not like an ad.
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "arca-marketing-video",
3
+ "version": "1.0.0",
4
+ "description": "Brand-driven short-form marketing content kit (Claude/agent skill): Instagram carousels, phone-native storyboards, AI video generation, and high-retention shorts editing — all driven by a single brand profile.",
5
+ "keywords": [
6
+ "skill",
7
+ "claude",
8
+ "agent-skill",
9
+ "marketing",
10
+ "short-form-video",
11
+ "tiktok",
12
+ "reels",
13
+ "shorts",
14
+ "carousel",
15
+ "storyboard",
16
+ "ugc",
17
+ "arca"
18
+ ],
19
+ "author": "aobalitaan",
20
+ "license": "MIT",
21
+ "files": [
22
+ "SKILL.md",
23
+ "brand.md",
24
+ "references/",
25
+ "assets/",
26
+ "scripts/",
27
+ "README.md"
28
+ ]
29
+ }