SkillRemoveCommand constructor

SkillRemoveCommand({
  1. String skillsPath = '.ai/skills',
  2. String? skillName,
  3. bool force = false,
})

Create a new skill remove command

Implementation

SkillRemoveCommand({
  this.skillsPath = '.ai/skills',
  this.skillName,
  this.force = false,
});