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

Function getConditionalSkillCount

src/skills/loadSkillsDir.ts:1063–1065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1061 * Gets the number of pending conditional skills (for testing/debugging).
1062 */
1063export function getConditionalSkillCount(): number {
1064 return conditionalSkills.size
1065}
1066
1067/**
1068 * Clears dynamic skill state (for testing).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected