Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ The Railway CLI allows you to:

And more.

## Agent Skills

Install [Railway agent skills](https://agentskills.io) for AI coding tools (Claude Code, Cursor, Codex, OpenCode, and more):

```bash
railway skills
```

Use `--agent` to target a specific tool:

```bash
railway skills --agent claude-code
```

You can also install via [skills.sh](https://skills.sh/railwayapp/railway-skills/use-railway):

```bash
npx skills add https://github.com/railwayapp/railway-skills --skill use-railway
```

## Documentation

[View the CLI guide](https://docs.railway.com/guides/cli)
Expand Down
1 change: 1 addition & 0 deletions src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub mod run;
pub mod scale;
pub mod service;
pub mod shell;
pub mod skills;
pub mod ssh;
pub mod starship;
pub mod status;
Expand Down
Loading
Loading