MCPcopy Create free account
hub / github.com/github/awesome-copilot / SkillFile

Interface SkillFile

website/src/scripts/pages/skills.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21} from './skills-render';
22
23interface SkillFile {
24 name: string;
25 path: string;
26}
27
28interface Skill extends Omit<RenderableSkill, 'files'> {
29 files: SkillFile[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected