MCPcopy Create free account
hub / github.com/Railly/agentfiles / SkillPath

Interface SkillPath

src/types.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface SkillPath {
13 baseDir: string;
14 type: SkillType;
15 pattern: ScanPattern;
16}
17
18export type SkillType = "skill" | "command" | "agent" | "rule" | "memory";
19export type ScanPattern = "directory-with-skillmd" | "flat-md" | "mdc";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected