feat: add railway skills command for installing agent skills#847
Merged
m-abdelwahab merged 1 commit intomasterfrom Apr 17, 2026
Merged
feat: add railway skills command for installing agent skills#847m-abdelwahab merged 1 commit intomasterfrom
railway skills command for installing agent skills#847m-abdelwahab merged 1 commit intomasterfrom
Conversation
Installs Railway agent skills so AI coding agents (Claude Code, Cursor, Codex, OpenCode, and any tool that supports .agents/skills) can work with Railway more effectively. - `railway skills install` (alias: `update`) installs globally to ~/.agents/skills plus any detected tool directories - `railway skills remove` removes installed skills - `--agent <slug>` targets specific tools instead of auto-detection - Root-level `railway --help` surfaces a tip pointing users at the command Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
railway skills(alias:install,update. both run the same install flow;updatereads more naturally when re-running to pick up upstream changes) which installs Railway agent skills into~/.agents/skillsand any detected AI-coding-tool directories (Claude Code, Cursor, Codex, OpenCode).railway skills removeto cleanly uninstall.--agent <slug>targets a specific tool instead of auto-detection. Valid slugs:universal,claude-code,codex,opencode,cursor.railway --helpsurfaces a tip pointing users at the command.Usage
Discovery — tip in
railway --help:Default install — writes to
~/.agents/skillsplus any detected tool dirs:Re-running via the
updatealias picks up upstream changes:Target a specific tool with
--agent <slug>:Unknown agent errors with the valid list:
Uninstall:
Help —
railway skills --help:Test plan
cargo buildandcargo clippypassrailway skills installinstalls to~/.agents/skillsplus any detected tool dirsrailway skills updatebehaves identically torailway skills installrailway skills install --agent claude-codeinstalls only to Claude Coderailway skills install --agent boguserrors with the valid-agents listrailway skills removecleans up all installed skills; re-running hits the "not installed, skipping" branchrailway --helpshows the tip right below "Interact with Railway via CLI"🤖 Generated with Claude Code