deploy
Ship services one at a time, each confirmed serving before the next
Works with
--- name: deploy description: Ship services one at a time, each confirmed serving before the next license: MIT --- # Deploy Ship one service at a time. Do not start the next until this one is confirmed serving. 1. **Find the project's own deploy path before running anything**: its `AGENTS.md`, its justfile or make targets, its CI workflow. Deploying by hand what CI deploys is how two deploys collide. 2. Confirm the tree is clean, and that the commit going out is the one you think it is. 3. Deploy the one service. 4. **Prove it serves.** Make a request against it. A process that started, a green pipeline, and a box that booted are all things that happen while nothing answers. 5. Only now, the next service. If a step fails, stop and diagnose it. Do not deploy the next service around the failure. $ARGUMENTS
More Deployment & CI/CD skills
finetuning
microsoft/azure-skills
Fine-tune models on Microsoft Foundry using SFT (supervised), DPO (preference), or RFT (reinforcement with graders). Covers dataset preparation, training job submission, deployment, and evaluation. USE FOR: fine-tune, SFT, DPO, RFT, training data, grader, distillation, fine-tuned model, training job, large file upload, calibrate grader, deploy fine-tuned model, evaluate fine-tuned model. DO NOT USE FOR: general model deployment without fine-tuning (use deploy-model), agent creation (use agents), prompt optimization without training (use prompt-optimizer).
prisma-compute
prisma/skills
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a Prisma app, `@prisma/cli app deploy`, `compute:deploy`, `create-prisma --deploy`, `PRISMA_SERVICE_TOKEN`, Compute auth/workspaces, apps/deployments/build logs/domains, localhost vs `0.0.0.0`, deploy port binding, or framework deploy readiness for Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte, Nest, Turborepo, or custom/prebuilt artifacts.
azure-quotas
microsoft/azure-skills
Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: \"check quotas\", \"service limits\", \"current usage\", \"request quota increase\", \"quota exceeded\", \"validate capacity\", \"regional availability\", \"provisioning limits\", \"vCPU limit\", \"how many vCPUs available in my subscription\".

