new

Automate Railway project and service setup with the Railway CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sidpalas/background-agent --skill new-sidpalas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new
Source: https://github.com/sidpalas/background-agent/tree/main/.opencode/skill/new
Command: npx skills add https://github.com/sidpalas/background-agent --skill new-sidpalas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly set up Railway projects and add services, consolidating initial configuration tasks into a guided workflow.

Core Features & Use Cases

  • Create a new Railway project with a guided init flow.
  • Add a new service to an existing project or link to a Railway project by name.
  • Deploy workflows from GitHub repositories and wire initial configurations using the environment skill when needed.

Quick Start

Create a new Railway project, add a service, and initiate deployment.

Frequently Asked Questions about new

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

FAQPage Schema
How do I set up a new Railway project and add a service?

You can set up a Railway project using a guided initialization flow that automates project creation and scaffolds initial service configurations. This workflow handles linking existing projects and deploying from GitHub repositories.

Do I need the Railway CLI installed to deploy a project from GitHub?

Yes, the Railway CLI must be installed and authenticated before you can deploy from GitHub or configure services. The workflow validates these prerequisites before proceeding with any project setup.

Can I link an existing Railway project by name?

Yes, you can link an existing Railway project by name or add a new service to it. This allows you to wire initial configurations and manage deployments within your already established Railway projects.

Does the Railway project setup handle database configuration?

No, database configuration is handled by a dedicated database skill rather than this setup workflow. This service focuses on creating Railway projects, scaffolding services, and deploying from GitHub repositories.

What's the best way to wire initial configurations when deploying from GitHub to Railway?

The best way to wire initial configurations is by using the environment skill alongside the Railway project setup. This combination manages your GitHub deployment workflows and environment variables effectively.