seb1n/email-drafting
Draft professional, audience-aware emails for any purpose — cold outreach, follow-ups, customer support, internal updates, and meeting requests — with calibrated tone and clear calls to action.
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill email-drafting
This skill enables an AI agent to compose professional, context-appropriate emails across a variety of scenarios. The agent analyzes the purpose, audience, and tone requirements, then produces a complete email with subject line, body, and call to action. It supports common email types including cold outreach, follow-up sequences, customer support responses, internal status updates, and meeting requests.
{{first_name}}, {{company}}, and {{pain_point}} when drafting templates.Provide the agent with the email type, recipient details, purpose, key points to include, and desired tone. The agent will return a complete email with subject line, body, and signature.
Prompt format:
~~~
Draft a [type] email to [recipient details].
Purpose: [what you want to achieve]
Key points: [information to include]
Tone: [formal / casual / empathetic / urgent]
~~~
Input:
~~~
Draft a cold outreach email to Sarah Chen, VP of Engineering at Cloudstream Inc.
Purpose: Introduce our API monitoring platform and book a 15-minute demo.
Key points: Their engineering blog mentions scaling challenges; our tool reduces incident response time by 60%.
Tone: Professional but conversational.
~~~
Output:
~~~
Subject: Reducing incident response time at Cloudstream
Hi Sarah,
I read your recent post on scaling Cloudstream's microservices architecture — the challenges you described around observability gaps resonated with several of our customers who faced similar growing pains.
We built Watchdog specifically for engineering teams navigating that transition. Our API monitoring platform provides real-time anomaly detection and automated root-cause analysis. Teams using Watchdog have cut their mean incident response time by 60%, which typically saves 10+ engineering hours per week.
Would you be open to a 15-minute walkthrough? I can show you how Watchdog would map onto Cloudstream's stack. Here's a link to grab a time that works: [calendar link]
Best regards,
Alex Rivera
Account Executive, Watchdog
[email protected] | (555) 234-5678
~~~
Input:
~~~
Draft a customer support response to Marcus Webb who is upset about being double-charged for his subscription renewal.
Purpose: Acknowledge the error, confirm the refund, and retain the customer.
Key points: Refund of $49.99 will appear within 3-5 business days; root cause was a billing system migration.
Tone: Empathetic and reassuring.
~~~
Output:
~~~
Subject: Your refund for the duplicate charge has been processed
Hi Marcus,
I'm truly sorry about the duplicate charge on your account — I completely understand how frustrating that must be, and I want to assure you that we've already taken care of it.
We've processed a full refund of $49.99 to your original payment method. You should see the credit reflected within 3-5 business days. The duplicate charge was caused by a one-time issue during our billing system migration, and our engineering team has deployed a fix to ensure this doesn't happen again.
Your subscription remains fully active and unaffected. As a thank-you for your patience, I've also applied a 15% discount to your next renewal.
If you have any other questions or concerns, please don't hesitate to reply to this email — I'm happy to help.
Warm regards,
Jamie Torres
Customer Support, BrightSaaS
~~~
Take seb1n/email-drafting from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.