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

Function suppressNextSkillListing

src/utils/attachments.ts:2633–2635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2631 * in the Skill tool's runtime registry regardless).
2632 */
2633export function suppressNextSkillListing(): void {
2634 suppressNext = true
2635}
2636let suppressNext = false
2637
2638// When skill-search is enabled and the filtered (bundled + MCP) listing exceeds

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected