Help us improve
Share bugs, ideas, or general feedback.
From code-sensei
Guides deployment from localhost to production: Vercel/Netlify/Railway/AWS, CI/CD pipelines, Docker containerization, env vars, DNS. Activates on deployment configs/Dockerfiles/Vercel/Netlify files.
npx claudepluginhub dojocodinglabs/code-sensei --plugin code-senseiHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-sensei:deploymentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Analogy:** Deployment is moving from rehearsal to opening night. Your app works on your computer (localhost), and deployment puts it on a server so the whole world can use it.
Generates deployment configurations for hosting providers like Vercel, Railway, AWS, covering env vars, domains, SSL, strategies, rollback plans, and health checks. Useful for production deploys.
Guides deploying apps to Vercel, Railway, Netlify, and others; covers hosting selection, custom domains, env vars, production DBs, DNS, and going live.
Outlines production deployment principles: platform selection trees, pre-deployment checklists, 5-phase workflows, verification steps, and rollback strategies for safe releases.
Share bugs, ideas, or general feedback.
npm start on your computer, only YOU can see the app. Deployment puts it on someone else's computer (a server) that's always on and connected to the internet.