railway-status▌
davila7/claude-code-templates · updated Apr 8, 2026
Check the current Railway project status for this directory.
Railway Status
Check the current Railway project status for this directory.
When to Use
- User asks about Railway status, project, services, or deployments
- User mentions deploying or pushing to Railway
- Before any Railway operation (deploy, update service, add variables)
- User asks about environments or domains
When NOT to Use
Use the railway-environment skill instead when user wants:
- Detailed service configuration (builder type, dockerfile path, build command, root directory)
- Deploy config (start command, restart policy, healthchecks, predeploy command)
- Service source (repo, branch, image)
- Compare service configs
- Query or change environment variables
Check Status
Run:
railway status --json
First verify CLI is installed:
command -v railway
Handling Errors
CLI Not Installed
If command -v railway fails:
Railway CLI is not installed. Install with:
npm install -g @railway/clior
brew install railwayThen authenticate:
railway login
Not Authenticated
If railway whoami fails:
Not logged in to Railway. Run:
railway login
No Project Linked
If status returns "No linked project":
No Railway project linked to this directory.
To link an existing project:
railway linkTo create a new project:railway init
Presenting Status
Parse the JSON and present:
- Project: name and workspace
- Environment: current environment (production, staging, etc.)
- Services: list with deployment status
- Active Deployments: any in-progress deployments (from
activeDeploymentsfield) - Domains: any configured domains
Example output format:
Project: my-app (workspace: my-team)
Environment: production
Services:
- web: deployed (https://my-app.up.railway.app)
- api: deploying (build in progress)
- postgres: running
The activeDeployments array on each service shows currently running deployments
with their status (building, deploying, etc.).
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★31 reviews- ★★★★★Chen Yang· Dec 28, 2024
Keeps context tight: railway-status is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Meera Bansal· Nov 19, 2024
railway-status has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Charlotte Mehta· Nov 3, 2024
Useful defaults in railway-status — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Charlotte Bhatia· Oct 22, 2024
I recommend railway-status for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Maya Sethi· Oct 10, 2024
Solid pick for teams standardizing on skills: railway-status is focused, and the summary matches what you get after install.
- ★★★★★Yash Thakker· Sep 13, 2024
railway-status is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Mateo Haddad· Sep 5, 2024
railway-status fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Charlotte Zhang· Sep 1, 2024
We added railway-status from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Fatima Sanchez· Aug 24, 2024
We added railway-status from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Dhruvi Jain· Aug 4, 2024
Keeps context tight: railway-status is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 31