Deployment configuration guide for Pracht applications across various cloud platforms.

Install

mkdir -p .claude/skills/deploy-jovidecroock && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19523" && unzip -o skill.zip -d .claude/skills/deploy-jovidecroock && rm skill.zip

Installs to .claude/skills/deploy-jovidecroock

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Pracht deployment guide. Walks through adapter configuration, building, and deploying to Node.js, Cloudflare Workers, or Vercel. Handles wrangler config, Docker and production checklist. Use when asked to "deploy", "set up deployment", "configure adapter", "deploy to cloudflare", "deploy to vercel", or "production build".
323 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Configure adapters for Node.js, Cloudflare, and Vercel
  • Build production-ready Pracht applications
  • Set up Docker containers for Node.js deployment
  • Enable ISG via Workers Caching
  • Smoke-test production builds locally

How it works

The skill guides the user through selecting the appropriate adapter, updating the Vite configuration, and executing build commands to generate platform-specific deployment artifacts.

Inputs & outputs

You give it
Target deployment platform
You get back
Deployment configuration and build artifacts

When to use deploy

  • Set up deployment for a Pracht app
  • Configure Node.js adapter for production
  • Deploy Pracht project to Cloudflare Workers
  • Verify production build settings

About deploy

This skill walks developers through the deployment process for Pracht applications. It helps determine the correct adapter, configures build processes, and provides steps for production environments like Node.js, Cloudflare Workers, and Vercel.

|

Prerequisites

Pracht application projectInstalled adapter package

Limitations

  • Workers Caching keys the exact path and query string
  • ISG routes are served as build-time static snapshots without cache configuration

How it compares

This workflow provides platform-specific adapter configuration and validation steps instead of a generic build process.

Compared to similar skills

deploy side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
deploy (this skill)016dReviewIntermediate
flow-nexus-platform64moReviewBeginner
netlify-deploy75moReviewBeginner
azure-static-web-apps46moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry