railway

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

Content Preview
{
  "name": "railway",
  "description": "Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.",
  "category": "deployment",
  "source": {
    "source": "git-subdir",
    "url": "railwayapp/railway-skills",
    "path": "plugins/railway",
    "ref": "main",
    "sha": "d52f3741a6a33a3191d6138eb3d6c3355cb970d1"
  },
  "homepage": "https://docs.railway.com/ai/claude-code-plugin"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/railway.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills