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

Function isSkillkitAvailable

src/skillkit.ts:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189export function isSkillkitAvailable(): boolean {
190 return getSkillkitBin() !== null || existsSync(DB_PATH);
191}
192
193export function runSkillkitJson(cmd: string): Record<string, unknown> | unknown[] | null {
194 const bin = getSkillkitBin();

Callers 14

hasSkillkitMethod · 0.90
refreshMethod · 0.90
revalidateMethod · 0.90
renderToolbarMethod · 0.90
renderTracesMethod · 0.90
renderMethod · 0.90
getSkillkitStatsFunction · 0.85
getSkillConflictsFunction · 0.85
getSkillTracesFunction · 0.85
getSkillWarningsFunction · 0.85

Calls 1

getSkillkitBinFunction · 0.85

Tested by

no test coverage detected