railway

claude-plugins-official

deploymentClaude Codeby anthropics

Summary

Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.

Install to Claude Code

/plugin install railway@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

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:

Add this GitHub repository as a Codex marketplace:

1. Open Codex. 2. Select Plugins in the sidebar. 3. Open the More dropdown. 4. Click Add more. 5. Enter railwayapp/railway-skills as the marketplace source.

Cursor

There is not currently an official public Cursor listing for Railway. Add this GitHub repository from Cursor settings:

1. Open Settings. 2. Select Plugins. 3. Paste https://github.com/railwayapp/railway-skills in the Search or Paste Link input. 4. Click the Railway plugin. 5. Click Add to Cursor.

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:

1. Run grok. 2. Open the extensions modal with /plugins. 3. Go to the Marketplace tab. 4. Select railway from the railway-skills marketplace. 5. Press i to 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

Related plugins

Browse all →