Function: getSkillName()
function getSkillName(
filePath: string,
frontmatter: Readonly<{
body: string;
content: string;
fields: ReadonlyMap<string, FrontmatterField>;
}> | null
): string;
Defined in: _internal/copilot-customization-names.ts:96
Get the effective skill name when declared.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
frontmatter |
Returnsâ
string