Loading...
Loading...
Read and search Railway's product changelog. Use when the user asks about recent Railway changes, new features, what shipped, "what's new", release history, or wants to look up a specific changelog entry.
npx skill4agent add railwayapp/railway-skills changeloghttps://railway.com/llms-changelog.md# Railway Product Changelog <Title>
- Title: <title>
- Number: #<4-digit number>
- Link: https://railway.com/changelog/<slug>.md
- Date: <M/D/YYYY>
----------------------------------------.mdhttps://railway.com/changelog/<slug>.md---
title: "<title>"
date: <YYYY-MM-DD>
number: <4-digit number>
url: https://railway.com/changelog/<slug>
---https://railway.com/llms-changelog.md.md| Intent | Action |
|---|---|
| "What's new" / "latest changelog" / "recent changes" | Fetch index, return top 3-5 entries with titles and dates |
| "Tell me about <feature>" | Fetch index, find matching entry by title, fetch that entry's |
| "What shipped on <date>" | Fetch index, find entry matching the date, fetch full content |
| "Summarize changelog #<number>" | Fetch index, find by number, fetch full content |
| "What's the changelog URL" | Return |
WebFetchcurl.mdhttps://railway.com/changelog/<slug>.md