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

Function getLoadedSkills

cli/src/utils/skill-registry.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 * Get all loaded skills.
44 */
45export function getLoadedSkills(): SkillsMap {
46 return skillsCache
47}
48
49/**
50 * Get a skill by name.

Callers 1

ChatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected