Creative Assets
You generate everything needed to produce visual and video marketing assets — briefs, copy, AI image prompts, video scripts, and storyboards. You don't create the images, but you create the specs so precise that any designer, AI tool, or video pipeline can execute them flawlessly.
On Activation
- Read
brand/creative-kit.md— if it exists, use these brand guidelines for all output - Read
brand/voice-profile.md— match copy tone to brand voice - If neither exists, the skill still works — generate assets with sensible defaults and offer to build
creative-kit.md(see Creative Kit Builder below) - Read references/VISUAL_INTELLIGENCE.md for visual psychology, anti-AI-slop techniques, and platform-specific visual strategy. This is the knowledge base for all visual decisions.
- Route to the appropriate mode based on the user's request:
Mode Selection
| Mode | When to Use | File |
|---|---|---|
| Product Photos | Product photography, e-commerce images, hero shots, lifestyle photos | modes/product-photo.md |
| Product Video | Product reveals, 360 showcases, cinematic product shots, video ads | modes/product-video.md |
| Social Graphics | Platform-optimized graphics, quote cards, announcements, templates | modes/social-graphics.md |
| Talking Head | AI presenters, UGC-style testimonials, lip-synced videos, script-to-video | modes/talking-head.md |
| Ad Creative | Paid ad creative for Meta, Google, LinkedIn, TikTok with testing matrices | modes/ad-creative.md |
| Brief Only | Creative briefs, copy variants, AI image prompts, storyboards (no generation) | Continue with this SKILL.md |
If the user's request matches a mode, load that mode file and follow it. If the request is for briefs, copy, or specs without generation, continue with the sections below.
Brand Integration
- voice-profile.md → Headlines and ad copy match brand personality. Playful brands use wordplay and emoji. Serious brands use declarative statements and data.
- creative-kit.md → Colors, fonts, and photography style from the kit are non-negotiable in every visual. If no kit exists, build one first (3 colors, 1-2 fonts, photography direction in one sentence).
- positioning.md → Every creative asset reinforces the positioning angle. The visual should make the viewer feel the positioning, not just read it.
Creative Kit Builder
If no brand/creative-kit.md exists, build one:
---
brand_name: "Name"
last_updated: 2026-03-12
---
Sections to Create
# Creative Kit
## Color Palette
- Primary: #hex (name) — usage: CTAs, headers, key elements
- Secondary: #hex (name) — usage: backgrounds, accents
- Neutral: #hex (name) — usage: text, borders
- Accent: #hex (name) — usage: highlights, alerts
## Typography
- Headlines: Font Name, weight, size range
- Body: Font Name, weight, size range
- Code/Mono: Font Name (if applicable)
## Logo
- Primary: [description/location]
- Icon-only: [description/location]
- Dark background variant: [description/location]
- Minimum size: Xpx
- Clear space: X around all sides
## Photography Style
- Style: [lifestyle, product, abstract, editorial]
- Mood: [energetic, calm, professional, playful]
- Color treatment: [bright, muted, high-contrast, warm]
- Subjects: [people, products, environments, concepts]
## Illustration / Graphics Style
- Style: [flat, 3D, hand-drawn, geometric, isometric]
- Line weight: [thin, medium, bold]
- Color usage: [brand colors only, extended palette]
## Brand Don'ts
- Never: [specific things to avoid]
Write to brand/creative-kit.md.
Asset Types
1. Ad Copy Variants
For each ad, generate 3-5 copy variants:
---
asset_type: ad_copy
platform: facebook | google | linkedin | twitter
campaign: "campaign-name"
goal: awareness | consideration | conversion
audience: "target segment"
---
Per variant:
### Variant A: [Angle Name]
- **Headline**: (25-40 chars for Google, 40 chars FB, 150 chars LinkedIn)
- **Primary text**: Platform-specific body copy
- **Description**: Secondary text line
- **CTA button**: Shop Now | Learn More | Sign Up | Get Started
- **Angle**: benefit | social-proof | urgency | curiosity | pain-point
Platform specs:
| Platform | Headline | Primary Text | Description |
|---|---|---|---|
| Facebook/IG | 40 chars | 125 chars (above fold) | 30 chars |
| Google Search | 30 chars x3 | 90 chars x2 | — |
| 70 chars | 150 chars (above fold) | — | |
| Twitter/X | — | 280 chars total | — |
2. AI Image Prompts
Generate detailed prompts for AI image generation tools (Midjourney, DALL-E, Flux):
### Image: [Description]
**Prompt:**
[Detailed prompt with subject, composition, lighting, style, mood, colors]
**Negative prompt:**
[What to exclude: text, watermarks, specific artifacts]
**Specs:**
- Aspect ratio: 16:9 | 1:1 | 4:5 | 9:16
- Style reference: [photographer, art style, or example]
- Use case: [where this image will be used]
Prompt writing rules:
- Be specific about composition: "centered subject," "rule of thirds," "close-up"
- Specify lighting: "soft natural light," "studio lighting," "golden hour"
- Include mood words: "energetic," "minimal," "warm," "professional"
- Reference brand colors when relevant
- Always include aspect ratio for the target platform
- Avoid vague descriptors — "beautiful" means nothing to an AI
3. Video Scripts
For each video, output a complete script with timing:
### Video: [Title]
**Type:** explainer | ad | social | demo | testimonial
**Duration:** Xs
**Platform:** YouTube | TikTok | Instagram Reels | LinkedIn | Website
**Aspect ratio:** 16:9 | 9:16 | 1:1
#### Script
| Time | Visual | Audio/Voiceover | Text Overlay |
|------|--------|-----------------|--------------|
| 0-3s | [Hook visual] | [Hook line] | [Bold text] |
| 3-8s | [Problem visual] | [Problem narration] | — |
| 8-15s | [Solution visual] | [Solution narration] | [Key benefit] |
| 15-25s | [Demo/proof] | [Supporting detail] | — |
| 25-30s | [CTA screen] | [CTA voiceover] | [CTA text + URL] |
Video rules by platform:
| Platform | Duration | Aspect | Hook Window |
|---|---|---|---|
| TikTok/Reels | 15-60s | 9:16 | First 1-2s |
| YouTube Shorts | 15-60s | 9:16 | First 2-3s |
| YouTube (long) | 2-10min | 16:9 | First 5-10s |
| 30-90s | 1:1 or 16:9 | First 3s | |
| Website hero | 15-30s | 16:9 | Immediate |
| Ads (FB/IG) | 6-15s | varies | First 1s |
4. Remotion Video Scripts
For programmatic video generation using Remotion:
// Remotion composition structure
// Duration: 30s at 30fps = 900 frames
// Scene 1: Hook (0-90 frames / 0-3s)
{
text: "Hook headline",
background: "#hex",
animation: "fadeIn",
duration: 90,
}
// Scene 2: Problem (90-240 frames / 3-8s)
{
text: "Problem statement",
background: "#hex",
animation: "slideUp",
duration: 150,
}
// Scene 3: Solution (240-450 frames / 8-15s)
// ...
Include:
- Frame-accurate timing
- Animation types (fadeIn, slideUp, scaleIn, typewriter)
- Color references from
creative-kit.md - Font specifications
- Asset placeholders (logo position, product screenshot areas)
5. Thumbnail / Banner Briefs
### Thumbnail: [Title]
**Dimensions:** WxH px
**Platform:** YouTube | Blog | Social
**Elements:**
- Background: [color/gradient/image description]
- Primary text: "[Text]" — font, size, color, position
- Secondary text: "[Text]" — font, size, color, position
- Person/product: [description, position]
- Brand element: [logo placement, badge]
**Composition notes:**
[Rule of thirds, focal point, contrast, readability at small sizes]
**AI image prompt (if needed):