An open API service indexing awesome lists of open source software.

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.

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