empirical kit.
Create and manage reusable Skills Kits, add git sources, activate a Kit on this device, and sync Skills into your coding agents.
What Kits do
A Kit is a named collection of agent Skills. It can combine authored Skills with valid SKILL.md files discovered from git sources, then resolve and sync that set to the agents detected on your device.
Create and add a source
Create a Kit, then add a repository containing one or more SKILL.md files. Sources can be pinned to a ref and optional subpath.
empirical kit create "My Team Kit"
empirical kit add-source "My Team Kit" https://github.com/example/skills.git
empirical kit add-source "My Team Kit" https://github.com/example/skills.git --ref main --path skills
empirical kit list
Activate and sync
Use a Kit to make it active on this device and sync its Skills. Run a dry run before applying changes. Interactive syncs review new or changed external Skills; quiet syncs are intended for automation.
empirical kit use "My Team Kit"
empirical kit sync --dry-run
empirical kit sync
empirical kit sync --quiet
Devices and autosync
Inspect devices registered to a Kit, enable or disable autosync, and deactivate a device when it should no longer receive Kit Skills. Use the top-level inventory commands to see resolved Skills and devices across Kits.
empirical kit autosync "My Team Kit" on
empirical kit devices "My Team Kit"
empirical kit deactivate "My Team Kit" <device-id>
empirical skill list
empirical device list
empirical device show <device-id>
Last updated: July 24, 2026