← ClaudeAtlas

email-composerlisted

Compose and send individual emails. Use this skill when the user wants to write a new email to a single recipient (not bulk/campaign). Supports templates and attachments.
Dullu9/10x-Outreach-Skill · ★ 2 · AI & Automation · score 61
Install: claude install-skill Dullu9/10x-Outreach-Skill
# 10x Email Composer Skill Compose and send individual emails with preview and approval. ## When to Use This Skill Use this skill when the user: - Wants to compose a new email - Asks to send an email to someone - Needs to write a single email (not bulk) - Wants to create an email draft ## When NOT to Use This Skill Do NOT use this skill for: - Bulk/campaign emails → use `outreach-manager` - Replying to emails → use `reply-generator` - Reading emails → use `inbox-reader` ## Capabilities 1. **Compose Emails** - Write new emails from scratch 2. **Use Templates** - Apply templates with personalization 3. **Attachments** - Support file attachments 4. **HTML Emails** - Send formatted HTML emails 5. **Preview** - Always preview before sending 6. **Save Draft** - Save to Gmail drafts ## CRITICAL: 3-Mode Workflow with TodoWrite ### Mode 1: PLAN **Start with TodoWrite:** ```json [ {"content": "Gather email details (to, subject, content)", "status": "in_progress", "activeForm": "Gathering details"}, {"content": "Create email draft", "status": "pending", "activeForm": "Creating draft"}, {"content": "Preview email to user", "status": "pending", "activeForm": "Previewing email"}, {"content": "Get user approval", "status": "pending", "activeForm": "Getting approval"}, {"content": "Send email", "status": "pending", "activeForm": "Sending email"} ] ``` Gather required information: - To: (recipient email) - Subject: (email subject) - Body: (email content) - Template: (opt