Configure recommended Rails development dependencies. Checks for essential gems like strong_migrations, herb, bullet, and letter_opener. Provides installation and configuration guidance.
Configures essential Rails development gems like strong_migrations and bullet for improved safety and performance.
npx claudepluginhub iuhoay/skillsThis skill is limited to using the following tools:
references/bullet.mdreferences/herb.mdreferences/letter_opener.mdreferences/strong_migrations.mdConfigure recommended Rails development dependencies for better developer experience and code quality.
Run /rails-deps:check to see which recommended gems are installed in your project.
| Gem | Category | Purpose |
|---|---|---|
| strong_migrations | Safety | Catch unsafe migrations in development |
| herb | Tooling | HTML+ERB parsing, formatting, and linting |
| bullet | Performance | Detect N+1 queries |
| letter_opener | Development | Preview emails in browser |
| Command | Description |
|---|---|
/rails-deps:check | Check which recommended gems are installed |
/rails-deps:install [gem] | Install and configure a specific gem |
/rails-deps:setup | Interactive setup for all recommended gems |
For detailed installation and configuration guides, see:
| Gem | Reference |
|---|---|
strong_migrations | strong_migrations.md - Catch unsafe migrations |
herb | herb.md - HTML+ERB parsing and tooling |
bullet | bullet.md - N+1 query detection |
letter_opener | letter_opener.md - Email preview |
# strong_migrations
gem "strong_migrations"
bundle install && rails generate strong_migrations:install
# herb
gem "herb", group: :development
bundle install && bundle exec herb analyze .
# bullet
gem "bullet", group: :development
# Add configuration to config/environments/development.rb
# letter_opener
gem "letter_opener", group: :development
# Set delivery_method to :letter_opener in development.rb
This skill activates when you mention:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.