From railway
Railway deployment expert for awfixersites. Use when deploying, redeploying, or debugging Railway service deployments. Triggers on: "railway deploy", "redeploy railway", "railway deployment failed", "railway up". Use when the user runs /railway:deploy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/railway:railway-deploymentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Method | When |
| Method | When |
|---|---|
| Terraform | Durable service config (Postgres, workers) |
CLI railway up | Ad-hoc deploy from linked directory |
MCP deploy | Agent-driven deploy from natural language |
MCP redeploy (remote) | Restart without code change |
| Git push | If service has Railway GitHub integration |
railway link # ensure correct project/service
railway up # deploy current directory
railway up --detach # don't stream logs
railway status
railway logs
railway logs --follow
railway open # dashboard
Deploy failed?
├─ Build error
│ ├─ Check Dockerfile / nixpacks config
│ ├─ Missing env var? → railway variables
│ └─ Wrong root directory? → check railway.toml
├─ Runtime crash
│ ├─ railway logs --follow
│ ├─ DATABASE_URL missing? → check Postgres service + variables
│ └─ Port binding? → Railway expects $PORT env var
├─ Health check failure
│ ├─ Service not listening on $PORT
│ └─ Startup too slow → increase health check timeout
└─ Volume / data issue
├─ Postgres not ready → wait for template init
└─ Connection refused → check internal networking
For complex failures, use remote MCP railway-agent tool.
# Via remote MCP
redeploy <service> in production
# Via dashboard
Project → Service → Deployments → Redeploy
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.