new

Automate Railway project setup, GitHub linking, and service provisioning.

Updated Dec 2, 2025
One-click install
npx skills add https://github.com/matixlol/monitoreo-panama --skill new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new
Source: https://github.com/matixlol/monitoreo-panama/tree/main/.agents/skills/new
Command: npx skills add https://github.com/matixlol/monitoreo-panama --skill new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces the manual overhead of scaffolding Railway projects, adding services, and configuring deployments, enabling teams to move from planning to runnable infrastructure quickly.

Core Features & Use Cases

  • Automated Setup: Create a new Railway project and attach services in a streamlined flow.
  • GitHub Deployment: Configure and deploy code from GitHub repositories, including linking and service creation.
  • Database Coordination: Delegates database provisioning to the dedicated database skill when needed (avoid duplicating DB setup here).

Quick Start

Tell the AI to set up a new Railway project and add a service, for example: "Set up a new project named my-app and add a backend service called api." Then follow with railway init, railway link, and railway add as appropriate.

Frequently Asked Questions about new

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

FAQPage Schema
How do I automate Railway project setup and service deployment from GitHub?

Railway project setup and service deployment is automated by creating a project, linking it to a GitHub repository, and provisioning services through guided init, link, and add flows. This reduces manual scaffolding overhead for new or existing codebases.

Do I need the Railway CLI installed to set up projects and add services?

Yes, the Railway CLI must be installed and authenticated before setting up projects and adding services. Once authenticated, you can run init, link, and add commands to configure your infrastructure and deploy code from GitHub repositories.

Can I provision a database when creating a new Railway project?

Database provisioning is not handled directly during Railway project creation; it is delegated to a dedicated database skill. You should first set up the project and services, then coordinate database setup separately to avoid duplicating configuration.

What is the best way to link an existing codebase to Railway for deployment?

The best way to link an existing codebase to Railway is by using the railway link command within the project directory. This connects your local codebase to the Railway project, allowing you to add and configure services before deployment.

How does adding a service to a Railway project work?

Adding a service to a Railway project works by running the railway add command, which provisions the service within your linked project. This streamlines the configuration of deployments directly from your connected GitHub repositories.

Why use automated Railway service deployment instead of manual configuration?

Automated Railway service deployment reduces the manual overhead of scaffolding projects and configuring services. It enables teams to move quickly from planning to runnable infrastructure by streamlining project creation, GitHub linking, and service provisioning.