What problem does it solve? Railway's platform evolves quickly, and answering questions from memory risks outdated or incorrect information about deployments, variables, builders, and pricing. This Skill fetches current Railway documentation so answers reflect the live docs. ## Core Features & Use Cases - LLM-optimized doc sources: Pulls from Railway's llms.txt endpoints and appends .md to any docs.railway.com URL for clean, parseable content. - Configuration references: Includes detailed references for EnvironmentConfig JSON patches, monorepo deployment strategies, Railpack builder detection, and variable templating syntax. - Use Case: A user asks how to deploy a pnpm monorepo with shared packages on Railway. The Skill consults the monorepo reference to recommend custom build commands with watch paths instead of a root directory, avoiding broken builds. ## Quick Start Ask how to configure replicas across regions on Railway and have the current docs fetched to answer.