MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / createDefaultConfig

Function createDefaultConfig

src/pack-config.ts:24–35  ·  view source on GitHub ↗
(
  name: string,
  description: string,
)

Source from the content-addressed store, hash-verified

22}
23
24export function createDefaultConfig(
25 name: string,
26 description: string,
27): PackConfig {
28 return {
29 name,
30 description,
31 version: "1.0.0",
32 prompts: [],
33 skills: [],
34 };
35}
36
37function validateSkillEntry(
38 value: unknown,

Callers 2

runCommandFunction · 0.85
interactiveCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected