new

Create and configure Railway projects, services, GitHub deployments, and databases.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/wichops/racha --skill new-wichops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new
Source: https://github.com/wichops/racha/tree/main/.agents/skills/new
Command: npx skills add https://github.com/wichops/racha --skill new-wichops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new projects and services on Railway, and helps in linking existing codebases to your Railway environment, simplifying deployment workflows.

Core Features & Use Cases

  • Project Initialization: Create new Railway projects from scratch.
  • Service Creation: Add new backend or frontend services to existing projects.
  • GitHub Integration: Deploy services directly from GitHub repositories.
  • Database Setup: Facilitates the addition of database services like PostgreSQL and Redis.
  • Monorepo Support: Handles complex configurations for monorepos, distinguishing between isolated and shared architectures.

Quick Start

Use the new skill to create a new Railway project named 'my-cool-app'.

Frequently Asked Questions about new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new Railway project and deploy a GitHub repository?

To create a new Railway project, you can initialize the project from scratch and then deploy services directly by linking your existing GitHub repositories to the Railway environment.

Can I add backend and frontend services to an existing Railway project?

Yes, you can add new backend or frontend services to existing Railway projects, allowing you to expand your application architecture without starting a new project.

How does Railway handle monorepo configurations during project setup?

Railway project setup handles monorepo configurations by distinguishing between isolated and shared architectures, ensuring the correct build and start commands are configured for each service.

What is the best way to integrate a database like PostgreSQL or Redis into a Railway project?

The best way to integrate databases into a Railway project is by adding database services like PostgreSQL and Redis directly during the initial service creation and scaffolding process.

Does Railway service creation support linking existing codebases for deployment workflows?

Yes, Railway service creation supports linking existing codebases to your environment, which simplifies the deployment workflow by connecting your current repositories directly.

What build and start commands are needed when setting up a shared monorepo architecture on Railway?

For a shared monorepo architecture on Railway, the setup differentiates the configuration and ensures proper build and start commands are applied to match the shared service structure.