We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e113b commit 4d63fd4Copy full SHA for 4d63fd4
1 file changed
packages/types/src/skills.ts
@@ -5,8 +5,8 @@
5
export interface SkillMetadata {
6
name: string // Required: skill identifier
7
description: string // Required: when to use this skill
8
- path: string // Absolute path to SKILL.md
9
- source: "global" | "project" // Where the skill was discovered
+ path: string // Absolute path to SKILL.md (or "<built-in:name>" for built-in skills)
+ source: "global" | "project" | "built-in" // Where the skill was discovered
10
mode?: string // If set, skill is only available in this mode
11
}
12
0 commit comments