Handles day-to-day Railway deployment operations without leaving your editor. You can list deployments, check logs for debugging, trigger redeploys when something's borked, or run `railway down` to stop a deployment (note: this doesn't delete the service itself, just takes it offline). The skill is pretty clear about its scope: it's for managing existing deployments, not creating new ones or deleting services entirely. If you're already using Railway and tired of context-switching to their dashboard every time you need to check logs or restart a service, this keeps you in flow. Part of a larger Railway toolkit from davila7.
npx skills add https://github.com/davila7/claude-code-templates --skill railway-deployment