wraps-quickstart
Installation
SKILL.md
Wraps Quick Start
Zero-to-sending setup guide for Wraps email infrastructure. Detects project context and adapts instructions to the user's framework and hosting provider.
How to Use This Skill
Walk the user through the full setup flow. Don't dump everything at once. Progress step by step, adapting to what you detect in their project.
Step 1: Detect Project Context
Before starting, understand the project:
# Framework detection
cat package.json | grep -E '"(next|express|fastify|remix|astro|hono|nuxt)"'
# Hosting detection
ls vercel.json railway.json Dockerfile fly.toml render.yaml 2>/dev/null