deploy

Automate end-to-end Bodega store integration deployment with SDK installation and webhook setup.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mitcheman/bodega --skill deploy-mitcheman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/mitcheman/bodega/tree/main/.cursor/skills/deploy
Command: npx skills add https://github.com/mitcheman/bodega --skill deploy-mitcheman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end deployment of a Bodega store integration to production, handling SDK installation, route scaffolding, environment provisioning, and deployment workflows so merchants can go live quickly and reproducibly.

Core Features & Use Cases

  • Installs the Bodega SDK into the project and resolves design tokens.
  • Scaffolds commerce routes, admin studio, and Stripe webhook wiring.
  • Provisions required environment variables, validates state, and handles preview vs full commerce deployment.
  • Supports optional domain binding and automated backups as part of the deployment flow.

Quick Start

Run the deploy skill from the project root to install the SDK, scaffold routes, provision env vars, register webhooks, and push to Vercel.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Bodega store deployment to Vercel with Stripe webhooks?

Automating Bodega store deployment to Vercel involves installing the SDK, scaffolding commerce routes, provisioning environment variables, registering Stripe webhooks, and pushing to production with post-deploy verification.

What's the best way to provision environment variables for a Bodega store integration?

The best way to provision environment variables for a Bodega store integration is using an automated deployment workflow that validates state, handles preview versus full commerce modes, and supports optional domain binding.

Does the Bodega deployment process support idempotent Stripe webhook upserts?

Yes, the Bodega deployment process fully supports idempotent Stripe webhook upserts, ensuring webhook registration remains safe and reproducible across multiple deployment runs without creating duplicate endpoints.

Can I scaffold commerce routes and admin studio automatically when deploying a Bodega store?

Yes, you can scaffold commerce routes and admin studio automatically when deploying a Bodega store. The deployment workflow handles route scaffolding, SDK installation, and design token resolution in one process.

What happens during post-deploy smoke tests for a Bodega production deployment?

Post-deploy smoke tests for a Bodega production deployment verify that the Vercel deployment, Stripe webhook wiring, and environment variable provisioning are all functioning correctly before the store goes fully live.

Do I need to manually resolve design tokens before deploying a Bodega store integration?

No, you do not need to manually resolve design tokens before deploying a Bodega store integration. The automated deployment workflow resolves design tokens during SDK installation as part of the end-to-end process.