templates

Deploy services from template codes via the Railway API.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GaryOcean428/vex-agent --skill templates-garyocean428
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/GaryOcean428/vex-agent/tree/main/.agents/skills/templates
Command: npx skills add https://github.com/GaryOcean428/vex-agent --skill templates-garyocean428

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new services to your Railway projects by leveraging pre-configured templates, eliminating the need for manual setup.

Core Features & Use Cases

  • One-Click Deployments: Quickly deploy common services like databases (Postgres, Redis), CMS platforms (Ghost, Strapi), and monitoring tools (Uptime Kuma) using their template codes.
  • Template Discovery: Search for available templates based on category or keywords.
  • Use Case: You need to add a PostgreSQL database to your project. You can use this Skill to find the postgres template code and deploy it with a single command.

Quick Start

Use the templates skill to deploy a PostgreSQL database.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I deploy a PostgreSQL database to a Railway project?

To deploy a PostgreSQL database to Railway, you use the templates skill to fetch the predefined `postgres` template code and execute a deployment mutation via the Railway API. This eliminates manual database setup processes.

Can I use templates to add CMS platforms like Ghost or Strapi to Railway?

Yes, you can use templates to add CMS platforms like Ghost and Strapi to Railway. The skill leverages predefined codes and configurations to facilitate one-click deployments for these services within your project.

What services are available for one-click deployment from the template marketplace?

Available services for one-click deployment include databases like Postgres and Redis, CMS platforms like Ghost and Strapi, and monitoring tools like Uptime Kuma. You can discover these by searching based on category or keywords.

How do I find a specific template code for a monitoring tool on Railway?

You find a specific template code by using the template discovery feature, which allows you to search for available templates based on category or keywords like monitoring tools before executing the deployment mutation.

Does deploying services from templates on Railway require manual configuration?

Deploying services from templates on Railway does not require manual configuration. The skill uses predefined codes and configurations to simplify adding databases, storage, and automation tools to your project.