|Docs

railway skills

Install or remove the Railway agent skills for AI coding tools such as Claude Code, Cursor, OpenAI Codex, and OpenCode.

Skills are always installed to ~/.agents/skills (the universal .agents directory). They are also installed to any detected tool directories (for example ~/.claude/skills, ~/.cursor/skills). Use --agent to target specific tools instead of auto-detection.

Usage

Running railway skills with no subcommand is equivalent to railway skills install.

Subcommands

SubcommandAliasesDescription
installadd, updateInstall or update Railway agent skills
removerm, uninstallRemove Railway agent skills

Options

FlagDescription
--agent <AGENT>Target specific agent(s) instead of auto-detection. Can be passed multiple times

Supported agents

AgentValueInstall location
Universal (.agents)universal~/.agents/skills
Claude Codeclaude-code~/.claude/skills
Cursorcursor~/.cursor/skills
OpenAI Codexcodex~/.codex/skills
OpenCodeopencode~/.config/opencode/skills

When run without --agent, the universal .agents directory is always included, and other tools are added when their config directory exists on disk.

Examples

Install skills for detected tools

Install skills for a specific tool

Install skills for multiple tools

Update existing skills

update is an alias for install and re-downloads the latest skills from the upstream repository.

Remove skills

Remove skills from a specific tool