Interface: RecordSkillInstallInput
Defined in: packages/core/src/application/use-cases/record-skill-install.ts:4
Input for the RecordSkillInstall use case.
Properties
agent
readonlyagent:string
Defined in: packages/core/src/application/use-cases/record-skill-install.ts:8
The agent name (e.g. 'claude').
configPath
readonlyconfigPath:string
Defined in: packages/core/src/application/use-cases/record-skill-install.ts:6
Absolute path to the specd.yaml to update.
skillNames
readonlyskillNames: readonlystring[]
Defined in: packages/core/src/application/use-cases/record-skill-install.ts:10
The skill names to record.