MCPcopy Index your code
hub / github.com/codeaashu/claude-code / findSkillTool

Function findSkillTool

src/utils/analyzeContext.ts:517–519  ·  view source on GitHub ↗
(tools: Tools)

Source from the content-addressed store, hash-verified

515}
516
517function findSkillTool(tools: Tools): Tool | undefined {
518 return findToolByName(tools, SKILL_TOOL_NAME)
519}
520
521async function countSlashCommandTokens(
522 tools: Tools,

Callers 2

countSlashCommandTokensFunction · 0.85
countSkillTokensFunction · 0.85

Calls 1

findToolByNameFunction · 0.85

Tested by

no test coverage detected