new

Automate Railway project setup, linking, and database provisioning via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end setup of Railway projects, services, and databases, reducing manual steps and human error during deployment workflows.

Core Features & Use Cases

  • Create new Railway projects with sensible defaults and initial services
  • Link existing Railway projects to your local workspace and scaffold new services
  • Attach databases or other resources as part of service provisioning
  • Guiding decision logic to decide between init and link flows and to scaffold appropriate resources
  • Use with Railway CLI flows to deploy and manage environments

Quick Start

Initialize a Railway project named your-project and add a service, optionally attaching a database.

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 provisioning?

Automate Railway project setup by using the Railway CLI to scaffold services and attach databases. This workflow provisions environments end-to-end, creating new projects or linking existing ones while reducing manual steps and human error during deployment.

When should I initialize a new Railway project versus linking an existing one?

Initialize a new Railway project when starting fresh, or link an existing one to connect your local workspace. The automation applies guiding decision logic to determine the correct flow, ensuring you provision services and attach databases correctly.

Can I attach a database automatically when scaffolding a Railway service?

You can attach databases as part of service provisioning during Railway project setup. The workflow outputs concrete CLI steps and configuration guidance to scaffold services and provision database resources for your deployment environments.

What are the prerequisites for automating Railway deployment workflows?

Prerequisites for automating Railway deployment workflows include having the Railway CLI installed and configured. The automation enforces these requirements, guiding you through init versus link decisions and providing concrete CLI steps to provision projects and services.

Does this Railway setup automation work with existing local workspaces?

This Railway setup automation works with existing local workspaces by using the link flow to connect your current project. It scaffolds new services and provisions databases through the Railway CLI, applying decision logic to manage your deployment environments.