railway-deploy

Deploy Lucid Agents to Railway with GitHub repo creation and domain provisioning.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/reflecterlabs/skills_and_mcps --skill railway-deploy-reflecterlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: railway-deploy
Source: https://github.com/reflecterlabs/skills_and_mcps/tree/main/skills/daydreams/railway-deploy
Command: npx skills add https://github.com/reflecterlabs/skills_and_mcps --skill railway-deploy-reflecterlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end deployment workflow for Lucid Agents by creating a GitHub repository, provisioning and linking a Railway project, configuring services with environment variables, deploying to production, and provisioning a domain.

Core Features & Use Cases

  • Automates GitHub repository creation and initial commit for a new agent.
  • Links the repository to a Railway project and sets up the deployment environment.
  • Creates and configures a Railway service with required environment variables and tokens.
  • Deploys the service to Railway, generates a production domain, and performs post-deploy checks.
  • Suitable for onboarding new agents, standardizing deployment pipelines, and accelerating portfolio-ready deployments.

Quick Start

Initiate the railway-deploy skill from the meta-skill interface, provide your agent-name and project context, and follow prompts to:

  • Create the GitHub repository at the specified owner/repo
  • Link the repo to a Railway project and configure environment variables
  • Create and deploy the Railway service and obtain the production domain
  • Verify deployment health using the provided domain and health endpoints

Frequently Asked Questions about railway-deploy

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

FAQPage Schema
How do I automate Railway deployment from a GitHub repository?

To automate Railway deployment, you link a GitHub repository to a Railway project, configure the service with required environment variables and tokens, then deploy to production to generate a live domain.

What do I need to set up before deploying to Railway with GitHub?

Before deploying to Railway, you need the GitHub CLI and Railway CLI installed, valid login credentials for both platforms, and a defined set of environment variables to configure the service.

Does deploying to Railway automatically provision a production domain?

Yes, deploying to Railway automatically provisions a production domain. The process includes creating the Railway service, deploying the code, and generating the domain along with post-deploy health checks.

How do I configure environment variables for a Railway service?

Configuring environment variables for a Railway service happens during the project linking phase, where required tokens and variables are set to ensure the deployed application has the necessary runtime configuration.

What is the best way to standardize deployment pipelines for new agents?

Standardizing deployment pipelines involves automating the full workflow from GitHub repo creation and Railway project linking to service configuration, environment variable setup, and final domain provisioning.