From ruby-upgrade-toolkit
Supplies internal references for Rails upgrades (5→6, 6→7, 7→8) with breaking changes, fix patterns, compatibility matrices, risky migrations, and Turbo/Stimulus guides. Loaded by audit/fix skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruby-upgrade-toolkit:rails-upgrade-guideThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is an internal reference for the `ruby-upgrade-toolkit` plugin. It is loaded by the `audit` and `fix` skills when they need version-specific Rails guidance. Do not activate this skill directly in response to user requests.
This skill is an internal reference for the ruby-upgrade-toolkit plugin. It is loaded by the audit and fix skills when they need version-specific Rails guidance. Do not activate this skill directly in response to user requests.
Load the appropriate file from $CLAUDE_PLUGIN_ROOT/skills/rails-upgrade-guide/references/ for the upgrade path being processed:
references/rails-5-to-6.mdreferences/rails-6-to-7.mdreferences/rails-7-to-8.mdreferences/fix-patterns.md — safe vs. guided deprecation fixes by Rails versionreferences/compatibility-matrix.md — minimum gem versions per Rails versionreferences/risky-patterns.md — database migration safety guidancereferences/turbo-stimulus-guide.md — Turbolinks → Turbo migration for Rails 7+npx claudepluginhub dhruvasagar/ruby-upgrade-toolkit --plugin ruby-upgrade-toolkitUpgrades Rails applications between versions 5.2 and latest, assessing readiness, planning multi-hop paths, and handling breaking changes, deprecations, and config.load_defaults transitions.
Analyzes Rails applications and generates upgrade reports with breaking changes, deprecations, and migration guides for Rails 2.3 through 8.1. Useful when upgrading Rails apps or planning multi-hop upgrades.
Analyzes Rails applications and provides upgrade assessments by comparing current and latest versions, fetching upgrade guides, and highlighting file changes.