Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ findSkillTool
Function
findSkillTool
src/utils/analyzeContext.ts:518–520 ·
view source on GitHub ↗
(tools: Tools)
Source
from the content-addressed store, hash-verified
516
}
517
518
function
findSkillTool(tools: Tools): Tool | undefined {
519
return
findToolByName(tools, SKILL_TOOL_NAME)
520
}
521
522
async
function
countSlashCommandTokens(
523
tools: Tools,
Callers
2
countSlashCommandTokens
Function · 0.85
countSkillTokens
Function · 0.85
Calls
1
findToolByName
Function · 0.85
Tested by
no test coverage detected