Armory
Source
Browse
Skills

railway-deploy

Deploy code to Railway using "railway up". Use when user wants to push code, says "railway up", "deploy", "ship", or "push". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install railway-deploy --cli claude

writes the skill into.claude/skills/railway-deploy/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/railway-deploy/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Deploy code to Railway using "railway up". Use when user wants to push code, says "railway up", "deploy", "ship", or "push". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.

When to use it

Deploy code to Railway using "railway up". Use when user wants to push code, says "railway up", "deploy", "ship", or "push". For initial setup or creating services, use railway-new skill. For Docker images, use railway-environment skill.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/railway/deploy/SKILL.md -o .claude/skills/deploy/SKILL.md

Notes

Extracted from davila7/claude-code-templates, deploy category.