Best use case
email-marketing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Email marketing platform operations and deliverability management
Teams using email-marketing should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/email-marketing/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How email-marketing Compares
| Feature / Agent | email-marketing | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Email marketing platform operations and deliverability management
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
AI Agent for Cold Email Generation
Discover AI agent skills for cold email generation, outreach copy, lead personalization, CRM support, and sales-adjacent messaging workflows.
SKILL.md Source
# Email Marketing Platform Skill
## Overview
The Email Marketing Platform skill provides email marketing platform operations and deliverability management capabilities. This skill enables effective email campaign management, list management, and deliverability optimization.
## Capabilities
### Campaign Management
- Mailchimp campaign management
- Klaviyo flow builder
- Campaign creation and scheduling
- Template management
- Dynamic content personalization
### Email Development
- Email template creation (MJML/HTML)
- Responsive email design
- Email rendering testing
- Dark mode optimization
- Accessibility compliance
### List Management
- List segmentation and management
- Subscriber preference management
- List hygiene and cleaning
- Suppression management
- Data quality monitoring
### Deliverability
- SendGrid transactional setup
- Deliverability monitoring
- Spam score analysis
- Authentication (SPF, DKIM, DMARC)
- Inbox placement tracking
## Usage
### Email Campaign Configuration
```javascript
const emailCampaign = {
platform: 'Klaviyo',
campaign: {
name: 'Product Launch - February 2026',
type: 'promotional',
audience: {
list: 'engaged-subscribers',
segment: 'opened-in-90-days',
excludes: ['unsubscribed', 'hard-bounced']
},
content: {
template: 'product-launch-v2',
subject: {
variants: [
'Introducing Our Newest Innovation',
'You\'re Going to Love This'
],
testing: 'ab-test'
},
preheader: 'Be the first to experience our latest product',
personalization: ['first_name', 'product_interest']
},
scheduling: {
sendTime: 'optimal-time',
timezone: 'recipient',
throttle: false
},
tracking: {
opens: true,
clicks: true,
conversions: true,
utm: {
source: 'email',
medium: 'promotional',
campaign: 'product-launch-feb-2026'
}
}
},
deliverability: {
warmup: false,
authentication: {
spf: 'configured',
dkim: 'configured',
dmarc: 'configured'
},
reputation: {
senderScore: 95,
domainReputation: 'good'
}
}
};
```
## Process Integration
| Process | Integration Points |
|---------|-------------------|
| email-marketing-automation.js | Full workflow |
| campaign-creative-development.js | Email creative |
| ab-testing-program.js | Email testing |
## Best Practices
1. **Permission-Based**: Only email subscribers who opted in
2. **List Hygiene**: Regularly clean and maintain lists
3. **Mobile First**: Design for mobile email clients
4. **Test Everything**: A/B test subjects, content, timing
5. **Monitor Deliverability**: Track inbox placement actively
## Metrics and KPIs
| Metric | Description | Target |
|--------|-------------|--------|
| Deliverability | Inbox placement rate | >95% |
| Open Rate | Email opens | >20% |
| Click Rate | Email clicks | >3% |
| Unsubscribe Rate | Unsubscribes | <0.5% |
## Related Skills
- SK-006: Marketing Automation (automation)
- SK-016: Creative Testing (creative optimization)
- SK-015: Customer Data Platform (segmentation)Related Skills
marketing-project-management
Marketing workflow and project management integration
marketing-automation
Marketing automation platform operations and workflow design
marketing-analytics
Integration with marketing analytics and measurement platforms
video-marketing
Video platform optimization and analytics for YouTube and other video channels
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.
resume
Resume an existing Babysitter run from Codex.
project-install
Install the Babysitter Codex workspace integration into the current project.