A collection of Claude Code skills for Rails development and code review.
npx claudepluginhub iuhoay/skillsDesign and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp. Emphasizes thin controllers, rich domain models, and avoiding unnecessary service layers.
Configure recommended Rails development dependencies for better developer experience and code quality.
LSP integration for Ruby/Rails development with instant diagnostics, code navigation (go to definition, find references, hover), and language awareness
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code skills for Rails development.
Design and review Rails applications using Vanilla Rails philosophy from 37signals/Basecamp.
Commands: /vanilla-rails:review | /vanilla-rails:analyze | /vanilla-rails:simplify [goal]
Based on Fizzy: thin controllers, rich domain models, no service layers unless genuinely justified. "Vanilla Rails is plenty" - DHH.
Configure recommended Rails development dependencies for better developer experience.
Commands: /rails-deps:check | /rails-deps:install [gem] | /rails-deps:setup
Recommended gems: strong_migrations, herb, bullet, letter_opener.
LSP integration for Ruby/Rails development with instant diagnostics, code navigation (go to definition, find references, hover), and language awareness.
Prerequisite: Install ruby-lsp first:
gem install ruby-lsp
/plugin marketplace add iuhoay/skills
/plugin install vanilla-rails@iuhoay-skills
/plugin install rails-deps@iuhoay-skills
/plugin install ruby-lsp@iuhoay-skills
MIT