Claude Skill
railwayapp/railway-skills
Collection of Claude Skills for interacting with Railway platform. Automate deployments, manage infrastructure, and integrate with CI/CD pipelines using agent capabilities.
Overview
Repository
Install this Skill
git clone https://github.com/railwayapp/railway-skills.gitRegistry
Summary
A collection of Claude Skills for interacting with Railway infrastructure platform, enabling automated deployment and management tasks.
与铁路系统交互的代理技能
Key features
- Railway infrastructure interaction
- Agent skills for automation
- Shell-based implementation
- Deployment management capabilities
Use cases
- Automated Railway deployments
- Infrastructure management via agents
- CI/CD pipeline integration
- Project lifecycle automation
README excerpt
# Railway Skills Agent skills for [Railway](https://railway.com), following the [Agent Skills](https://agentskills.io) 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: ```bash railway setup agent -y ``` This installs Railway skills, configures the Railway MCP server where supported, and checks Railway authentication for detected tools. If you are not authenticated, run: ```bash railway login ``` You can also install the Railway CLI and configure agent support in one step: ```bash 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: ```text /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: ```text /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: - Plugin manifest: [`plugins/railway/.codex-p