From railway
Railway CLI expert for awfixersites. Use when deploying services, linking projects, pulling variables, viewing logs, or managing Railway from the terminal. Triggers on: "railway cli", "railway deploy", "railway logs", "railway link", "railway status", "railway". Use when the user runs /railway:status, /railway:deploy, /railway:logs, or /railway:link.
How this skill is triggered — by the user, by Claude, or both
Slash command
/railway:railway-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI is for **debugging and discovery**. Terraform owns durable config.
CLI is for debugging and discovery. Terraform owns durable config.
Use the global railway CLI (patched and on PATH in this environment):
railway --version
which railway
Do not use bunx @railway/cli — it fails here. The railway npm package is the TypeScript SDK, not the CLI.
railway login
export RAILWAY_TOKEN=... # for CI/Terraform
railway whoami
railway link # interactive — picks project + service
railway status # current link context
railway list # all projects
Creates .railway/ metadata locally. Do not commit secrets from this directory.
| Task | Command |
|---|---|
| Deploy current service | railway up |
| View logs | railway logs |
| Follow logs | railway logs --follow |
| List variables | railway variables |
| Set variable | railway variables set KEY=value |
| Open dashboard | railway open |
| Run locally | railway run <cmd> |
| Shell into service | railway shell |
railway environment # list environments
railway environment link <env>
Production changes require explicit confirmation — never deploy to production without user approval.
railway setup agent # local MCP + skills
railway setup agent --remote # remote MCP at mcp.railway.com
railway mcp install # write MCP config to detected tools
See railway-mcp skill for local vs remote decision guide.
railway on PATH — do not invoke via bunxinfra/backend/main.tf via Terraform importDATABASE_URL to Vercel dashboard — use Terraform cross-wiring| Symptom | Fix |
|---|---|
| "Not logged in" | railway login |
| "No project linked" | railway link |
| Wrong service context | railway link again |
| Token expired | Regenerate at railway.app/account/tokens |
npx claudepluginhub awfixers-stuff/plugins --plugin railwayGenerates brand assets: logos (55+ styles, Gemini AI), CIP mockups, HTML slides (Chart.js), banners (22 styles), SVG icons (15 styles), and social media photos. Routes to sub-skills for design tokens and UI styling.