email-template-generator
Generate professional email templates for various business scenarios including sales outreach, customer support, internal communications, follow-ups, and apologies. Creates personalized, tone-appropriate templates with subject lines and formatting. Use when users need to write business emails, cold outreach, or professional communications.
git clone --depth 1 https://github.com/OneWave-AI/claude-skills /tmp/email-template-generator && cp -r /tmp/email-template-generator/email-template-generator ~/.claude/skills/email-template-generatorSKILL.md
# Email Template Generator
Generate professional, effective email templates for any business scenario.
## Instructions
Follow this workflow to generate an email template or help write business emails:
1. **Identify Email Type**:
- Sales/Cold outreach
- Customer support response
- Follow-up email
- Apology/service recovery
- Internal team communication
- Meeting request
- Thank you note
- Rejection/decline
2. **Gather Context**. Determine:
- The purpose of the email
- The recipient (role, relationship)
- The action the recipient should take
- The appropriate tone (formal, casual, friendly, apologetic)
- Any specific details or information to include
3. **Generate Template** with:
- **Subject Line**: Clear, compelling, action-oriented
- **Opening**: Personalized greeting and context
- **Body**: Main message broken into scannable paragraphs
- **Call-to-Action**: Clear next step
- **Closing**: Professional sign-off
- **Variables**: [PLACEHOLDERS] for personalization
4. **Provide 3 Variations**:
- **Short version**: 3-4 sentences, mobile-friendly
- **Standard version**: 2-3 paragraphs, balanced
- **Detailed version**: Comprehensive with extra context
5. **Include Best Practices**:
- Subject line tips (A/B test suggestions)
- Personalization tokens to use
- Timing recommendations
- Follow-up cadence
- Common mistakes to avoid
6. **Format Output** using this structure:
```
EMAIL TEMPLATE: [Type]
PURPOSE: [Goal]
AUDIENCE: [Recipient type]
## Version 1: Short (Mobile-Friendly)
Subject: [Subject line]
[Email content]
## Version 2: Standard (Recommended)
Subject: [Subject line]
[Email content]
## Version 3: Detailed (Comprehensive)
Subject: [Subject line]
[Email content]
## Optimization Tips
Subject Line:
- [Tip 1]
- [Tip 2]
Personalization:
- [Token 1]
- [Token 2]
Timing:
- Best send time: [Time]
- Follow-up: [Cadence]
A/B Testing:
- Test subject lines: [Option A] vs [Option B]
Common Mistakes:
- [Mistake 1]
- [Mistake 2]
```
7. **Handle Special Scenarios**:
- **Cold outreach**: Focus on value proposition, social proof
- **Apology emails**: Acknowledge issue, take responsibility, offer solution
- **Follow-ups**: Reference previous conversation, add new value
- **Sales**: Problem then Solution then Proof then CTA structure
## Example Triggers
- "Write a cold email for B2B SaaS sales"
- "Generate a customer apology email template"
- "Create a meeting request email"
- "Help me write a follow-up email after a sales call"
- "Professional email to decline a proposal"
## Output Quality
Ensure all templates:
- Have clear, actionable subject lines
- Use conversational but professional tone
- Include specific personalization opportunities
- Have one clear call-to-action
- Are mobile-friendly (short paragraphs, scannable)
- Follow email best practices (under 200 words for cold outreach)
- Avoid spam trigger words
- Include unsubscribe for cold outreach
Generate effective, conversion-optimized email templates that users can immediately customize and send.Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.
Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.
Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.
Designs and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.
Agent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.
Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.
Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.
Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.