railway-docs
About
This skill fetches current Railway documentation to answer questions about features, functionality, or specific docs URLs. It ensures developers receive accurate, up-to-date information directly from Railway's official sources. Use it when users ask how Railway works or reference Railway documentation.
Quick Install
Claude Code
Recommended/plugin add https://github.com/davila7/claude-code-templatesgit clone https://github.com/davila7/claude-code-templates.git ~/.claude/skills/railway-docsCopy and paste this command in Claude Code to install this skill
Documentation
Railway Documentation
Fetch up-to-date Railway documentation to answer questions accurately.
When to Use
- User asks how something works on Railway (projects, deployments, volumes, etc.)
- User shares a docs.railway.com URL
- User needs current info about Railway features or pricing
- Before answering Railway questions from memory - check the docs first
LLM-Optimized Sources
Start here for comprehensive, up-to-date info:
| Source | URL |
|---|---|
| Full docs | https://docs.railway.com/api/llms-docs.md |
| llms.txt index | https://railway.com/llms.txt |
| Templates | https://railway.com/llms-templates.md |
| Changelog | https://railway.com/llms-changelog.md |
| Blog | https://blog.railway.com/llms-blog.md |
Fetching Specific Pages
Append .md to any docs.railway.com URL:
https://docs.railway.com/guides/projects
→ https://docs.railway.com/guides/projects.md
Common Doc Paths
| Topic | URL |
|---|---|
| Projects | https://docs.railway.com/guides/projects.md |
| Deployments | https://docs.railway.com/guides/deployments.md |
| Volumes | https://docs.railway.com/guides/volumes.md |
| Variables | https://docs.railway.com/guides/variables.md |
| CLI | https://docs.railway.com/reference/cli-api.md |
| Pricing | https://docs.railway.com/reference/pricing.md |
GitHub Repository
Related Skills
railway-database
MetaThis skill adds official Railway database services (Postgres, Redis, MySQL, MongoDB) with pre-configured volumes and connection variables. Use it when developers request to add, connect, or wire up databases in their Railway projects. It specifically handles database services while directing other templates to the separate railway-templates skill.
railway-deployment
MetaThis Claude Skill manages Railway deployments for lifecycle operations and troubleshooting. It enables developers to view logs, redeploy, restart, or remove deployments through Railway CLI commands. Use it for deployment visibility and debugging, but note that deleting services requires the railway-environment skill instead.
railway-new
MetaThis skill creates and configures Railway projects and services, handling both initial setup and adding services to existing projects. It triggers when users mention deployment, initialization, or GitHub linking to Railway. Use it for infrastructure scaffolding, but employ a separate skill specifically for database creation.
railway-status
MetaThis skill checks the current deployment status and uptime of Railway projects in the current directory. It's triggered by queries like "railway status," "what's deployed," or questions about deployment status and uptime. Use the separate railway-environment skill for configuration or variable queries instead.
