.agents/skills/railway-docs/SKILL.md
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.
npx skillsauth add sethdavis512/iridium-tambo railway-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch up-to-date Railway documentation to answer questions accurately.
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 |
Append .md to any docs.railway.com URL:
https://docs.railway.com/guides/projects
→ https://docs.railway.com/guides/projects.md
| 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 |
tools
Build with Tambo in an existing React app. Use for existing codebases (providers, env vars, components, threads, tools). For brand-new apps, use generative-ui.
devops
This skill should be used when the user asks "railway status", "is it running", "what's deployed", "deployment status", or about uptime. NOT for variables ("what variables", "env vars", "add variable") or configuration queries - use environment skill for those.
development
This skill should be used when the user asks about service status, wants to rename a service, change service icons, link services, or create services with Docker images. For creating services with local code, prefer the `new` skill. For GitHub repo sources, use `new` skill to create empty service then `environment` skill to configure source.
development
Build full-stack React applications using React Router's framework mode. Use when configuring routes, working with loaders and actions, handling forms, handling navigation, pending/optimistic UI, error boundaries, or working with react-router.config.ts or other react router conventions.