By railwayapp
Manage Railway infrastructure from Claude Code: sign up, create projects, provision services and databases, deploy code, configure environments, manage feature flags, and troubleshoot deployments.
Executes bash commands
Hook triggers when Bash tool is used
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
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
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
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:
plugins/railway/.codex-plugin/plugin.json.agents/plugins/marketplace.jsonAdd this GitHub repository as a Codex marketplace:
railwayapp/railway-skills as the marketplace source.There is not currently an official public Cursor listing for Railway. Add this GitHub repository 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 packaged for Grok as the nested plugin at plugins/railway.
Marketplace entries should point at that subpath with a pinned commit:
{
"name": "railway",
"source": {
"source": "url",
"url": "https://github.com/railwayapp/railway-skills.git",
"sha": "<full commit sha>",
"path": "plugins/railway"
}
}
After the Railway entry is available in a Grok marketplace, install it from Grok's TUI:
grok./plugins.railway from the marketplace.i to install.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
claude plugin install railway@claude-plugins-officialClaude Code skill pack for Replit (30 skills)
Deploy, debug, monitor, and migrate applications on Render cloud platform with intelligent Blueprint generation, error diagnosis, and Heroku migration
Use this agent when monitoring system health, optimizing performance, managing scaling, or ensuring infrastructure reliability. This agent excels at keeping studio applications running smoothly while preparing for growth and preventing disasters. Examples:\n\n<example>\nContext: App experiencing slow performance
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Infrastructure management for AWS, Kubernetes, Docker, Helm, Fly.io
Agents specialized in infrastructure management, DevOps, and site reliability engineering. Focuses on deployment, monitoring, and system operations.