Initial public release of Skill Vault: a self-hostable, semantic skill registry for AI agents over a single MCP endpoint.
Release v0.1.0 — CI green (all checks passing).
Highlights
- 7 MCP tools (search/get/publish/update/delete/list_my/list_global) over stdio + streamable-http
- Semantic search via local all-MiniLM-L6-v2 embeddings (sqlite-vec default, pgvector drop-in)
- Per-agent API keys (sha256-at-rest) + global/personal scope enforcement
- Trust layer: sha256 content integrity + ed25519 signatures (verified/user/public tiers)
- Web dashboard, homepage, /configure MCP guide
- 17 curated seed skills (1 verified), seed CLI
- Two-process deploy: Docker, systemd + no-systemd launcher, backup/restore
- 111 tests, 88.88% coverage, CI green
See CHANGELOG.md and the README for full details.