Agent skill registry

Install once. Use the skill everywhere

Skillrack keeps canonical skill copies, provenance, dependencies, digests, and managed links in one place

curl -fsSL https://capturecontext.dev/tools/skillrack/install.sh | sh

macOS 15+ · Installs the verified universal binary to ~/.local/bin

A registry instead of a pile of copies

Skills often end up duplicated across tools, disconnected from their source, and difficult to verify. Skillrack gives that shared infrastructure a home

Canonical copies

Install a local or Git-hosted skill once and keep one managed version in the registry

Managed links

Link the same installed skill into Codex, Claude, or custom directories without making another copy

Drift detection

Recorded digests make it easy to verify whether a skill or one of its managed links has changed

Guided when you want it

Leave out what you don’t know yet

Run an incomplete command in a terminal and Skillrack asks for the source, lets you choose detected skills, and confirms decisions that deserve a second look

Interactive mode

skillrack install

Local path or remote Git URL:

./my-skill

Select root skills to install:

grill-meSharpen a plan or design.

handoffPrepare context for another agent.

teachTeach a skill or concept.

Space to toggle · Enter to confirm · a to toggle all

Transparent enough to trust

The registry records where a skill came from, resolves nested dependencies once, and owns only the links it created

Install

Skillrack detects SKILL.md, resolves declared dependencies, and stores provenance with a content digest

Link

Supported tools receive symlinks to the canonical registry copy, so every consumer sees the same skill

Verify

Inspect metadata or run verification to find missing links, damaged content, and unexpected drift

How to use it

Three commands from source to every tool

Install a skill, link the canonical copy to its consumers, then verify that both content and links still match the registry

  1. 01
    skillrack install ./my-skill
  2. 02
    skillrack link my-skill --tool codex --tool claude
  3. 03
    skillrack verify

Open source

Inspect the registry model or build Skillrack from source

View on GitHub