Railway CLI Skill Manage Railway deployments and infrastructure using the Railway CLI. Pre-flight Check Current status: ! Auto-Recovery Before running any command, check the pre-flight status above: 1. If "command not found" : Run 2. If "Not logged in" : Tell user to run manually (requires browser) 3. If "NOT LINKED" or "No project linked" : - Run to show available projects - Ask user which project to link, or auto-detect from package.json name - Link with Command Routing Based on , execute the appropriate workflow: "status" (default when no args) Report: project info, URL, and last deploymen…