aasm-coder

Installation
SKILL.md

AASM Coder

State machine patterns for managing workflow states in Rails.

Setup

# Gemfile
gem "aasm", "~> 5.5"

Basic State Machine

class Order < ApplicationRecord
  include AASM
Related skills
Installs
38
GitHub Stars
39
First Seen
Feb 5, 2026