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.zipInstalls 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".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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| deploy (this skill) | 0 | 16d | Review | Intermediate |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
| netlify-deploy | 7 | 5mo | Review | Beginner |
| azure-static-web-apps | 4 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
flow-nexus-platform
ruvnet
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
netlify-deploy
openai
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.
azure-static-web-apps
github
Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.
web-development
TencentCloudBase
Web frontend project development rules. Use this skill when developing web frontend pages, deploying static hosting, and integrating CloudBase Web SDK.
apollo-deploy-integration
jeremylongshore
Deploy Apollo.io integrations to production. Use when deploying Apollo integrations, configuring production environments, or setting up deployment pipelines. Trigger with phrases like "deploy apollo", "apollo production deploy", "apollo deployment pipeline", "apollo to production".
cloud-functions
TencentCloudBase
Complete guide for CloudBase cloud functions development - runtime selection, deployment, logging, invocation, and HTTP access configuration.