wraps
Deploy email, SMS, and CDN infrastructure to AWS
All Skills in This Repository (13)
Pure Emerald Level Indicatorsui-skills
Enforce accessible UI design constraints across Tailwind-based web app components.
create-form
Create and validate typed frontend forms with TanStack Form and Zod schemas.
wraps-api-developer
Architect AWS Lambda API routes with Elysia.js and Drizzle ORM for PostgreSQL.
workflow-builder
Automate node-based workflow design and validation on a React Flow canvas.
docs-pages
Generate standardized docs page templates with SEO metadata and navigation.
email-templates
Manage email template authoring, rendering, and delivery with TipTap, React Email, and AWS SES.
code-review
Review code changes for quality, architecture, and pattern consistency.
testing-patterns
Structure and validate Vitest-based tests for the Wraps codebase.
Technical Spike
Run a three-agent technical spike producing a feasibility verdict and execution plan.
create-server-action
Implement Next.js server actions with TanStack Form and zod validation.
cli-commands
Create and modify CLI commands in Wraps projects using Clack prompts and Pulumi.
drizzle-migrations
Automates PostgreSQL schema design and migration workflow for multi-tenant apps.
Frequently Asked Questions
FAQPage SchemaHow to install Wraps?▼
Run `npx skills add wraps-team/wraps --all -g -y` in your terminal to install all skills in this suite globally.
How to deploy email infrastructure to AWS?▼
Run `npx @wraps.dev/cli email init` and the CLI deploys SES, DynamoDB, Lambda, and IAM resources into your AWS account with DKIM, SPF, and DMARC configured automatically.
How to fix emails going to spam?▼
The ses-troubleshoot skill diagnoses the cause with `wraps email check <domain> --json`, then walks you through fixing DNS records, blacklist listings, and content issues step by step.
Does Wraps work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding agents.
Do I need to share my AWS credentials with Wraps?▼
No. Wraps deploys everything into your own AWS account using OIDC or your local credentials, so no secrets are ever stored or sent to a third party.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core