railway-docs
について
このスキルは、Railwayの機能や仕様、特定のドキュメントURLに関する質問に答えるために、最新のRailwayドキュメントを取得します。開発者がRailwayの公式情報源から正確かつ最新の情報を直接受け取れるようにします。ユーザーがRailwayの動作方法について尋ねたり、Railwayドキュメントを参照する際にご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/davila7/claude-code-templatesgit clone https://github.com/davila7/claude-code-templates.git ~/.claude/skills/railway-docsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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 リポジトリ
関連スキル
railway-new
メタThis 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-database
メタThis 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
メタThis 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-status
メタThis 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.
