rwx skill install
Install the RWX agent skill at the project level.
In most cases, the skill will be installed to .agents/skills/rwx/SKILL.md in your current project, and we recommend checking it in to your version control system to share with your team.
The decision on where to install the skill is based on the presence of the following folders in the project :
.agents | .claude | Action |
|---|---|---|
| ✅ | ❌ | Install to .agents/skills/rwx/SKILL.md |
| ❌ | ✅ | Install to .claude/skills/rwx/SKILL.md |
| ✅ | ✅ | Install to .agents/skills/rwx/SKILL.md and create symlink from .claude/skills/rwx/SKILL.md |
| ❌ | ❌ | Install to .agents but prompt for symlink confirmation |
Most coding agents can auto-discover skills in the .agents/skills folder, but Claude Code looks under .claude/skills, so if you or members of your team are using Claude Code, we recommend adding the symlink.
Usage
rwx skill install [flags]
Options
-y, --yes
Skip the confirmation prompt.
--symlink <target>
Force a .claude/skills symlink even if .claude doesn't exist yet. Use "claude" as the value.
Other popular coding agents can automatically discover skills in `.agents, but if you're looking for another symlink target option, let us know.
Global Options
--output <format>
Output format: text or json. Defaults to text.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.