MCPcopy
hub / github.com/github/awesome-copilot / SkillsData

Interface SkillsData

website/src/scripts/modal.ts:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54interface SkillsData {
55 items: SkillItem[];
56}
57
58let skillsCache: SkillsData | null | undefined;
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected