Quick Start
This guide helps you install Rig, browse your local agent skills, and connect usage tracking.
Install the App
-
Open the downloaded
.dmg. -
Drag
Riginto yourApplicationsfolder. -
Launch Rig.
Browse Your First Skills
Rig automatically checks these default skill roots:
~/.agents/skills~/.config/opencode/skills~/.claude/skills
Open the Skills view, choose Global, and select a skill from the sidebar to inspect its metadata and content.
Install Plugins
Plugins let Rig track which agent skills are actually being used.
OpenCode
Add rig-opencode to your OpenCode config. The config file is usually at ~/.config/opencode/opencode.json.
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["rig-opencode"]
}Restart OpenCode after saving the config. OpenCode installs npm plugins automatically at startup.
Claude Code
Add the Rig Claude Code marketplace and install the plugin:
/plugin marketplace add builder-mafia/rig
/plugin install rig-claude-code@rig
/reload-pluginsNext Steps
- Learn how Skill Roots work
- Learn how Usage Tracking works
Last updated on