Skip to Content
DocsIntroduction

Rig Documentation

Rig is a local-first desktop app for organizing scattered agent SKILL.md files before they become a mess.

It gives you one place to browse local skills, inspect their content, import project-specific skill roots, and understand which skills are actually being used by your agent tools.

What Rig Tracks

Rig focuses on agent skills stored as SKILL.md files. A valid skill should include YAML frontmatter with a name and description, followed by non-empty markdown content.

--- name: example-skill description: Use this skill when you need a concrete example. --- Skill instructions live here.

Features

  • Global skill discovery: Browse skills from ~/.agents/skills, ~/.config/opencode/skills, and ~/.claude/skills
  • Repository imports: Add any local folder as a project-specific skill root
  • Skill inspection: Read skill names, descriptions, validation state, paths, and markdown content
  • Usage analytics: Review total fires, active skills, least-used skills, and usage trends from local logs
  • Agent integrations: Record usage from OpenCode and Claude Code with Rig plugins
  • Quick Start - Install Rig and learn the basic workflow
  • Skill Roots - Understand default and imported roots
  • Usage Tracking - Learn how usage data is recorded and displayed
  • Plugins - Connect OpenCode and Claude Code
Last updated on