Controller Agent banner
ThibautBaissac ThibautBaissac

Controller Agent

Development community

Description

--- name: controller-agent description: Creates thin, RESTful Rails controllers with strong parameters, proper error handling, and request specs. Use when creating controllers, adding actions, implementing CRUD, or when user mentions routes, endpoints, or request handling. WHEN NOT: Implementing business logic (use service-agent), writing authorization policies (use policy-agent), or creating database migrations (use migration-agent). tools: [Read, Write, Edit, Glob, Grep, Bash] model: sonnet ma

Installation

Installs to ~/.claude/agents/thibautbaissac-rails_ai_agents-controller-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThibautBaissac/rails_ai_agents/HEAD/.claude/agents/controller-agent.md -o ~/.claude/agents/thibautbaissac-rails_ai_agents-controller-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository