railway-docs
This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to answer accurately.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install railwayapp-railway-skills-railway-docs
Repository
Skill path: plugins/railway/skills/railway-docs
This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to answer accurately.
Open repositoryBest for
Primary workflow: Write Technical Docs.
Technical facets: Full Stack, Tech Writer.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: railwayapp.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install railway-docs into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/railwayapp/railway-skills before adding railway-docs to shared team environments
- Use railway-docs for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: railway-docs description: This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to answer accurately. --- # Railway Docs 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` |