Changelog
Release notes for the SkillHub command line and registries.
- v0.11.0
From prototype to product
The dashboard stopped pretending — activity, notifications, analytics, machines, registries, and versions all became real, backend-backed features.
- web
- api
- cli
- security
- v0.10.0
Docs mode-selector and a live API playground
The docs sidebar became a color-coded mode selector, and the API section gained a live, interactive OpenAPI playground.
- docs
- api
- v0.9.0
A beautiful docs site
A top-to-bottom docs polish — a fresh isolated Fumadocs 16 site, real screenshots and GIFs from the live app, and a first-screen README.
- docs
- v0.8.0
Forgiving imports and skill metadata
Importing real-world GitHub repos is now robust — benign spec issues become override-able warnings, and one bad skill no longer blocks the rest.
- cli
- import
- security
- v0.7.0
A documentation site
A documentation site with a full CLI reference, concept guides, and a statically-driven changelog with RSS and Atom feeds.
- docs
- v0.6.0
The web dashboard
A browser dashboard for registries, skills, and version diffs — the same typed API the CLI uses.
- web
- dashboard
- v0.5.0
Proven end-to-end
A scripted demo boots the whole stack and runs the full round-trip — publish, install, sync — with a clean git status throughout.
- infra
- v0.4.0
Install from GitHub and skills.sh
Reach the whole ecosystem — install straight from GitHub repos and the skills.sh index, and import them into your registries with provenance.
- cli
- sources
- import
- v0.3.0
The command line
The full CLI — authenticate, publish, install, and sync skills into any coding agent, without ever touching your repo.
- cli
- publishing
- v0.2.0
The registry
A working registry — publish, resolve, and sync skills over one typed API, with device-flow auth and a safety-checked publish pipeline.
- api
- registries
- security
- v0.1.0
The foundations
The core building blocks — a strict skill validator, deterministic content-hashed packaging, and the single branding seam.
- core