Claude Code plugins for Ruby on Rails development following 37signals patterns and the One Person Framework philosophy
npx claudepluginhub maquina-app/rails-claude-codeAgent that simplifies and refines Ruby on Rails code following 37signals patterns and the One Person Framework philosophy
Analyzes Rails applications and generates comprehensive upgrade reports with breaking changes, deprecations, and step-by-step migration guides for Rails 6.0 through 8.1.1
Build consistent, accessible UIs in Rails using maquina_components — ERB partials styled with Tailwind CSS 4, inspired by shadcn/ui
Manages workspaces and memories in the Recuerd0 platform — a CLI tool for preserving, versioning, and organizing knowledge from AI conversations
Create comprehensive MVP documentation for Rails applications — research reports, business plans, brand guides, technical guides, and Claude setup
Apply opinionated StimulusJS best practices from betterstimulus.com — patterns for writing, reviewing, and refactoring Stimulus controllers
A Rails-focused spec-driven development workflow for building features with AI agents through systematic planning and self-contained specs
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A collection of Claude Code plugins for Ruby on Rails development.
# Add the marketplace
/plugin marketplace add maquina-app/rails-claude-code
# Install individual plugins
/plugin install rails-simplifier@maquina
/plugin install rails-upgrade-assistant@maquina
/plugin install maquina-ui-standards@maquina
/plugin install recuerd0@maquina
/plugin install mvp-creator@maquina
/plugin install better-stimulus@maquina
/plugin install spec-driven-development@maquina
| Plugin | Description | Version |
|---|---|---|
| rails-simplifier | Code quality following 37signals patterns | 1.0.0 |
| rails-upgrade-assistant | Rails 6.0→8.1 upgrade planning | 1.0.0 |
| maquina-ui-standards | UI components with maquina_components | 0.3.1.0 |
| recuerd0 | Knowledge management from AI conversations | 1.0.0 |
| mvp-creator | MVP documentation for Rails applications | 1.0.0 |
| better-stimulus | StimulusJS best practices from betterstimulus.com | 1.0.0 |
| spec-driven-development | Spec-driven development workflow for Rails | 1.0.0 |
A code simplification agent that refines Ruby on Rails code following 37signals patterns and the One Person Framework philosophy.
The One Person Framework (DHH, December 2021):
"A toolkit so powerful that it allows a single individual to create modern applications upon which they might build a competitive business."
Conceptual Compression (RailsConf 2018):
"Like a video codec that throws away irrelevant details such that you might download the film in real-time."
Vanilla Rails is Plenty (Jorge Manrubia, 37signals):
"If you have the luxury of starting a new Rails app today, go vanilla."
| Pattern | Simplification |
|---|---|
| Service objects | Rich model methods + concerns |
| Custom controller actions | CRUD resources |
| Boolean state columns | State records (has_one :closure) |
| Fat controllers | Thin controllers, model methods |
Time.now | Time.current |
| Hardcoded strings | I18n keys |
| N+1 queries | includes / preload |
Date tests without travel_to | Freeze time to fixture |
> Review recent changes using the rails-simplifier agent
> Use rails-simplifier to review the bookings controller
A unified, intelligent Rails upgrade skill that helps you upgrade Ruby on Rails applications through any version from 6.0 to 8.1.1. Built on official Rails CHANGELOGs and integrated with MCP tools for automatic project analysis.
| From | To | Breaking Changes | Difficulty |
|---|---|---|---|
| 8.0.x | 8.1.1 | 8 changes | Easy |
| 7.2.x | 8.0.4 | 13 changes | Hard |
| 7.1.x | 7.2.3 | 38 changes | Medium |
| 7.0.x | 7.1.6 | 12 changes | Medium |
| 6.1.x | 7.0.0 | 17 changes | Hard |
| 6.0.x | 6.1.0 | 18 changes | Medium |
| 6.0.x | 8.1.1 | All 106 changes | Very Hard |
** Important:** Rails upgrades MUST be sequential. No version skipping!
> Upgrade my Rails app to 8.1
> Help me upgrade from Rails 7.2 to 8.0
> Generate a detection script for Rails 8.0 upgrade
> What breaking changes are in Rails 8.1?
> Assess upgrade impact from 7.0 to 8.1