railwayapprailwayappOfficialยท13 Agent Skills Included

railway-skills

Deploy, configure, and debug Railway cloud infrastructure

Deploys apps, provisions databases and storage buckets, and manages environments, variables, and domains on Railway. Diagnoses build and runtime failures, analyzes Postgres, MongoDB, and Redis performance, and manages feature flags without manual dashboard clicking. Routes each request to the right path (CLI, hosted MCP server, or GraphQL API) so infrastructure work completes faster with fewer errors.
npx skills add railwayapp/railway-skills --all -g -y
Available:

Instructs the agent on how to route Railway requests to the CLI, hosted MCP server, or GraphQL API and which reference file to load for each type of infrastructure task.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
railwayapprailwayapp

railway-docs

Fetch current Railway documentation pages by appending .md to URLs.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

metrics

Query Railway service CPU, memory, network, and disk metrics via GraphQL.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

database

Add and configure Railway databases for PostgreSQL, Redis, MySQL, and MongoDB projects.

Official
Advanced
๐Ÿ“ฆ In Repo
railwayapprailwayapp

deploy

Deploy code from the current directory to Railway using railway up.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

projects

List and configure Railway projects across workspaces via CLI and GraphQL API.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

status

Report Railway project status including environment, services, deployments, and domains.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

central-station

Search Railway community threads, discussions, and documentation via GraphQL endpoints.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

deployment

Manage Railway deployments with list, logs, redeploy, and remove commands.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

new

Create Railway projects, services, and databases via the Railway CLI.

Official
Advanced
๐Ÿ“ฆ In Repo
railwayapprailwayapp

environment

Read and edit Railway environment configurations via CLI commands.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

templates

Find and deploy Railway templates to projects via the Railway API.

Official
Intermediate
๐Ÿ“ฆ In Repo
railwayapprailwayapp

service

Manage Railway services via GraphQL mutations for status checks, updates, and creation.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install railway-skills?โ–ผ

Run `npx skills add railwayapp/railway-skills --all -g -y` in your terminal to install the Railway skill globally for your coding agent.

How to deploy an app to Railway with an agent?โ–ผ

Just ask your agent to deploy; the skill runs `railway up`, which signs you in if needed, creates the project and service, and ships your code in one step.

Can it debug Railway build and runtime failures?โ–ผ

Yes. It pulls logs, metrics, and deployment status, then triages build and runtime errors and suggests recovery steps.

Does it work with Claude Code, Cursor, and Codex?โ–ผ

Yes. The plugin ships manifests for Claude Code, Cursor, Codex, and Grok Build, all backed by Railway's hosted MCP server with OAuth sign-in.

Can it analyze my Postgres or Redis database?โ–ผ

Yes. It collects metrics over SSH and the Railway API, then explains cache pressure, slow queries, connection saturation, and other performance issues in plain terms.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’