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, or rails command fails with GemNotFound, Could not find … in locally installed gems, cannot load such file, or a similar bundler/environment error.
  • About to run gem install or bundle install manually 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.

Installs
4
First Seen
Aug 19, 2026
wk-workstyle-rails — whizzzkid/skills