MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / renderSkillsIndex

Function renderSkillsIndex

packages/core/execution/src/skills.ts:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 * unknown one): every skill's name and one-line summary, plus how to fetch
82 * the body. */
83export const renderSkillsIndex = (): string =>
84 [
85 'Available skills. Fetch one with `skills({ name: "<name>" })`.',
86 "",
87 ...SKILLS.map((skill) => `- \`${skill.name}\` — ${skill.summary}`),
88 ].join("\n");

Callers 2

skills.test.tsFile · 0.90
skillsResultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected