By ZempTime
Production-tested Rails patterns: CRUD controllers, rich models, concerns, fixtures, small PRs. Extracted from Basecamp-style applications.
Use when writing Rails controllers or implementing state changes - enforces resource extraction, thin controllers delegating to models, params.expect, and controller concerns for scoping
Use when designing database schema, writing migrations, or making data storage decisions - enforces UUIDs, account_id multi-tenancy, no foreign keys, and proper index patterns
Use when designing content systems where 5+ distinct types need to comingle in feeds, timelines, or searches with shared metadata and operations - NOT for simple polymorphic associations or 1-3 similar types
Use when writing Hotwire (Turbo/Stimulus) code in Rails - enforces dom_id helpers, morph updates, focused Stimulus controllers, and JavaScript private methods
Use when writing background jobs or async operations - enforces thin job wrappers (3-5 lines) that delegate to models using _later/_now naming pattern
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugins by Chris Zempel.
/plugin marketplace add zemptime/zemptime-marketplace
/plugin install vanilla-rails@zemptime-marketplace --scope user
Production-tested Rails patterns extracted from Basecamp-style applications:
_later/_now patternMIT
npx claudepluginhub zemptime/zemptime-marketplace --plugin vanilla-railsEpistemic machinery for service blueprinting, empathy analysis, journey mapping, and continuous improvement — generates understanding from code, docs, and transcripts to inform what to build next.
Swiss/International Typographic Style principles for software and interaction design - clarity through reduction, grid systems, hierarchy, and typography
Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp. Emphasizes thin controllers, rich domain models, and avoiding unnecessary service layers.
Rails development coordinator with domain skills for Rails 8+, Hotwire, security, and TDD. Built on Superpowers workflows.
Agent that simplifies and refines Ruby on Rails code following 37signals patterns and the One Person Framework philosophy
Advanced Ruby on Rails skills for MVC patterns, Active Record, and Hotwire
ActiveRecord patterns for Rails models and queries
Rails conventions for consistent architecture + implementation in real codebases