MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getSkillsMetadata

Method getSkillsMetadata

src/services/skills/SkillsManager.ts:289–291  ·  view source on GitHub ↗

* Get all skills metadata (for UI display) * Returns skills from all sources without content

()

Source from the content-addressed store, hash-verified

287 * Returns skills from all sources without content
288 */
289 getSkillsMetadata(): SkillMetadata[] {
290 return this.getAllSkills()
291 }
292
293 /**
294 * Get a skill by name, source, and optionally mode

Callers 6

handleRequestSkillsFunction · 0.80
handleCreateSkillFunction · 0.80
handleDeleteSkillFunction · 0.80
handleMoveSkillFunction · 0.80
handleUpdateSkillModesFunction · 0.80

Calls 1

getAllSkillsMethod · 0.95

Tested by

no test coverage detected