Skip to content
/ skills Public

A collection of Claude Code skills for Rails development and code review.

Notifications You must be signed in to change notification settings

iuhoay/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iuhoay/skills

A collection of Claude Code skills for Rails development.

Available Skills

Vanilla Rails

Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp.

Install:

/plugin marketplace add iuhoay/skills
/plugin install vanilla-rails@iuhoay-skills

Commands:

Command Purpose
/vanilla:review Review code changes for over-engineering
/vanilla:analyze Analyze codebase for simplification opportunities
/vanilla:simplify [goal] Plan incremental simplification

Philosophy:

Based on Fizzy - a production Rails application from 37signals:

  • Thin controllers, rich domain models
  • No service layers unless genuinely justified
  • Plain Active Record is usually enough
  • State tracked with dedicated models (not booleans)
  • Behavior composed through concerns
  • "Vanilla Rails is plenty" - DHH

License

MIT

About

A collection of Claude Code skills for Rails development and code review.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published