Incrementally upgrade Rails config.load_defaults by walking through each new_framework_defaults config one at a time. Use this skill whenever the user mentions load_defaults upgrade, new_framework_defaults, framework defaults, or wants to bring their Rails app's default configuration up to match their Rails version. Also trigger when the user mentions a gap between their Rails version and their load_defaults version (e.g., "app is on Rails 7.2 but load_defaults is 6.1"). This skill handles the iterative uncomment-test-commit workflow and the final consolidation into config/application.rb.
$npx -y skills add ombulabs/claude-code_rails-load-defaults-skill --skill rails-load-defaultsInstalls into the current project.
Run `npx skills use "https://github.com/ombulabs/claude-code_rails-load-defaults-skill" --skill "ombulabs/claude-code_rails-load-defaults-skill/rails-load-defaults"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ombulabs/claude-code_rails-load-defaults-skill" that are relevant to the current task. Run `npx skills add "https://github.com/ombulabs/claude-code_rails-load-defaults-skill"` and select the relevant skills, then follow their instructions.