Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ InstallGroup
Interface
InstallGroup
src/skill-manager.ts:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
interface
InstallGroup {
21
source: string;
22
names: string[];
23
}
24
25
function
normalizeName(value: string): string {
26
return
value.trim().toLowerCase();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected