Manage versioned skill distribution across your team. Push skill folders to the cloud, install from the registry, sync to latest versions, and rollback when things break.Documentation Index
Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt
Use this file to discover all available pages before exploring further.
Registry push, install, and rollback require the Pro plan or higher. The
shared installation map and broader team oversight surfaces are still
strongest on Team.
Commands
registry push
Archive the current skill folder and push it as a new version.SKILL.md). The entire folder is archived — SKILL.md, scripts, assets, references.
| Flag | Description |
|---|---|
--version=<semver> | Explicit version (default: auto-generated) |
--summary=<text> | Change summary for this version |
registry install
Download and install a skill from the registry.| Flag | Description |
|---|---|
--global | Install to ~/.claude/skills/ (available everywhere) |
.claude/skills/<name>/ in the current project.
GitHub installs use your local git credentials and do not require a cloud registry entry:
- If the repo contains exactly one
SKILL.md, selftune installs it automatically. - If the repo contains multiple skills, selftune reports the available paths and asks for
//path. - Direct GitHub installs are not tracked by
registry syncbecause they bypass the cloud registry.
registry sync
Check all installed entries for updates and pull latest versions.registry status
Show installed entries with version drift.registry rollback
Rollback a skill to a previous version.| Flag | Description |
|---|---|
--to=<version> | Target a specific version (default: previous) |
--reason=<text> | Record why the rollback happened |
selftune registry sync to get the reverted version.
registry history
Show version timeline for a skill.registry list
Show all published entries in the org’s registry.Output format
All registry commands output JSON for agent consumption:Local state
Installation state is tracked at~/.selftune/registry-state.json. This file maps entry IDs to installed version hashes and paths, enabling the lightweight sync check.
Prerequisites
- Authenticated via
selftune alpha upload(API key configured) - Push/rollback: Pro plan + admin role
- Install: Pro plan or higher