Builder Studio: https://builderstudio.dev
A BuilderStudio-compatible skill for preparing generated apps for ShipYou-style deployment handoff.
The skill focuses on containerization, source bundle hygiene, health checks, environment variable contracts, and production-safe defaults.
Using npm/npx:
npx --yes skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyouUsing Yarn:
yarn dlx skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou- Containerizing web apps and APIs
- Creating Dockerfiles and
.dockerignorefiles - Making apps listen on
0.0.0.0andPORT - Adding health checks
- Preparing clean deployable source bundles
- Avoiding secrets, build artifacts, and local-only assumptions