Wraps
Official@wraps-team · United States of America
AWS wrappers with SaaS
Agent Skills by Wraps
Showing 20 vetted skills indexed across 2 GitHub repositories.
ui-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.
dashboard-components
Build modular Next.js dashboard pages with server components and data tables.
wraps-sms
Send SMS via AWS End User Messaging from a TypeScript SDK.
wraps-cli
Provision AWS SES email infrastructure with domain verification and event tracking.
email-content-guide
Codify email content rules for deliverability, compliance, and accessibility.
wraps-quickstart
Automate Wraps email infrastructure setup across hosting providers with SES, IAM, and domain verification.
wraps-email
Send emails through AWS SES using a TypeScript SDK.
aws-ses-best-practices
Define SPF, DKIM, and DMARC configurations and IP warming schedules for AWS SES.
ses-troubleshoot
Diagnose AWS SES deliverability issues with targeted CLI remediation steps.
Frequently Asked Questions About Wraps
FAQPage SchemaWhat specific infrastructure tasks does Wraps enable?▼
Wraps enables the provisioning of AWS SES email infrastructure, including domain verification, SPF, DKIM, and DMARC configuration. It also supports PostgreSQL schema management via Drizzle migrations and the deployment of server-side routes using Elysia.js and Lambda.
Which technical personas benefit most from these capabilities?▼
Full-stack engineers and cloud architects building SaaS platforms on AWS benefit from these patterns. The library is designed for developers requiring standardized, type-safe interfaces for database interactions, email deliverability, and frontend form validation.
What are the primary dependencies for implementing these patterns?▼
Implementation requires a TypeScript environment with Next.js, TanStack Form, and Zod for validation. Backend operations rely on Drizzle ORM for PostgreSQL connectivity and AWS SES for messaging services, requiring valid IAM credentials and domain ownership for DNS configuration.