|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

railway skills [COMMAND] [OPTIONS]

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

railway skills install

Install skills for a specific tool

railway skills install --agent cursor

Install skills for multiple tools

railway skills install --agent claude-code --agent copilot

Update existing skills

railway skills update

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

Remove skills

railway skills remove

Remove skills from a specific tool

railway skills remove --agent cursor