MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getSkillConfig

Method getSkillConfig

packages/node-runtime/src/ai/skill-manager.ts:74–76  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

72 }
73
74 getSkillConfig(id: string): SkillDef | null {
75 return this.core.getSkillConfig(id)
76 }
77
78 getAllSkills(): SkillSummary[] {
79 return this.core.getAllSkills()

Callers 7

createCliRunAgentStreamFunction · 0.95
registerAiSkillRoutesFunction · 0.45
getSkillConfigFunction · 0.45
skill.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected