Rig is a local-first desktop app for organizing scattered agent SKILL files before they become a mess.
Browse every local skill from one place, edit files without jumping between folders, and track which skills are actually being used.
Agent SKILL files are powerful, but they are easy to lose track of once they spread across projects, config folders, and local experiments.
Rig gives you one focused desktop workspace for finding, editing, and understanding the skills already living on your machine.
- Browse local SKILL files Discover and inspect SKILL files from one place.
- Edit skills directly Update SKILL files in place without switching between folders and editors.
- Track skill usage See invocation counts and understand which skills are actually being used.
- Download the latest macOS app from the Rig releases page.
- Open the downloaded
.dmgfile. - Drag Rig into Applications.
- Launch Rig.
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.
Add the Rig Claude Code marketplace and install the plugin:
# Add the Rig marketplace
/plugin marketplace add builder-mafia/rig
# Install the Rig Claude Code plugin
/plugin install rig-claude-code@rig
# Reload the plugins
/reload-pluginsSee LICENSE.
