Function: skillNameFromPath()¶
skillNameFromPath(
filePath):string
Defined in: resolver/src/skills.ts:111
Derive a skill name from a file path by stripping the .md extension.
Parameters¶
filePath¶
string
Absolute or relative path to a .md file
Returns¶
string
The filename without the .md extension