ruby on rails skills

10 tagged ruby on rails, measured the same way as everything else here.

Browse within: ruby 5

rails-conventions

01

rootstrap/rails_api_base

Skill Claude CodeCodex

Rootstrap Rails conventions. Use when writing, reviewing, or editing any Rails code — controllers, models, migrations, routes, views, mailers, initializers, locale files, or Rails config. Covers routing, ActiveRecord, migrations, i18n, time zones, mailers, assets, Bundler groups, and logging.

633 4d ago A 71 tokens original MIT

rspec-conventions

02

rootstrap/rails_api_base

Skill Claude CodeCodex

Rootstrap RSpec conventions. Use when writing, reviewing, or editing RSpec test files (spec//spec.rb, spec/railshelper.rb, spec/spechelper.rb, spec/support//.rb) or factories. Covers describe/context structure, let/subject, matchers, factories, mocking/stubbing, shared examples, and spec types (model, request…

633 4d ago A 82 tokens original MIT

ruby-conventions

03

rootstrap/rails_api_base

Skill Claude CodeCodex

Rootstrap Ruby style conventions. Use when writing, reviewing, or editing any Ruby source file (.rb, .rake, Gemfile, Rakefile, .gemspec, config.ru) to ensure code follows the Rootstrap Ruby style guide — covers layout, syntax, naming, classes/modules, exceptions, collections, strings, regexes, metaprogramming, and…

633 4d ago A 84 tokens original MIT

rails-upgrade

04

ombulabs/claude-code_rails-upgrade-skill

Skill Claude CodeCodex

Analyzes Rails applications and generates comprehensive upgrade reports with breaking changes, deprecations, and step-by-step migration guides for Rails 2.3 through 8.1. Use when upgrading Rails applications, planning multi-hop upgrades, or querying version-specific changes. Based on FastRuby.io methodology and "The…

381 5d ago A 73 tokens original MIT

upgrade-cleanup

05

ombulabs/claude-code_rails-upgrade-skill

Skill Claude CodeCodex

Clean up after (or abandon) a Rails upgrade. Drop NextRails.next? and NextRails.current? branches and retire dual-boot scaffolding (Gemfile.next, Gemfile.next.lock, conditional Gemfile groups), keeping either the next or the current version. Trigger when the user says they are done with the upgrade, want to clean up…

381 5d ago A 139 tokens original MIT

thoughtbot/rails-audit-thoughtbot

Skill Claude CodeCodex

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security…

244 11d ago B 130 tokens original MIT

compile

07

joelmoss/proscenium

Skill Claude CodeCodex

Compile the Go shared library for local development.

104 6d ago A 10 tokens MIT

test

08

joelmoss/proscenium

Skill Claude CodeCodex

Run Ruby and/or Go tests. Pass a file path to run a specific test, or no args to run all.

104 6d ago A 26 tokens MIT

rails-load-defaults

09

ombulabs/claude-code_rails-load-defaults-skill

Skill Claude CodeCodex

Incrementally upgrade Rails config.loaddefaults by walking through each newframeworkdefaults config one at a time. Use this skill whenever the user mentions loaddefaults upgrade, newframeworkdefaults, framework defaults, or wants to bring their Rails app's default configuration up to match their Rails version. Also…

17 12d ago A 120 tokens original MIT

dual-boot

10

ombulabs/claude-code_dual-boot-skill

Skill Claude CodeCodex

Sets up and manages dual-boot Ruby and Rails environments using the nextrails gem. Helps configure Gemfile for running two versions of Rails, Ruby, or any core dependency simultaneously, set up CI for both versions, use NextRails.next? for version-dependent code, and clean up after the upgrade is complete. Based on…

13 1mo ago A 84 tokens original MIT