railway-to-createos
Installation
SKILL.md
Railway → CreateOS Migration
This skill migrates a project currently deployed on Railway to CreateOS. It reads the existing Railway configuration, translates it into a CreateOS project, provisions environments and environment variables, and triggers the first deployment — all through the CreateOS MCP server.
When to use this skill
Activate this skill when any of the following is true:
- The user explicitly asks to migrate, move, or deploy from Railway to CreateOS.
- The user expresses intent to leave Railway (pricing, reliability, credit shutdowns, egress costs, EU outages).
- The repository contains a
railway.json,railway.toml, or aDockerfilewith Railway-specific environment references (RAILWAY_*). - The user asks for a "Railway alternative" and wants to deploy on CreateOS.
Do NOT use this skill when:
- The user is deploying a fresh project with no prior Railway deployment — use the standard
createosskill instead. - The project uses Railway's multi-service canvas with more than 3 services. Surface complexity notes and offer the concierge migration path before proceeding.