TWISTEdBRACKETS

Skill

Blog Social Teaser

Write a short spoken teaser script for social video that hooks the topic and sends people to twistedbrackets.com to read or listen.

// writing;

Behaviour

What it does

  • Writes a 20–45 second spoken hook using post framing (in this post we cover…)
  • Ends with a read-or-listen CTA to twisted brackets dot com
  • Uses ElevenLabs break tags for natural teaser pacing
  • Saves to src/content/social/{slug}.teaser.md for the video generator

When to use

Good fits

Creating Reels, Shorts, or LinkedIn video promos for a blog post

Before running generate:post-social-video

When you need a short voice-over, not a full article narration

Install

Get this skill

Uses Agent Kit via npx; no global install required.

Quick install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser

Global (Cursor)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --global --agent cursor

Global (Claude)

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --global --agent claude

Project install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --project

Interactive install

sh
npx @levi-putna/agent-kit@latest add levi-putna/skills

Uninstall

sh
npx @levi-putna/agent-kit@latest remove blog-social-teaser

Example

Example prompt

Blog Social Teaser

Write a social teaser script for the blog post if-youre-selling-ai-as-a-cost-cutter-youre-selling-it-wrong.

Flow

How the skill works

  1. Read src/content/posts/{slug}.mdx
  2. Write short teaser to src/content/social/{slug}.teaser.md
  3. Run pnpm run generate:post-social-video -- {slug}