Interface: SkillPathConfig¶
Defined in: core/src/target-catalog.ts:31
Skill path configuration for a target. - basePath: Directory where skill files are written (e.g. '.claude/skills') - fileName: Skill file name (e.g. 'SKILL.md' or 'skill.md') - Both are null when the target does not support skills.
Properties¶
basePath¶
basePath:
string|null
Defined in: core/src/target-catalog.ts:32
fileName¶
fileName:
string|null
Defined in: core/src/target-catalog.ts:33