What problem does it solve? Provisioning and wiring up databases on Railway involves multiple GraphQL API calls, template lookups, and variable references that are easy to get wrong. This Skill automates the entire flow of adding official Railway database templates and connecting them to your services. ## Core Features & Use Cases - Database Provisioning: Deploy official Railway templates for PostgreSQL, Redis, MySQL, and MongoDB with pre-configured volumes, networking, and connection variables. - Duplicate Detection: Checks existing services via environment config before creating anything, preventing accidental duplicate databases. - Service Wiring: Connects backend services to databases using private-network reference variables like ${{Postgres.DATABASE_URL}}. - Use Case: A user says "add postgres and connect to my server" — the Skill checks for an existing Postgres instance, deploys the template if missing, waits for deployment, and stages the DATABASE_URL variable reference on the target service. ## Quick Start Ask the assistant to add a Postgres database to your Railway project and connect it to your backend service.