Agent skills for building with Wraps.dev — modern email and SMS infrastructure for AWS.
npx add-skill wraps-team/skillsThis installs all available skills. You'll be prompted to select which ones to add.
| Skill | Description |
|---|---|
| wraps-email | TypeScript SDK for sending emails via AWS SES |
| wraps-sms | TypeScript SDK for sending SMS via AWS End User Messaging |
| wraps-cli | CLI for deploying email/SMS infrastructure to your AWS account |
| wraps-workflows | Build email/SMS automation workflows with the TypeScript DSL |
| aws-ses-best-practices | Deliverability, warming, compliance, and AWS CLI diagnostics |
| ses-troubleshoot | Interactive SES deliverability troubleshooting and diagnosis |
| wraps-quickstart | Zero-to-sending setup guide, adapts to your framework and hosting |
| email-content-guide | Email content best practices for inbox placement and spam avoidance |
Skills are structured instructions that help AI coding agents work more effectively with specific libraries and frameworks. They provide:
- Accurate patterns — Real code examples from the actual SDK
- Best practices — Patterns that prevent common mistakes
- Current documentation — Always up-to-date with the latest API
Once installed, skills are automatically available to Claude Code. The agent will use them when working on relevant tasks.
Example prompts:
- "Send a welcome email using Wraps"
- "Set up email infrastructure with the Wraps CLI"
- "Send an OTP via SMS"
- "Check my SES configuration with AWS CLI"
- "Help me improve email deliverability"
- "My emails are bouncing, help me diagnose"
- "Set up Wraps for my Next.js app"
- "Write a welcome email that won't hit spam"
- "Create a cart recovery workflow"
- "Build an onboarding email sequence"
- Wraps.dev — Main website
- @wraps.dev/email — Email SDK
- @wraps.dev/sms — SMS SDK
- @wraps.dev/cli — CLI
- GitHub — Source code
MIT