Agent skills for Railway, following the Agent Skills format. This repository also includes Railway plugin packaging for ChatGPT, OpenAI Codex, Claude Code, Grok Build, and Cursor.
> /plugin marketplace add railwayapp/railway-skills> /plugin install railway@railway-skills
What's inside
Agent skills for Railway, following the Agent Skills format.
This repository also includes Railway plugin packaging for ChatGPT, OpenAI Codex,
Claude Code, Grok Build, and Cursor. Each plugin package includes the
use-railway Agent Skill and Railway's hosted MCP server. Railway is also
available as a connector for Claude.
To install the Railway CLI and configure agent support, run:
curl -fsSL agents.railway.com | sh
This installs the Railway CLI and skills, configures the Railway MCP server for detected tools, and checks Railway authentication. If you are not authenticated, run:
railway login
If the Railway CLI is already installed, configure agent support directly:
railway setup agent
Install the official Railway plugin for ChatGPT and
Codex
from the shared plugin directory. The plugin includes the use-railway skill
and Railway's hosted MCP server. Connect your Railway account when prompted,
then start a new chat or task to use the plugin.
To install the version published by this repository directly, add this GitHub repository as a Codex marketplace:
railwayapp/railway-skills as the marketplace source.plugins/railway/.codex-plugin/plugin.json.agents/plugins/marketplace.jsonAdd the official Railway connector for Claude from Claude's connector directory. The connector uses Railway's hosted MCP server and OAuth, so it doesn't require the Railway CLI.
For terminal-based workflows with Railway's agent skill and hooks, install the Claude Code plugin.
The official Anthropic marketplace is available in Claude Code by default. Install Railway and reload plugins:
/plugin install railway@claude-plugins-official
/reload-plugins
You can also run /plugin and select the Discover tab to browse the
official marketplace. If Claude Code can't find Railway, refresh the marketplace
and retry the installation:
/plugin marketplace update 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
Install from the official Cursor Marketplace:
/add-plugin railway
To install the version published by this repository directly instead, add it as a plugin source from Cursor settings:
https://github.com/railwayapp/railway-skills in the Search or Paste Link input.plugins/railway/.cursor-plugin/plugin.json.cursor-plugin/marketplace.jsonRailway is published in the official xAI plugin marketplace. Install it from Grok's TUI:
grok./plugins.railway from the marketplace.i to install.The official marketplace entry resolves the nested plugin at plugins/railway
from this repository and pins it to a specific commit.
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.
MIT
.agents/
plugins/
marketplace.json
.claude-plugin/
marketplace.json
.cursor-plugin/
marketplace.json
.github/
workflows/
ci.yml
.gitignore
AGENTS.md
CLAUDE.md
LICENSE
plugins/
railway/
.claude-plugin/
plugin.json
.codex-plugin/
assets/
railway-logo-light.svg
plugin.json
.cursor-plugin/
mcp.json
plugin.json
.grok-plugin/
mcp.json
plugin.json
.mcp.json
hooks/
auto-approve-api.sh
auto-approve-api.test.sh
hooks.json
skills/
use-railway/
references/
analyze-db-mongo.md
analyze-db-mysql.md
analyze-db-postgres.md
analyze-db-redis.md
analyze-db.md
configure.md
deploy.md
feature-flags.md
iac.md
operate.md
request.md
sandbox.md
setup.md
scripts/
analyze-mongo.py
analyze-mysql.py
analyze-postgres.py
analyze-redis.py
dal.py
enable-pg-stats.py
pg-extensions.py
railway-api.sh
SKILL.md
README.mdFAQ
railway-skills is a Claude Code plugin with 1 hand-picked skill for deployment work, indexed on Flowy. Install it with the command on its page. It includes use-railway. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.