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 davila7(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from davila7/claude-code-templates (cli-tool/components/skills/railway/railway-docs/SKILL.md). Install upstream with npx skills add davila7/claude-code-templates --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/davila7-claude-code-templates-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.

davila7-claude-code-templates-railway-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "davila7-claude-code-templates-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": "davila7",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "railway",
      "documentation",
      "docs",
      "help",
      "reference",
      "learning",
      "skills-sh"
    ],
    "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": "skills.sh",
      "repository": "https://github.com/davila7/claude-code-templates",
      "path": "cli-tool/components/skills/railway/railway-docs/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/davila7/claude-code-templates/blob/HEAD/cli-tool/components/skills/railway/railway-docs/SKILL.md",
      "key": "davila7/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/davila7-claude-code-templates-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.