controller-agent - Creates thin RESTful Rails controllers with specs
Creates RESTful Rails controllers with strong parameters, error handling, and request specs
Tags
Updated: 2026-03-26Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create controller
- add action
- implement CRUD
- write request spec
- authorize action
- delegate to service
- handle error
- use strong parameters
Inputs
- route requirements
- controller action requirements
- request specs
- factory objects
- Pundit policies
Outputs
- RESTful Rails controller
- request spec
- strong parameters definition
- error handling code
Requirements
- Ruby 3.3+
- Rails 8.1+
- RSpec
