Logs Rig skill usage data to a file after each skill event and on every user prompt, enabling local analytics of which skills are used.
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.
Rig is currently in MVP development.
.dmg file.Rig tracks skill usage when OpenCode or Claude Code writes usage events to:
~/.rig/usage.jsonl
The desktop app reads this file automatically.
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:
/plugin marketplace add builder-mafia/rig
/plugin install rig-claude-code@rig
For local development, use the repository path with /plugin marketplace add ./path/to/rig.
pnpm install
pnpm dev:app
See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub builder-mafia/rig --plugin rig-claude-codeMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques