rails-controller

Installation
SKILL.md

Rails Controller Generator (TDD)

Creates RESTful controllers following project conventions with request specs first.

Quick Start

  1. Write failing request spec in spec/requests/
  2. Run spec to confirm RED
  3. Implement controller action
  4. Run spec to confirm GREEN
  5. Refactor if needed

Project Conventions

Installs
23
GitHub Stars
583
First Seen
Jan 23, 2026
rails-controller — thibautbaissac/rails_ai_agents