Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 4d63fd4

Browse files
committed
fix: add 'built-in' to SkillMetadata source type
1 parent 42e113b commit 4d63fd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/types/src/skills.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
export interface SkillMetadata {
66
name: string // Required: skill identifier
77
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
8+
path: string // Absolute path to SKILL.md (or "<built-in:name>" for built-in skills)
9+
source: "global" | "project" | "built-in" // Where the skill was discovered
1010
mode?: string // If set, skill is only available in this mode
1111
}
1212

0 commit comments

Comments
 (0)