MCP HubMCP Hub
SKILL·713AAC

finish-setup

raintree-technology
Actualizado 1 month ago
84
9
84
Ver en GitHub
Metaaimcpdata

Acerca de

La habilidad finish-setup completa el aprovisionamiento de un proyecto SaaS recién generado configurando servicios integrados como Stripe, bases de datos, DNS de correo y análisis. Verifica las variables de entorno, crea productos de Stripe correspondientes a los planes de facturación, comprueba las migraciones e informa de todos los cambios sin crear recursos en la nube no solicitados. Utilice esta habilidad después de generar el proyecto o cuando un usuario solicite explícitamente finalizar la configuración de todo el proyecto o de servicios específicos.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add raintree-technology/claude-starter -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/raintree-technology/claude-starter
Git CloneAlternativo
git clone https://github.com/raintree-technology/claude-starter.git ~/.claude/skills/finish-setup

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

Finish provisioning a freshly scaffolded SaaS project. Configure what exists, link what doesn't — never create cloud resources the user did not ask for (no new databases, no new Vercel projects). Report every change made and every step that still needs a human.

If an argument names a single service, run only that section.

Preflight

  1. Read .env.example and the project's env loading (lib/env.ts or equivalent) to learn which integrations are expected.
  2. Read .env / .env.local (never print secret values — report only SET or UNSET per key).
  3. List which MCP servers are reachable. For each unreachable MCP that a section below needs, skip that section and add it to the final report with the missing env var.
  4. Detect the stack: billing plan definitions (lib/billing/plans.ts or similar), migration setup (drizzle.config.ts, db/migrations/), email templates (emails/), analytics keys (NEXT_PUBLIC_POSTHOG_KEY or similar).

Database (Neon MCP)

  1. Confirm DATABASE_URL is set and the Neon MCP can see the project's database. If unset, stop this section and tell the user to create a database and set DATABASE_URL — do not create one.
  2. Compare applied migrations against the local migrations directory. If migrations are pending, run the project's migrate script (db:migrate or equivalent) locally — not via MCP — and confirm the result.
  3. Verify the auth tables exist (sessions, users, organizations if multi-tenant).

Billing (Stripe MCP)

  1. Parse the plan definitions from the billing module: plan names, prices, intervals, per-seat flags.
  2. List existing Stripe products. For each plan with no matching product, create the product and price(s) to match the code exactly (amount, currency, interval, per-seat usage_type if applicable). Never delete or modify existing products without explicit confirmation.
  3. Write the resulting price IDs to .env (or the file the project reads them from) under the env var names the billing module expects.
  4. Confirm the webhook endpoint the project exposes (e.g. /api/auth/stripe/webhook) and tell the user the exact URL to register in the Stripe dashboard for the deployed domain — webhook registration needs the production URL, so leave it to the user unless a deployed URL is known.

Email (Resend MCP)

  1. Check domain verification status for the sending domain implied by the project's from-address.
  2. If unverified, list the exact DNS records (type, name, value) the user must add, then stop — do not retry verification on their behalf.
  3. Send one test email to the user's own address if they confirm.

Analytics (PostHog MCP)

  1. Confirm the project API key in env matches a reachable PostHog project.
  2. Verify the key is wired into the app (provider component or snippet).
  3. Offer to create a starter dashboard (signups, activation, revenue events) — create it only on confirmation.

Repository (GitHub MCP)

  1. If the project has no origin remote: offer to create a repo (ask for org/name/visibility), push the initial commit, and confirm CI triggers.
  2. If a remote exists: verify the default branch is pushed and CI status for the latest commit.

Report

End with a checklist: each service → done / needs human (with the exact next action) / skipped (with the missing env var or MCP). Keep it short enough to act on without scrolling.

Repositorio GitHub

raintree-technology/claude-starter
Ruta: templates/.claude/skills/finish-setup
0
agent-configai-agentsanthropicclaudeclaude-codecli
FAQ

Frequently asked questions

What is the finish-setup skill?

finish-setup is a Claude Skill by raintree-technology. Skills package instructions and resources that Claude loads on demand, so Claude can perform finish-setup-related tasks without extra prompting.

How do I install finish-setup?

Use the install commands on this page: add finish-setup to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does finish-setup belong to?

finish-setup is in the Meta category, tagged ai, mcp and data.

Is finish-setup free to use?

Yes. finish-setup is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Habilidades relacionadas

content-collections
Meta

Esta habilidad proporciona una configuración probada en producción para Content Collections, una herramienta centrada en TypeScript que transforma archivos Markdown/MDX en colecciones de datos con tipado seguro mediante validación Zod. Úsala al construir blogs, sitios de documentación o aplicaciones Vite + React con mucho contenido para garantizar seguridad de tipos y validación automática de contenido. Abarca todo, desde la configuración del plugin de Vite y compilación MDX hasta la optimización de despliegue y validación de esquemas.

Ver habilidad
polymarket
Meta

Esta habilidad permite a los desarrolladores crear aplicaciones con la plataforma de mercados de predicción Polymarket, incluyendo la integración de API para operaciones y datos de mercado. También proporciona transmisión de datos en tiempo real a través de WebSocket para monitorear operaciones en vivo y actividad del mercado. Úsela para implementar estrategias de trading o crear herramientas que procesen actualizaciones de mercado en tiempo real.

Ver habilidad
creating-opencode-plugins
Meta

Esta habilidad ayuda a los desarrolladores a crear complementos de OpenCode que se conectan a más de 25 tipos de eventos, como comandos, archivos y operaciones LSP. Proporciona la estructura del complemento, las especificaciones de la API de eventos y los patrones de implementación para módulos en JavaScript/TypeScript. Úsala cuando necesites interceptar, monitorear o extender el ciclo de vida del asistente de IA de OpenCode con lógica personalizada basada en eventos.

Ver habilidad
sglang
Meta

SGLang es un framework de alto rendimiento para el servicio de LLM que se especializa en generación rápida y estructurada para JSON, expresiones regulares y flujos de trabajo de agentes utilizando su caché de prefijos RadixAttention. Ofrece una inferencia significativamente más rápida, especialmente para tareas con prefijos repetidos, lo que lo hace ideal para salidas complejas y estructuradas, y conversaciones multiturno. Elige SGLang sobre alternativas como vLLM cuando necesites decodificación restringida o estés construyendo aplicaciones con uso extensivo de prefijos compartidos.

Ver habilidad