This is your first stop when you need to see what's actually running on Railway. It shows your current project context, which services are deployed, and what state they're in. Think of it as `git status` but for your infrastructure. The skill knows how to parse Railway dashboard URLs, so you can paste a link and get instant context without manually linking projects. It handles the authentication preflight, checks CLI version, and returns JSON you can actually work with. Useful before you make changes or when you're debugging and need to confirm which environment and service you're looking at. Quick, deterministic, no agent overhead.
npx skills add https://github.com/railwayapp/railway-skills --skill status