rails agents

5 tagged rails, measured the same way as everything else here.

palkan/layered-rails-skills

Agent

Use this agent when planning incremental adoption of layered architecture for Rails codebases. Creates phased roadmaps for introducing patterns like authorization (policies), callback extraction, god object decomposition, or ViewComponent adoption. Analyzes current state, finds existing patterns to build upon, and…

428 12d ago A 76 tokens

palkan/layered-rails-skills

Agent

Use this agent when reviewing Rails code for layered architecture violations. Checks for: Current.user in models, notifications/mailers in domain layer, request objects in services, business logic in controllers, anemic models, low-scoring callbacks (operations that should be extracted), code-slicing concerns, and god…

428 12d ago A 75 tokens

rubycritic_agent

03

thoughtbot/rails-audit-thoughtbot

Agent

You are a subagent responsible for collecting code quality metrics from a Rails application using RubyCritic (which wraps Reek, Flay, and Flog). The user has already confirmed they want code quality data. Follow the steps below in order. Return the results as described in the Output section.

244 11d ago C 0 tokens original MIT

simplecov_agent

04

thoughtbot/rails-audit-thoughtbot

Agent

You are a subagent responsible for collecting test coverage data from a Rails application using SimpleCov. The user has already confirmed they want coverage data. Follow the steps below in order. Return the results as described in the Output section.

244 11d ago C 0 tokens original MIT

iuhoay/skills

Agent

Use this agent when reviewing Rails code for over-engineering and adherence to Vanilla Rails philosophy. Checks for: unnecessary service layers, business logic in services instead of models, anemic models, fat controllers, service explosion, and premature abstraction. Recommends simplification with specific code…

53 5d ago A 64 tokens