Content Studio
Copywriting, editing, image generation, slide decks, and video transcription — the full content production line.
Install the whole bundle
5 skills into ~/.claude/skills/. Free.
Paste into your terminal. Restart Claude Code afterwards — new skills are picked up on startup.
git clone https://github.com/coreyhaines31/marketingskills.git /tmp/coreyhaines31__marketingskills
mkdir -p ~/.claude/skills/copywriting-coreyhaines31 && cp -r /tmp/coreyhaines31__marketingskills/skills/copywriting/. ~/.claude/skills/copywriting-coreyhaines31/
mkdir -p ~/.claude/skills/copy-editing-coreyhaines31 && cp -r /tmp/coreyhaines31__marketingskills/skills/copy-editing/. ~/.claude/skills/copy-editing-coreyhaines31/
mkdir -p ~/.claude/skills/image-coreyhaines31 && cp -r /tmp/coreyhaines31__marketingskills/skills/image/. ~/.claude/skills/image-coreyhaines31/
git clone https://github.com/daymade/claude-code-skills.git /tmp/daymade__claude-code-skills
mkdir -p ~/.claude/skills/ppt-creator-daymade && cp -r /tmp/daymade__claude-code-skills/daymade-docs/ppt-creator/. ~/.claude/skills/ppt-creator-daymade/
mkdir -p ~/.claude/skills/asr-transcribe-to-text-daymade && cp -r /tmp/daymade__claude-code-skills/asr-transcribe-to-text/. ~/.claude/skills/asr-transcribe-to-text-daymade/This copies each skill's full folder (SKILL.md plus any supporting scripts, reference docs, or asset templates) so every skill works out of the box. Safe default.
Faster alternative (instruction-only skills)
Skips the git clone and downloads only each SKILL.md. Avoid if any skill in the bundle ships Python scripts, reference markdowns, or asset templates — they'll be missing and the skill will fail when it tries to load them.
mkdir -p ~/.claude/skills/copywriting-coreyhaines31 && curl -fsSL https://raw.githubusercontent.com/coreyhaines31/marketingskills/main/skills/copywriting/SKILL.md -o ~/.claude/skills/copywriting-coreyhaines31/SKILL.md
mkdir -p ~/.claude/skills/copy-editing-coreyhaines31 && curl -fsSL https://raw.githubusercontent.com/coreyhaines31/marketingskills/main/skills/copy-editing/SKILL.md -o ~/.claude/skills/copy-editing-coreyhaines31/SKILL.md
mkdir -p ~/.claude/skills/image-coreyhaines31 && curl -fsSL https://raw.githubusercontent.com/coreyhaines31/marketingskills/main/skills/image/SKILL.md -o ~/.claude/skills/image-coreyhaines31/SKILL.md
mkdir -p ~/.claude/skills/ppt-creator-daymade && curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/daymade-docs/ppt-creator/SKILL.md -o ~/.claude/skills/ppt-creator-daymade/SKILL.md
mkdir -p ~/.claude/skills/asr-transcribe-to-text-daymade && curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/asr-transcribe-to-text/SKILL.md -o ~/.claude/skills/asr-transcribe-to-text-daymade/SKILL.mdWhat's inside
Marketing Copywriter
coreyhaines31
When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value proposition," "tagline," "subheadline," "hero section copy," "above the fold," "this copy is weak," "make this more compelling," or "help me describe my product." Use this whenever someone is working on website text that needs to persuade or convert. For email copy, see email-sequence. For popup copy, see popup-cro. For editing existing copy, see copy-editing.
Marketing Copy Editor
coreyhaines31
When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' 'copy sweep,' 'tighten this up,' 'this reads awkwardly,' 'clean up this text,' 'too wordy,' 'sharpen the messaging,' 'refresh this content,' 'update this page,' 'this content is outdated,' or 'content audit.' Use this when the user already has copy and wants it improved or refreshed rather than rewritten from scratch. For writing new copy, see copywriting.
Marketing Image Generator
coreyhaines31
When the user wants to create, generate, edit, or optimize images for marketing — blog heroes, social graphics, product mockups, profile banners, listing visuals, or brand assets. Also use when the user mentions 'AI image generation,' 'generate an image,' 'create a graphic,' 'product mockup,' 'hero image,' 'social media graphic,' 'banner image,' 'cover photo,' 'profile banner,' 'listing screenshot,' 'Flux,' 'Midjourney,' 'DALL-E,' 'GPT Image,' 'Ideogram,' 'Gemini image,' 'Canva,' 'Figma,' 'image optimization,' 'compress images,' 'WebP,' or 'OG image.' Use this for general-purpose marketing image creation and optimization. For paid ad image creative and platform-specific ad specs, see ad-creative. For video production, see video.
Slide Deck Creator
daymade
Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp, PowerPoint). Use for presentations, pitches, slide decks, or keynotes.
Audio/Video Transcription
daymade
Transcribes audio and video files to text using Qwen3-ASR. Supports two modes — local MLX inference on macOS Apple Silicon (no API key, 15-27x realtime) and remote API via vLLM/OpenAI-compatible endpoints. Auto-detects platform and recommends the best path. Triggers when the user wants to transcribe recordings, convert audio/video to text, do speech-to-text, or mentions ASR, Qwen ASR, 转录, 语音转文字, 录音转文字. Also triggers for meeting recordings, lectures, interviews, podcasts, screen recordings, or any audio/video file the user wants converted to text.