MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getInvokedSkills

Function getInvokedSkills

src/bootstrap/state.ts:1526–1528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1524}
1525
1526export function getInvokedSkills(): Map<string, InvokedSkillInfo> {
1527 return STATE.invokedSkills
1528}
1529
1530export function getInvokedSkillsForAgent(
1531 agentId: string | undefined | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected