MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getSkillByName

Function getSkillByName

cli/src/utils/skill-registry.ts:52–54  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

50 * Get a skill by name.
51 */
52export function getSkillByName(name: string): SkillDefinition | undefined {
53 return skillsCache[name]
54}
55
56/**
57 * Get the number of loaded skills.

Callers 2

findCommandFunction · 0.90
createSkillCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected