Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
interface
SkillsData {
55
items: SkillItem[];
56
}
57
58
let
skillsCache: SkillsData | null | undefined;
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected