Leaderboard/DevOps/railway-skills
Last commit on September 4, 2026·Created on January 4, 2026

railwayapp/railway-skills

Automates the provisioning and management of Railway cloud infrastructure and deployment workflows
Combined rank
#604
across all skills
In DevOps
#10
category rank
Stars
325
+0.9% in last 7d
Forks
45
+7.1% in last 7d
Watchers
4
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill enables the operation of Railway infrastructure, from initial account setup and project creation to the provisioning of services, databases, and buckets. It provides a structured way to handle infrastructure as code, environment variables, and domain management.

Platform and DevEx teams can use these capabilities to deploy code, monitor status metrics, and troubleshoot build failures. The skill also covers advanced operational tasks including database recovery, high availability configuration, and the management of feature flags and rollout rules.

WHO IT'S FOR
Platform / DevEx teams
automate infrastructure provisioning and deployment workflows
Backend / infrastructure engineers
manage cloud resources and troubleshoot deployment failures
AI agent / automation builders
integrate Railway operations into AI workflows via MCP
Full-stack developers
handle database recovery and feature flag rollouts
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Setup

Railway agent setup

Installs: Railway CLI and skills, Railway MCP server configuration for detected tools, and an authentication check.

Before you start
  • For the existing-CLI branch only, the Railway CLI must already be installed.
  1. If the Railway CLI is not installed, run this terminal command to install the CLI and skills, configure the Railway MCP server for detected tools, and check authentication.

    curl -fsSL agents.railway.com | sh
  2. If the setup reports that you are not authenticated, run this terminal command.

    railway login
  3. Alternatively, if the Railway CLI is already installed, run this terminal command to configure agent support directly.

    railway setup agent
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Discover Railway projects and deployment state

Uses use-railway

  • A Railway account connected through the plugin's OAuth flow
Use the use-railway skill and its Remote MCP path to discover my Railway projects. Give me a concise list of project names and their deployment state, then identify one project that would be useful to inspect next. Make no changes.
README.md · Checked Sep 18, 2026plugins/railway/skills/use-railway/SKILL.md · Checked Sep 18, 2026