MCPcopy Index your code
hub / github.com/coder/mux / isSkillMarkdownRootFile

Function isSkillMarkdownRootFile

src/node/services/tools/skillFileUtils.ts:206–208  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

204
205/** Case-insensitive check whether a normalized relative path refers to the root SKILL.md file. */
206export function isSkillMarkdownRootFile(relativePath: string): boolean {
207 return relativePath.toLowerCase() === SKILL_FILENAME.toLowerCase();
208}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected