Rails
Advanced Ruby on Rails skills for MVC patterns, Active Record, and Hotwire
Installation
First, install the Han CLI tool:
npm install -g @thebushidocollective/hanThen install the plugin:
han plugin install buki-railsOverview
Advanced Ruby on Rails skills for MVC patterns, Active Record, and Hotwire
Skills
This plugin provides the following skills:
- Rails Action Controller Patterns
- Rails Active Record Patterns
- Rails Hotwire
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
License
Licensed under MIT - see repository for details.
Skills
rails-action-controller-patterns
Use when action Controller patterns including routing, filters, strong parameters, and REST conventions.
rails-active-record-patterns
Use when active Record patterns including models, associations, queries, validations, and callbacks.
rails-hotwire
Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.