https://github.com/iuhoay/skills
A collection of Claude Code skills for Rails development and code review.
https://github.com/iuhoay/skills
claude-code code-review rails rails-onboarding rails-way ruby vanilla-rails
Last synced: about 2 months ago
JSON representation
A collection of Claude Code skills for Rails development and code review.
- Host: GitHub
- URL: https://github.com/iuhoay/skills
- Owner: iuhoay
- Created: 2026-02-11T03:35:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-19T01:59:23.000Z (2 months ago)
- Last Synced: 2026-02-19T07:31:53.257Z (2 months ago)
- Topics: claude-code, code-review, rails, rails-onboarding, rails-way, ruby, vanilla-rails
- Size: 66.4 KB
- Stars: 33
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iuhoay/skills
A collection of [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills for Rails development.
## Available Skills
### Vanilla Rails
Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp.
**Commands:** `/vanilla-rails:review` | `/vanilla-rails:analyze` | `/vanilla-rails:simplify [goal]`
Based on [Fizzy](https://github.com/basecamp/fizzy): thin controllers, rich domain models, no service layers unless genuinely justified. "Vanilla Rails is plenty" - DHH.
### Rails Dependencies
Configure recommended Rails development dependencies for better developer experience.
**Commands:** `/rails-deps:check` | `/rails-deps:install [gem]` | `/rails-deps:setup`
Recommended gems: strong_migrations, herb, bullet, letter_opener.
### Ruby LSP
LSP integration for Ruby/Rails development with instant diagnostics, code navigation (go to definition, find references, hover), and language awareness.
**Prerequisite:** Install [ruby-lsp](https://github.com/Shopify/ruby-lsp) first:
```bash
gem install ruby-lsp
```
## Installation
```
/plugin marketplace add iuhoay/skills
/plugin install vanilla-rails@iuhoay-skills
/plugin install rails-deps@iuhoay-skills
/plugin install ruby-lsp@iuhoay-skills
```
## License
MIT