MCPcopy Create free account
hub / github.com/Noumena-Network/code / isSkillFile

Function isSkillFile

src/skills/loadSkillsDir.ts:490–492  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

488// --- Legacy /commands/ loader ---
489
490function isSkillFile(filePath: string): boolean {
491 return /^skill\.md$/i.test(basename(filePath))
492}
493
494/**
495 * Transforms markdown files to handle "skill" commands in legacy /commands/ folder.

Callers 3

transformSkillFilesFunction · 0.70
getCommandNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected