Skip to Content
DocsIntroduction

Rig Documentation

Rig is a local desktop workspace for the SKILL.md files used by Claude Code, Codex, OpenCode, and your projects.

Use it to see which skills your agents actually use, inspect every instruction, share skills without packaging zip files, update remote skills, and restore versions saved by Rig.

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

  • Usage tracking: Record skill names, providers, and timestamps through local agent integrations
  • Multiple providers: Browse skills from Claude Code, Codex, OpenCode, and project folders together
  • Simple sharing: Copy an npx skills command or an AI-ready install prompt
  • Safe updates: Check tracked remote skills and choose when to install an update
  • Rig version history: Compare and restore snapshots created during Rig updates and restores
  • Usage Tracking - Understand tracking, install an integration, and verify it
  • Skill Roots - Understand provider folders and added projects
Last updated on