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 test with expected behavior (RED)
  3. Create fixtures for test data
  4. Generate migration
  5. Implement model to pass tests (GREEN)
  6. Refactor if needed

Workflow Checklist

Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026