Claude Code Rails Load Defaults Skill
Description
A Claude Code Skill to help upgrade the Rails defaults
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Rails load_defaults Upgrade Skill for Claude Code
A [Claude Code](https://claude.ai/claude-code) skill that incrementally upgrades `config.load_defaults` in Rails applications by walking through each framework default config one at a time.
What It Does
This skill automates the process of bringing a Rails app's `load_defaults` configuration up to match its Rails version. It handles:
- Detection: Identifies the current
load_defaultsversion and Rails version - Initializer Generation: Creates the
new_framework_defaults_X_Y.rbfile from templates - Codebase Analysis: Greps the codebase for each config to recommend the right value
- Iterative Walkthrough: Uncomments one config at a time, waits for you to test/commit
- Consolidation: Removes the initializer, updates
load_defaults, and explicitly sets overrides for configs kept at old values
Installation
**From inside the Claude Code CLI prompt (recommended):**
/plugin marketplace add ombulabs/claude-skills
/plugin install rails-load-defaults@ombulabs-ai
**From your terminal:**
claude plugin marketplace add https://github.com/ombulabs/claude-skills.git
claude plugin install rails-load-defaults@ombulabs-ai
**Manual install:**
git clone https://github.com/ombulabs/claude-code_rails-load-defaults-skill.git
cp -r claude-code_rails-load-defaults-skill/rails-load-defaults ~/.claude/skills/
Installing to `~/.claude/skills/` makes it available across all your projects.
[!NOTE] This skill works standalone, but it is part of the full Rails upgrade toolkit. You may also want to install [dual-boot](https://github.com/ombulabs/claude-code_dual-boot-skill) and [rails-upgrade](https://github.com/ombulabs/claude-code_rails-upgrade-skill).
Usage
Once installed, invoke the skill with:
claude /rails-load-defaults
Or start a conversation about load_defaults and Claude will pick it up automatically:
claude "The app is on Rails 7.2 but
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11