The Registry page in the selftune Cloud dashboard provides a centralized view of your team’s skill catalog with versioned distribution and quality tracking.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 publishing and installs are available on Pro and higher. The
shared installation map and team-wide coordination surfaces are most useful on
Team.
Registry list
The main registry page shows a table of all published entries:| Column | Description |
|---|---|
| Name | Skill name with description |
| Type | skill, agent, or prompt |
| Version | Current version number |
| Pass Rate | Aggregate pass rate from team usage (color-coded) |
| Trend | Direction arrow (improving, stable, regressing) |
| Evals | Total evaluation count |
| Updated | Last push date |
Entry detail
The detail page shows three sections:Header
Big numbers at the top: pass rate, eval count, and installation count across your team.Version timeline
Every version ever pushed, ordered newest first. Each version shows:- Version number with status badge (current, previous, rolled back)
- Pass rate from aggregate team usage
- Session count
- Change summary (if provided on push)
- Rollback reason (if rolled back)
Installation map
Shows which team members have which version installed:| Column | Description |
|---|---|
| User | Team member name |
| Device | Machine identifier |
| Version | Installed version |
| Status | ”up to date” or “behind” |
| Last Synced | When they last synced |
Auto-rollback
If a new version’s pass rate drops more than 15% below the previous version (with at least 20 evaluations), selftune automatically rolls back to the previous version. The rollback is recorded in the audit log and an alert is fired to org admins.Workflow
- Creator pushes a skill via
selftune registry push - Team members sync via
selftune registry sync(or auto-sync on session start) - selftune grades the skill as team members use it
- Quality aggregates per version in the dashboard
- Regressions detected — auto-rollback or manual rollback from the dashboard