Versions in this module Expand all Collapse all v0 v0.7.0 May 2, 2026 v0.6.0 Apr 30, 2026 Changes in this version + const MarkerFile + func AsSkillEmits(r *Registry) []platform.SkillEmit + type Guide struct + Body string + Checksum string + Description string + Raw []byte + Scope Scope + Slug string + Version int + type Registry struct + func Default() *Registry + func Load(fsys fs.FS, dir string) (*Registry, error) + func (r *Registry) All() []Guide + func (r *Registry) AllAtScope(s Scope) []Guide + func (r *Registry) Get(slug string) (Guide, error) + func (r *Registry) IsReservedSlug(slug string) bool + func (r *Registry) List() []Summary + type Scope string + const ScopeProject + const ScopeUser + type Summary struct + Checksum string + Description string + Scope Scope + Slug string + Version int