
Railway
- 304 repo stars
- Updated July 28, 2026
- railwayapp/railway-skills
Deploy, configure, monitor, and troubleshoot apps and infrastructure on Railway from Claude Code: services, environments, deployments, databases, storage, networking, and observability.
About
A Railway plugin and MCP server for deploying, configuring, monitoring, and troubleshooting apps and infrastructure on Railway from Claude Code. It covers services, environments, deployments, databases, object storage, networking, and observability. Developers use it to run and operate their hosted infrastructure on Railway via the agent.
- Railway MCP server
- Deploy and configure apps
- Manage databases + storage + networking
- Observability
Railway by the numbers
- Data as of Jul 30, 2026 (Skillselion catalog sync)
/plugin marketplace add railwayapp/railway-skills/plugin install railway@railway-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 304 |
|---|---|
| Last updated | July 28, 2026 |
| Repository | railwayapp/railway-skills ↗ |
What it does
Deploy, configure, monitor, and troubleshoot apps and infrastructure on Railway from Claude Code: services, environments, deployments, databases, storage, networking, and observability.
README.md
Railway Skills
Agent skills for Railway, following the Agent Skills format.
This repository also includes Railway plugin packaging for Claude Code, OpenAI Codex, Grok Build, and Cursor. The plugin includes Agent Skills and local MCP configuration.
Railway agent setup (Installing Agent Skills and local MCP)
To configure Railway agent support through the Railway CLI, run:
curl -fsSL agents.railway.com | sh
This installs Railway skills, configures the Railway MCP server where supported, and checks Railway authentication for detected tools. If you are not authenticated, run:
railway login
You can also install the Railway CLI and configure agent support in one step:
bash <(curl -fsSL https://railway.com/install.sh) --agents -y
Installing the Railway Plugin
Claude Code
Use the official Anthropic marketplace for published Claude Code releases:
/plugin install railway@claude-plugins-official
The official marketplace pins each plugin to a specific commit. Changes in this repository become available through claude-plugins-official after the Railway entry in anthropics/claude-plugins-official is updated to a commit that contains them.
To install the version published by this repository's Claude Code marketplace,
add the marketplace and install the railway plugin from it:
/plugin marketplace add railwayapp/railway-skills
/plugin install railway@railway-skills
/reload-plugins
OpenAI Codex
Codex support in this repository is packaged through the repo-local Codex marketplace manifest. The manifest makes the railway plugin available to
Codex environments that load this repository's plugin marketplace:
- Plugin manifest:
plugins/railway/.codex-plugin/plugin.json - Marketplace:
.agents/plugins/marketplace.json
Add this GitHub repository as a Codex marketplace:
- Open Codex.
- Select Plugins in the sidebar.
- Open the More dropdown.
- Click Add more.
- Enter
railwayapp/railway-skillsas the marketplace source.
Cursor
There is not currently an official public Cursor listing for Railway. Add this GitHub repository from Cursor settings:
- Open Settings.
- Select Plugins.
- Paste
https://github.com/railwayapp/railway-skillsin the Search or Paste Link input. - Click the Railway plugin.
- Click Add to Cursor.
- Plugin manifest:
plugins/railway/.cursor-plugin/plugin.json - Marketplace:
.cursor-plugin/marketplace.json
Grok Build
Add this GitHub repository as a Grok marketplace:
grok plugin marketplace add railwayapp/railway-skills
Then install the railway plugin from Grok's TUI:
- Run
grok. - Open the extensions modal with
/plugins. - Go to the Marketplace tab.
- Select
railwayfrom therailway-skillsmarketplace. - Press
ito install.
Skill surface
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.
License
MIT