ruby-conventions-referencelisted
Install: claude install-skill mik2win/foureyes
# Ruby conventions — worked examples
Companion to the `ruby-style` and `ruby-oop` rules. Read the reference file (in this skill's
folder) for the topic you need:
- **Style** — naming, quoting, safe navigation, `Time.current`, freeze, idiomatic Ruby →
`references/style.md`
- **OOP** — SRP, dependency injection, Tell-Don't-Ask, Law of Demeter, duck typing,
Open/Closed, composition over inheritance → `references/oop.md`