MCPcopy 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
20interface InstallGroup {
21 source: string;
22 names: string[];
23}
24
25function normalizeName(value: string): string {
26 return value.trim().toLowerCase();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected