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