What problem does it solve? When working with Railway deployments, developers often need a quick answer to "is it running?" or "what's deployed?" without digging through the Railway dashboard. This Skill checks the current Railway project status directly from the terminal and presents it in a readable summary. ## Core Features & Use Cases - Project Status Overview: Runs railway status --json and presents the project name, workspace, current environment, services, and domains. - Active Deployment Tracking: Surfaces in-progress deployments from the activeDeployments field, including build and deploy states. - Guided Error Recovery: Detects common failure states—CLI not installed, not authenticated, or no linked project—and provides exact remediation commands like railway login or railway link. - Use Case: Before pushing a new deployment, ask for the Railway status to confirm which environment and services are live, and verify no conflicting deployment is currently in progress. ## Quick Start Ask the assistant to check the Railway deployment status for this project and show which services are running.