Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ RegistryData
Interface
RegistryData
src/runtime/registry.ts:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
export
interface
RegistryData {
40
packs: RegistryEntry[];
41
}
42
43
// ---------------------------------------------------------------------------
44
// Paths
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected