migrating-rules

Generate step-by-step migration plans for rule version updates.

36|6|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/oimiragieo/agent-studio --skill migrating-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrating-rules
Source: https://github.com/oimiragieo/agent-studio/tree/main/.claude/skills/migrating-rules
Command: npx skills add https://github.com/oimiragieo/agent-studio --skill migrating-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of code migration by automatically comparing rule versions and generating step-by-step migration plans.

Quick Start

Migrate the codebase from Next.js 14 to 15 with automatic breaking change detection and fix generation.

Frequently Asked Questions about migrating-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically migrate code when updating to a new rule version?

Code migration compares your current rules against target versions, detects breaking changes and removals, then generates a detailed step-by-step migration plan with concrete edits and verification steps for each affected file.

Can I migrate code across framework versions, like Next.js 14 to 15?

Yes, the Skill handles cross-framework migrations including framework version upgrades and coding standard changes by analyzing rule differences and producing migration plans with priority-ordered edits.

What does a migration plan include?

Migration plans feature an inventory of affected files, prioritized changes, concrete edit instructions for each file, and verification steps to confirm the migration succeeded.

How does the Skill detect breaking changes when rules update?

It reads the rule index, loads source and target rule files, then analyzes differences to enumerate removals, additions, and changes, outputting which breaking changes apply to your codebase.

Do I need to manually edit files after the migration plan is generated?

The plan provides concrete edits and steps, but implementation depends on your workflow; the Skill generates the guidance so you can apply changes systematically rather than discovering migration needs manually.

What input does the Skill need to generate a migration plan?

Provide access to your source code, the current rule version, and the target rule version; the Skill reads the rule index and analyzes your files against both versions to produce the plan.