railway-new

Featured

Create Railway projects, services, and databases with proper configuration. Use when user says "setup", "deploy to railway", "initialize", "create project", "create service", or wants to deploy from GitHub. Handles initial setup AND adding services to existing projects. For databases, use railway-railway-database skill instead.

AI & Automation 27,705 stars 2858 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# New Project / Service / Database Create Railway projects, services, and databases with proper configuration. ## When to Use - User says "deploy to railway" (add service if linked, init if not) - User says "create a railway project", "init", "new project" (explicit new project) - User says "link to railway", "connect to railway" - User says "create a service", "add a backend", "new api service" - User says "create a vite app", "create a react website", "make a python api" - User says "deploy from github.com/user/repo", "create service from this repo" - User says "add postgres", "add a database", "add redis", "add mysql", "add mongo" - User says "connect to postgres", "wire up the database", "connect my api to redis" - User says "add postgres and connect to the server" - Setting up code + Railway service together ## Prerequisites Check CLI installed: ```bash command -v railway ``` If not installed: > Install Railway CLI: > > ``` > npm install -g @railway/cli > ``` > > or > > ``` > brew install railway > ``` Check authenticated: ```bash railway whoami --json ``` If not authenticated: > Run `railway login` to authenticate. ## Decision Flow ``` railway status --json (in current dir) │ ┌────┴────┐ Linked Not Linked │ │ │ Check parent: cd .. && railway status --json │ │ │ ┌────┴────┐ │ Parent Not linked │ Linked anywhere │ │ │ │ Add service railway list │ Set rootDir ...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

railway

Deploy applications on Railway platform. Use when deploying containerized apps, setting up databases, configuring private networking, or managing Railway projects. Triggers on Railway, railway.app, deploy container, Railway database.

2 Updated today
Makiya1202
AI & Automation Featured

railway-status

Check current Railway project status for this directory. Use when user asks "railway status", "is it running", "what's deployed", "deployment status", or about uptime. NOT for variables or configuration queries - use railway-environment skill for those.

27,705 Updated today
davila7
API & Backend Featured

railway-database

Add official Railway database services (Postgres, Redis, MySQL, MongoDB). Use when user wants to add a database, says "add postgres", "add redis", "add database", "connect to database", or "wire up the database". For other templates (Ghost, Strapi, n8n), use the railway-templates skill.

27,705 Updated today
davila7
AI & Automation Featured

railway-service

Check service status, rename services, change service icons, link services, or create services with Docker images. For creating services with local code, prefer railway-new skill. For GitHub repo sources, use railway-new skill to create empty service then railway-environment skill to configure source.

27,705 Updated today
davila7
AI & Automation Featured

railway-projects

List, switch, and configure Railway projects. Use when user wants to list all projects, switch projects, rename a project, enable/disable PR deploys, make a project public/private, or modify project settings.

27,705 Updated today
davila7