Help us improve
Share bugs, ideas, or general feedback.
Railway agent skills and MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway from Claude Code.
npx claudepluginhub railwayapp/railway-skillsRailway agent skills and MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway from Claude Code. Manage services, environments, deployments, databases, object storage, networking, and observability.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
No description available.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Agent skill for Railway, following the Agent Skills format.
curl -fsSL railway.com/skills.sh | bash
You can also install via skills.sh:
npx skills add railwayapp/railway-skills
Supports Claude Code, OpenAI Codex, OpenCode, Cursor or any coding agent. Run the installer again to update.
/plugin marketplace add railwayapp/railway-skills
/plugin install railway@railway-skills
This repo ships one installable skill:
use-railway is route-first. Intent routing is defined in SKILL.md, and execution details are split into action-oriented references.
use-railway covers:
railway-skills/
├── plugins/railway/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── hooks/
│ └── skills/
│ └── use-railway/
│ ├── SKILL.md
│ ├── scripts/
│ │ └── railway-api.sh
│ └── references/
│ ├── setup.md
│ ├── deploy.md
│ ├── configure.md
│ ├── operate.md
│ └── request.md
├── scripts/
│ └── install.sh
├── AGENTS.md
├── CLAUDE.md -> AGENTS.md
└── rfc.md
SKILL.md concise and routing-focused.scripts/railway-api.sh for consistent auth handling.MIT