Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
517
function
findSkillTool(tools: Tools): Tool | undefined {
518
return
findToolByName(tools, SKILL_TOOL_NAME)
519
}
520
521
async
function
countSlashCommandTokens(
522
tools: Tools,
Callers
2
countSlashCommandTokens
Function · 0.85
countSkillTokens
Function · 0.85
Calls
1
findToolByName
Function · 0.85
Tested by
no test coverage detected