Shortform script
Skill baronguyen001/ai-automation-skills/skills/shortform-script
8 production-tested Claude skills: automation, Gemini cost/structured output, OSS bounty scouting, ML validation.
npx -y skills add baronguyen001/ai-automation-skills --skill shortform-scriptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Draft a short-form TikTok/Reels/Shorts or long-form video script from a topic and creator persona file - hook variants, beat-structured body, CTA, b-roll cues, caption overlays, and [STORY]/[NUMBER] slots so the model never fabricates personal facts. Use for write a video script, tiktok script, youtube script, or /shortform-script.
SKILL.md
3.0 KB, 603 tokens by cl100k_base, as published. Nobody here has run it
Shortform Script
Use this skill when a creator wants a short-form or long-form video script that matches a supplied persona instead of generic internet voice. It creates hook variants, a beat-structured body, CTA options, b-roll cues, caption overlays, and fact slots for any claim the persona file does not prove.
When to invoke
- User says: "write a video script" / "tiktok script" / "youtube script" / "/shortform-script"
- Code or files in the conversation include:
persona.md, a content calendar, or creator voice notes.
When NOT to invoke
- The user wants a blog post, article, email, or landing page.
- The user wants paid ad copy with offer testing and conversion claims.
Concrete example
User input:
/shortform-script "Stop overengineering your first CLI" --format short --hook mistake --variants 3
Output:
## Hook variants
1. The biggest CLI mistake is adding config before anyone uses the command.
2. Your first CLI does not need a plugin system. It needs one command that works.
3. If your setup guide is longer than the tool, cut the feature list in half.
## Script
Hook: Your first CLI does not need a plugin system. It needs one command that works.
Beat 1: Start with the user action. "I want to lint one folder and see the errors."
Beat 2: Ship the smallest command: `tool check ./project`.
Beat 3: Add flags only after the second real user asks for them.
Beat 4: Keep a slot for proof: [NUMBER: your measured setup time before/after simplification].
CTA: Comment "CLI" if you want the checklist I use before adding a new flag.
## B-roll cues
- Terminal running one command.
- Split screen: overloaded help text vs three clean options.
- Cursor deleting a premature plugin folder.
## Caption overlays
- "One command first."
- "Flags come later."
- "Measure setup time."
Pattern to apply
- Load the user's persona file, or ask them to adapt
prompts/persona.example.md. - Choose short format (30-60 seconds) or long format (10-15 minutes).
- Generate hook variants from the requested hook family.
- Write beats that match the persona's audience, voice, phrasing, and CTA bank.
- Use
[STORY:],[NUMBER:],[DATE:], and[NAME:]slots for facts not provided by the user. - Return script, CTA, b-roll cues, and caption overlays.
Reference: prompts/persona.example.md and examples/sample_output.md.
Source
Distilled from production use across the author's automation projects. v0.1.0. See also: [[gemini-structured-output]].
What ships with it: 2 files
2.3 KB alongside SKILL.md
examples/
- sample_output.md1.2 KB
prompts/
- persona.example.md1.2 KB