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
Installs
1
GitHub Stars
55
First Seen
Jun 5, 2026
aasm-coder — diegosouzapw/awesome-omni-skill