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

Interface PackConfig

src/pack-config.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface PackConfig {
11 name: string;
12 description: string;
13 version: string;
14 prompts: string[];
15 skills: SkillEntry[];
16}
17
18export const PACK_FILE = "skillpack.json";
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected