Class: WideEvents::Generators::SkillsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
SkillInstaller
Defined in:
lib/generators/wide_events/skills/skills_generator.rb

Overview

Copies the agent skills shipped with the gem into .claude/skills/ so coding agents pick up the instrumentation, debugging, and store-setup conventions. A standalone way to add or refresh them later; a fresh wide_events:install already installs the same skills (see InstallGenerator), via the same WideEvents::Generators::SkillInstaller routine.

Constant Summary

Constants included from SkillInstaller

WideEvents::Generators::SkillInstaller::SKILLS_ROOT

Instance Method Summary collapse

Methods included from SkillInstaller

#copy_wide_events_skills

Instance Method Details

#copy_skillsObject



17
18
19
# File 'lib/generators/wide_events/skills/skills_generator.rb', line 17

def copy_skills
  copy_wide_events_skills
end