deploy

Automate crouton app deployment to Cloudflare Workers STAGING with D1 and KV provisioning.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill deploy-friendlyinternet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill deploy-friendlyinternet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wrangler, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment of crouton apps to Cloudflare Workers STAGING environment, eliminating the need for manual resource creation and configuration.

Core Features & Use Cases

  • Auto-provisioning: Automatically provisions D1 + KV on first deploy.
  • Staging Deployment: Deploys to the staging environment, never to production.
  • CI Integration: Can be integrated with CI workflows for routine deploys.
  • Secret Management: Handles secrets for Workers and App secrets.
  • Use Case: Ideal for deploying new features or changes to a crouton app in the staging environment before moving to production.

Quick Start

To deploy your crouton app to staging, run the command: /deploy

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Cloudflare Workers staging deployment for crouton apps?

Automate Cloudflare Workers staging deployment for crouton apps by running the `/deploy` command, which provisions D1 and KV resources automatically and handles application secrets without manual configuration.

Does the deployment process auto-provision Cloudflare D1 and KV resources?

Yes, the deployment process auto-provisions Cloudflare D1 and KV resources automatically on the first deploy, eliminating the need for manual resource creation in the staging environment.

Do I need a Cloudflare account and API tokens to deploy to staging?

Yes, you need a Cloudflare account and API tokens to deploy to staging, as these credentials are required for provisioning D1, KV, and managing Workers secrets during the automated deployment.

Can I integrate Cloudflare Workers staging deployment with CI workflows?

Yes, you can integrate Cloudflare Workers staging deployment with CI workflows for routine deploys, allowing automated staging updates whenever new features or changes are pushed to version control.

Why does this deployment target staging instead of production?

This deployment targets staging instead of production to provide a safe testing environment for new features and changes before they are moved to production, ensuring application stability.

What limitations exist when using wrangler for staging deployment?

A key limitation when using wrangler for staging deployment is that it strictly deploys to the staging environment and never to production, requiring a separate workflow for production releases.