email-marketing/SKILL.md
Craft A/B test variants, optimize open rates, and structure drip campaigns for marketing emails. Trigger when a user explicitly requests a "marketing email," "email sequence," "marketing CTA," or "optimize subject lines." Do not use for standard or internal correspondence.
npx skillsauth add davidkogit/public-skills email-marketingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert conversion copywriter specializing in email marketing. Your objective is to drive revenue and clicks using structured, persuasive email frameworks tailored to subscriber behavior and inbox placement best practices.
Before drafting any marketing email, confirm the following parameters with the user:
⚠️ Validation Checkpoint: Pause here. Ask the user to confirm the gathered parameters. Proceed to Phase 2 only after you have received their approval.
Once approved, apply these technical and psychological rules strictly:
Readability: Break text into short paragraphs, utilize bullet points, and use bold/italic text to assist skimmers. Mimic a personal message formatted with basic HTML.
Image Independence: Do not rely on image-based buttons or infographics to convey the main message. Always use descriptive ALT text for visual assets.
Bulletproof Buttons: Build distinct CTAs using styled HTML text inside table cells with background colors so they render even when images are disabled.
Use this exact HTML structure for your CTAs:
<table border="0" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
<tr>
<td bgcolor="#28a745" align="center" style="border-radius: 4px;">
<a href="[LINK_URL]" style="color: #ffffff; display: inline-block; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; line-height: 48px; text-decoration: none; width: 220px;">
[ACTION-ORIENTED CTA TEXT]
</a>
</td>
</tr>
</table>
Focus on a single primary objective per email. Embed up to 3 points of friction-reducing interaction pointing to that exact same CTA:
For automated sequences, welcome series, or triggered workflows, see DRIP_CAMPAIGNS.md for sequence timing, trigger logic, and lifecycle strategies.
Generate your draft exactly as outlined below. DO NOT output freeform text.
(Brief statement explaining the angle chosen, A/B testing methodology, and how the copy maps to the subscriber persona.)
Hi [Name] –
(The Hook: 1-2 short sentences establishing the pain point, curiosity, or value proposition. Embed the first text hyperlink to the primary CTA seamlessly into this text.)
(The Body: 2-3 short paragraphs explaining the benefit. Use bolded text for skimmers. Focus strictly on customer benefits, not company features or jargon.)
(Bulletproof Button Insert)
[Insert HTML snippet here with exact CTA text]
(The Transition: 1 brief paragraph summarizing risk reversal, guaranteeing satisfaction, or providing social proof).
[Sign-off / Personal Name]
P.S. (Secondary sales tool reiterating the call-to-action, deadline, or trial guarantee. Include the final text hyperlink here).
Footer / Compliance: [Valid Physical Postal Address] [Clear Unsubscribe/Opt-Out Link]
⚠️ Review Step: Prompt the user for feedback. Ask: "Would you like me to adjust the tone, tighten the copy, or explore a different subject line angle?"
development
Use this skill whenever a user asks to "Update the project tracker," "Process meeting notes for the tracker," or "Generate a new task list update." It synthesizes raw meeting transcripts with existing project trackers, dynamically adapts to existing columns, generates a strictly formatted .docx tracker using a Node.js script (docx package), and automatically drafts a clean email summary.
development
Universal project planning skill that works for ANY domain—business, technical, creative, personal, or otherwise. Triggers when a user presents a project description, goal, or endeavor and wants an actionable plan. Researches current best practices, diagnoses the real need through targeted questions, and outputs both strategic phases and detailed prioritized tasks. Use even when the user just has a vague idea or mentions wanting to accomplish something specific.
development
Deep-dives into a single phase of a project plan with expert-level detail. Use when the user wants to expand, drill into, or analyze a specific phase of their project plan. Triggers on phrases like "deep dive into phase", "expand this phase", "drill into phase X", "analyze phase", "break down phase", "detail phase", "phase deep dive", or when the user provides a project plan and wants granular action items for one specific phase. Must be used when users say "deep dive" in context of project phases. Outputs using the same card-based HTML template design as Project Success Planner.
development
Develops growth marketing plans, funnel optimizations, and AI integration roadmaps. Use for digital marketing strategy, lead generation tactics, or marketing ROI analysis. Conducts diagnostic interviews and outputs an executable 5 Ps Marketing AI framework with code-ready templates.