SkillShowCommand constructor

SkillShowCommand({
  1. String skillsPath = '.ai/skills',
  2. String? skillName,
})

Create a new skill show command

Implementation

SkillShowCommand({
  this.skillsPath = '.ai/skills',
  this.skillName,
});