AgentSkill
@a16njs/models / AgentSkill
Interface: AgentSkill
Defined in: types.ts:47
A skill that is activated by description matching. Examples: Cursor rules with description but no globs
Extends
Properties
id
id:
string
Defined in: types.ts:24
Unique identifier for this item
Inherited from
sourcePath
sourcePath:
string
Defined in: types.ts:28
Original file path where this was discovered
Inherited from
content
content:
string
Defined in: types.ts:30
The actual prompt/rule content
Inherited from
metadata
metadata:
Record<string,unknown>
Defined in: types.ts:32
Tool-specific extras that don't fit the standard model
Inherited from
type
type:
AgentSkill
Defined in: types.ts:48
The type of customization
Overrides
description
description:
string
Defined in: types.ts:50
What triggers this skill