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 | shThis installs Railway skills, configures the Railway MCP server where supported, and checks Railway authentication for detected tools. If you are not authenticated, run:
railway loginYou can also install the Railway CLI and configure agent support in one step:
bash <(curl -fsSL https://railway.com/install.sh) --agents -yInstalling the Railway Plugin
Claude Code
Use the official Anthropic marketplace for published Claude Code releases:
/plugin install railway@claude-plugins-officialThe 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-pluginsOpenAI 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-skillsThen 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