MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / writeLegacyUserSkill

Function writeLegacyUserSkill

packages/node-sdk/test/session-skills.test.ts:307–313  ·  view source on GitHub ↗
(
  userHomeDir: string,
  name: string,
  description: string,
)

Source from the content-addressed store, hash-verified

305}
306
307async function writeLegacyUserSkill(
308 userHomeDir: string,
309 name: string,
310 description: string,
311): Promise<void> {
312 await writeSkillFile(join(userHomeDir, '.kimi-code', 'skills', name), name, description);
313}
314
315async function writeBrandUserSkill(
316 brandHomeDir: string,

Callers 1

Calls 1

writeSkillFileFunction · 0.70

Tested by

no test coverage detected