rails-model-generator

Installation
SKILL.md

Rails Model Generator (TDD Approach)

Overview

This skill creates models the TDD way:

  1. Define requirements (attributes, validations, associations)
  2. Write model spec with expected behavior (RED)
  3. Create factory for test data
  4. Generate migration
  5. Implement model to pass specs (GREEN)
  6. Refactor if needed

Workflow Checklist

Installs
21
GitHub Stars
583
First Seen
Jan 23, 2026
rails-model-generator — thibautbaissac/rails_ai_agents