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

Function getLimitedSkillToolCommands

src/tools/SkillTool/prompt.ts:213–215  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

211// All commands are always included (descriptions may be truncated to fit budget).
212// Used by analyzeContext to count skill tokens.
213export function getLimitedSkillToolCommands(cwd: string): Promise<Command[]> {
214 return getSkillToolCommands(cwd)
215}
216
217export function clearPromptCache(): void {
218 getPrompt.cache?.clear?.()

Callers 1

countSkillTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected