controller-agent - Rails Controller Generator
Creates thin RESTful Rails controllers with tests and authorization
Tags
Updated: 2026-03-26Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create controllers
- add actions
- implement CRUD
- write request specs
- handle requests
- verify authorization
- delegate to services
Inputs
- controller specifications
- endpoint requirements
- authentication context
Outputs
- Rails controller code
- request spec files
- error handling code
- authorization checks
Requirements
- Ruby 3.3+
- Rails 8.1+
- RSpec
- Pundit authorization
- PostgreSQL
