Claude-code-templates railway-docs
Fetch up-to-date Railway documentation to answer questions accurately. Use when user asks about Railway features, how Railway works, or shares a docs.railway.com URL.
install
source · Clone the upstream repo
git clone https://github.com/davila7/claude-code-templates
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davila7/claude-code-templates "$T" && mkdir -p ~/.claude/skills && cp -r "$T/cli-tool/components/skills/railway/railway-docs" ~/.claude/skills/davila7-claude-code-templates-railway-docs && rm -rf "$T"
manifest:
cli-tool/components/skills/railway/railway-docs/SKILL.mdsource content
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 | |
| llms.txt index | |
| Templates | |
| Changelog | |
| Blog | |
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 | |
| Deployments | |
| Volumes | |
| Variables | |
| CLI | |
| Pricing | |