SkillAddCommand constructor

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

Create a new skill add command

Implementation

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