wk-workstyle-rails
Installation
SKILL.md
Workstyle — Rails
Ensures the agent initializes a Rails project through its canonical bootstrap
script before attempting manual environment repair. Part of the
wk-workstyle family. Project bootstrap scripts
are authoritative — run them, do not reinvent them.
When to Use
Auto-invoked whenever a Rails/Ruby project command fails with a missing-gem or uninitialized-environment error. Trigger contexts:
- A
bundle exec …,bin/<script>,rake, orrailscommand fails withGemNotFound,Could not find … in locally installed gems,cannot load such file, or a similar bundler/environment error. - About to run
gem installorbundle installmanually to fix such a failure. - Setting up or re-initializing a checked-out Rails repo.
Manual: /wk-workstyle-rails check — report the repo's bootstrap entry point.