rails-concern

Installation
SKILL.md

Rails Concern Generator (TDD)

Creates concerns (ActiveSupport::Concern modules) for shared behavior with tests first.

Quick Start

  1. Write failing test for the concern behavior
  2. Run test to confirm RED
  3. Implement concern in app/models/concerns/ or app/controllers/concerns/
  4. Run test to confirm GREEN

When to Use Concerns

Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026