An expert email management skill for Claude Code that provides intelligent workflows, best practices, and productivity strategies for the Apple Mail MCP.
This is a Claude Code Skill that teaches Claude how to be an expert email management assistant. It works together with the Apple Mail MCP:
- Apple Mail MCP = The tools (25 email management functions)
- Email Management Skill = The expertise (workflows, strategies, best practices)
Together, they create an intelligent email management assistant that knows both what it CAN do (MCP tools) and HOW to do it effectively (Skill knowledge).
skill-email-management/
├── SKILL.md # Main skill definition with core workflows
├── examples/
│ ├── inbox-zero-workflow.md # Complete inbox zero methodology
│ ├── email-triage.md # Quick daily triage techniques
│ └── folder-organization.md # Folder structure strategies
└── templates/
├── common-workflows.md # Copy-paste workflow patterns
└── search-patterns.md # Comprehensive search reference
- Daily Inbox Triage - Process emails quickly (10-15 min)
- Inbox Zero - Achieve and maintain empty inbox
- Email Organization - Folder structures and filing strategies
- Advanced Search - Find any email quickly
- Bulk Operations - Clean up and organize efficiently
- Draft Management - Handle complex email composition
- Email Analytics - Understand patterns and optimize
- Industry-standard productivity methods (GTD, Inbox Zero)
- Safety-first approaches (backups, limits, confirmations)
- Privacy and security considerations
- Tool selection guidelines
- Common scenarios and solutions
- Search patterns for every scenario
- Workflow templates you can copy-paste
- Decision frameworks
- Troubleshooting guides
Download and install:
-
Download
email-management-skill.zipfrom the releases page -
Extract and install to user scope (available in all projects):
unzip email-management-skill.zip -d ~/.claude/skills/ -
That's it! The skill is now available in Claude Code.
Or install to project scope (available in current project only):
unzip email-management-skill.zip -d .claude/skills/Install the skill directly from the cloned repository:
User Scope (Recommended):
# From the repo directory
cp -r skill-email-management ~/.claude/skills/email-managementProject Scope:
# From the repo directory
mkdir -p .claude/skills
cp -r skill-email-management .claude/skills/email-managementOnce installed, the skill activates automatically when you mention email management topics in Claude Code:
Trigger Keywords:
- "inbox management"
- "email organization"
- "email triage"
- "inbox zero"
- "organizing emails"
- "managing mail folders"
- "email productivity"
- "checking emails"
- "workflow optimization"
Example Queries:
- "Help me achieve inbox zero"
- "How should I organize my project emails?"
- "Triage my inbox"
- "Find all emails from John about the Alpha project"
- "What's the best way to handle my email workflow?"
- "Clean up old emails"
Claude will now:
- Recognize these as email management requests
- Load the Email Management Skill expertise
- Use the Apple Mail MCP tools intelligently
- Follow best practice workflows
- Provide actionable suggestions with specific tool commands
User: "Help me organize my inbox"
Claude: *Calls list_inbox_emails tool*
*Shows email list*
"Here are your emails"
User: "Help me organize my inbox"
Claude: *Loads Email Management Skill*
*Calls get_inbox_overview for situational awareness*
*Analyzes inbox state*
*Suggests appropriate workflow (triage, inbox zero, or organization)*
*Provides step-by-step guidance*
*Offers best practices and next steps*
The skill provides battle-tested workflows for common scenarios:
- Morning inbox check (10 min)
- Daily filing routine (15 min)
- Weekly maintenance (30 min)
- Vacation recovery (1-2 hours)
- Bulk cleanup operations
The skill knows how to combine MCP tools effectively:
- When to use
get_inbox_overview()vssearch_emails() - How to batch operations for efficiency
- When to export before cleanup
- How to safely delete emails
- When to flag vs. move vs. draft
Based on your inbox state, the skill provides relevant advice:
- "You have 200 unread - let's start with triage"
- "Top sender is newsletters - consider unsubscribing"
- "Flagged items accumulating - schedule review time"
- "This folder has 500 emails - time to archive"
The skill enforces safety practices:
- Always respects max_moves/max_deletes limits
- Suggests exporting before bulk deletion
- Confirms destructive operations
- Provides reversible alternatives (trash vs. permanent delete)
You can customize the skill for your needs:
- Edit SKILL.md - Modify core workflows and principles
- Add examples/ - Create new workflow documents
- Update templates/ - Add your own workflow patterns
- Adjust descriptions - Change trigger keywords in frontmatter
Example: Add your company's email policies:
## Company Email Policies
- All client emails must be filed in Clients/ folder
- Retention policy: Archive emails >1 year old
- Confidential tag: Use [CONF] in subject line- Read
SKILL.md- Core workflows and principles - Review
examples/inbox-zero-workflow.md- Complete methodology - Browse
templates/common-workflows.md- Ready-to-use patterns
examples/email-triage.md- Quick processing techniquesexamples/folder-organization.md- Structure strategiestemplates/search-patterns.md- Master email search
- Faster email processing (save 30-60 min/day)
- Better organization and less stress
- Never lose important emails
- Learn productivity best practices
- Consistent email management approach
- Shared workflows and patterns
- Onboard new team members faster
- Version control email processes
- Shows how to document tool usage
- Provides user education layer
- Reduces support questions
- Increases MCP adoption
- Claude Code (with Skills support)
- Apple Mail MCP (this repo)
- macOS with Apple Mail
Version: 1.0.0 Compatible with: Apple Mail MCP v1.5.0+ Last Updated: 2025-01-16
Skills are a Claude Code feature that packages expertise into discoverable capabilities. Unlike slash commands (which are user-invoked), skills are model-invoked - Claude automatically uses them when relevant.
Learn more: https://docs.claude.com/en/docs/claude-code/skills
Found a great workflow or search pattern? Contributions welcome!
- Add your workflow to
examples/ortemplates/ - Update
SKILL.mdif needed - Submit a PR
MIT License - Same as the Apple Mail MCP
Issues? Questions? Open an issue on the main repo.
Pro Tip: Start with the inbox zero workflow in examples/inbox-zero-workflow.md. It's the most comprehensive introduction to email productivity with this skill!