Skip to content
Skillv1.0.0

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.

by cocyuhao(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from cocyuhao/ai-dev-tooling-research-archive (claude-code-templates/cli-tool/components/skills/railway/railway-docs/SKILL.md). Install upstream with npx skills add cocyuhao/ai-dev-tooling-research-archive --skill railway-docs. Copyright stays with the author (MIT).

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/cocyuhao-ai-dev-tooling-research-archive-railway-docs/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

cocyuhao-ai-dev-tooling-research-archive-railway-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "cocyuhao-ai-dev-tooling-research-archive-railway-docs",
  "kind": "skill",
  "name": "railway-docs",
  "description": "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.",
  "publisher": "cocyuhao",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "railway",
      "documentation",
      "docs",
      "help",
      "reference",
      "learning",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/cocyuhao/ai-dev-tooling-research-archive",
      "path": "claude-code-templates/cli-tool/components/skills/railway/railway-docs/SKILL.md",
      "ref": "f4a24bd1ab047411d4ae57ee9a96701a7706e779",
      "url": "https://github.com/cocyuhao/ai-dev-tooling-research-archive/blob/f4a24bd1ab047411d4ae57ee9a96701a7706e779/claude-code-templates/cli-tool/components/skills/railway/railway-docs/SKILL.md",
      "key": "cocyuhao/ai-dev-tooling-research-archive/claude-code-templates/cli-tool/components/skills/railway/railway-docs/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Railway Documentation\n\nFetch up-to-date Railway documentation to answer questions accurately.\n\n## When to Use\n\n- User asks how something works on Railway (projects, deployments, volumes, etc.)\n- User shares a docs.railway.com URL\n- User needs current info about Railway features or pricing\n- Before answering Railway questions from memory - check the docs first\n\n## LLM-Optimized Sources\n\nStart here for comprehensive, up-to-date info:\n\n| Source             | URL                                         |\n| ------------------ | ------------------------------------------- |\n| **Full docs**      | ",
  "cost": {
    "context_tokens": 411
  }
}

Fetch it by URL: GET /api/v1/registry/cocyuhao-ai-dev-tooling-research-archive-railway-docs/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

railway-docs - Skill - OpenSmartRoute