Skip to main content

Interface: RecordSkillInstallInput

Defined in: packages/core/src/application/use-cases/record-skill-install.ts:4

Input for the RecordSkillInstall use case.

Properties

agent

readonly agent: string

Defined in: packages/core/src/application/use-cases/record-skill-install.ts:8

The agent name (e.g. 'claude').


configPath

readonly configPath: string

Defined in: packages/core/src/application/use-cases/record-skill-install.ts:6

Absolute path to the specd.yaml to update.


skillNames

readonly skillNames: readonly string[]

Defined in: packages/core/src/application/use-cases/record-skill-install.ts:10

The skill names to record.