Agent skill
email-marketing
Email marketing platform operations and deliverability management
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/marketing/skills/email-marketing
Metadata
Additional technical details for this skill
- domain
- business
- category
- Digital Marketing
- skill id
- SK-013
- dependencies
-
[ "Mailchimp API", "Klaviyo API", "SendGrid API" ] - specialization
- marketing
SKILL.md
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
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
- Permission-Based: Only email subscribers who opted in
- List Hygiene: Regularly clean and maintain lists
- Mobile First: Design for mobile email clients
- Test Everything: A/B test subjects, content, timing
- 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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?