Skip to main content

SimpleAgentSkill

@a16njs/models


@a16njs/models / SimpleAgentSkill

Interface: SimpleAgentSkill

Defined in: types.ts:52

A simple skill that is activated by description matching. Examples: Cursor rules with description but no globs, simple SKILL.md files

For full AgentSkills.io standard skills with resources and files, use AgentSkillIO instead.

Extends

Properties

id

id: string

Defined in: types.ts:26

Unique identifier for this item

Inherited from

AgentCustomization.id


sourcePath

sourcePath: string

Defined in: types.ts:30

Original file path where this was discovered

Inherited from

AgentCustomization.sourcePath


content

content: string

Defined in: types.ts:32

The actual prompt/rule content

Inherited from

AgentCustomization.content


metadata

metadata: Record<string, unknown>

Defined in: types.ts:34

Tool-specific extras that don't fit the standard model

Inherited from

AgentCustomization.metadata


type

type: SimpleAgentSkill

Defined in: types.ts:53

The type of customization

Overrides

AgentCustomization.type


description

description: string

Defined in: types.ts:55

What triggers this skill