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

Interface SkillFile

website/src/scripts/modal.ts:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41const resourceDataCache: Record<string, ResourceData | null> = {};
42
43interface SkillFile {
44 name: string;
45 path: string;
46}
47
48interface SkillItem extends ResourceItem {
49 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected