railway-deploy
Installation
SKILL.md
Railway Deploy
Overview
Deploy, manage, and monitor applications on Railway using the CLI. Covers the full lifecycle: project setup, service configuration, environment variables, deployments, scaling, logs, and debugging.
Instructions
Task A: Project Setup & Linking
First verify the CLI is installed. If railway is not found, install it:
npm i -g @railway/cli # or: brew install railway
Check if already linked to a project:
Related skills