scaffold-deploy

Generate deployment configuration files for Docker, Vercel, and other targets.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill scaffold-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-deploy
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/core/scaffold-deploy
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill scaffold-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of deployment configuration files tailored to the selected target, reducing manual setup and misconfigurations.

Core Features & Use Cases

  • Auto-create essential configuration files for your deployment target (Dockerfile, vercel.json, wrangler.toml, and platform-specific configs).
  • Supports common targets (docker, vercel, railway, fly, aws, gcp, custom) across web apps, APIs, libraries, CLIs, and TUIs.
  • Real-world use: wire up a new project to deploy to multiple platforms with consistent defaults and minimal boilerplate.

Quick Start

Configure a project named MyApp and run scaffold-deploy to generate deployment configs for Docker.

Frequently Asked Questions about scaffold-deploy

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

FAQPage Schema
How do I generate a Dockerfile and CI/CD workflow for a new web app?

Generating deployment configs requires selecting a target like Docker, Vercel, or AWS, after which the tool outputs tailored files such as Dockerfile, vercel.json, and corresponding CI/CD configurations with minimal boilerplate.

Can I auto-generate deployment configs for multiple platforms like Vercel and Railway?

Yes, you can auto-generate deployment configs for multiple platforms including Vercel, Railway, Fly, AWS, and GCP, producing consistent defaults across web apps, APIs, libraries, CLIs, and TUIs.

What deployment configuration files do I need for a Cloudflare Workers project?

For a Cloudflare Workers project, you need a wrangler.toml configuration file, which can be automatically generated alongside Dockerfiles and CI/CD workflows to streamline your deployment setup.

Does scaffold-deploy support custom deployment targets outside of standard cloud providers?

Yes, scaffold-deploy supports custom deployment targets alongside standard options like Docker, Vercel, Railway, Fly, AWS, and GCP, allowing flexible configuration generation for unique infrastructure requirements.

What is the best way to set up docker-compose.yml and platform-specific configs for a new API?

The best way to set up docker-compose.yml and platform-specific configs is using an automated scaffold tool that outputs these deployment files tailored to your API's selected target environment.

Why should I automate deployment config generation instead of manually writing Dockerfiles?

Automating deployment config generation reduces manual setup errors and misconfigurations, providing consistent defaults and minimal boilerplate across multiple platforms for your web apps, APIs, and libraries.