Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/awesome-copilot
/ SkillItem
Interface
SkillItem
website/src/scripts/modal.ts:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
interface
SkillItem extends ResourceItem {
49
id: string;
50
skillFile: string;
51
files: SkillFile[];
52
}
53
54
interface
SkillsData {
55
items: SkillItem[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected