MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / SkillConfigEntry

Interface SkillConfigEntry

src/runtime/commands/help-command.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { CommandResult } from "../adapters/types.js";
5
6interface SkillConfigEntry {
7 name: string;
8 description?: string;
9}
10
11export function buildHelpMessage(rootDir: string): string {
12 const sections: string[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected