Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
createCliRunAgentStream
Function · 0.95
registerAiSkillRoutes
Function · 0.45
skill-manager-core.test.ts
File · 0.45
skill-manager.test.ts
File · 0.45
createElectronRunAgentStream
Function · 0.45
getSkillConfig
Function · 0.45
skill.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected