rails-presenter

Installation
SKILL.md

Rails Presenter Generator (TDD)

Creates presenters that wrap models for view-specific formatting with tests first.

Quick Start

  1. Write failing test in test/presenters/
  2. Run test to confirm RED
  3. Implement presenter extending BasePresenter
  4. Run test to confirm GREEN

Project Conventions

Presenters in this project:

  • Extend BasePresenter < SimpleDelegator
  • Include ActionView helpers for formatting
  • Delegate model methods via SimpleDelegator
  • Return HTML-safe strings for badges/formatted output
  • Use I18n for all user-facing text
Related skills

More from dchuk/rails_ai_agents

Installs
2
First Seen
Feb 13, 2026