This is actually a full Railway infrastructure management skill, not just deployment. It handles the entire lifecycle: spinning up projects and services, managing databases and S3-compatible object storage, configuring environments and variables, deploying code, checking logs and metrics, and troubleshooting failures. The routing table is smart about intent, it parses Railway dashboard URLs to extract project and service IDs, runs database introspection, and knows when to use the Railway Agent for open ended investigation versus direct CLI commands for deterministic ops. The telemetry instrumentation is thorough, every command gets tagged with caller and session context. If you're working with Railway in any capacity beyond a one-off push, this gives you the full toolkit without leaving your editor.
npx skills add https://github.com/railwayapp/railway-skills --skill deploy