What problem does it solve?
This Skill upgrades a project from the older rules v1 setup to the newer rules v2 structure, so the repository can use a clean language-agnostic core plus the right stack-specific overlay.
Core Features & Use Cases
- CLAUDE.md Migration: Inserts the Active Skillset line and updates engineering-rule references to point at both the core rules and the active stack overlay.
- Stack Detection: Identifies whether the project is TypeScript or .NET by inspecting repository signals before choosing the correct profile.
- Safe Rule Cleanup: Flags duplicated inline v1 rule sections for manual review instead of deleting user content automatically.
- Installer Refresh: Re-runs the appropriate agent installer scripts after the migration when project agent directories are present.
Quick Start
Use the upgrade-rules-v2 skill to inspect this repository, determine the active stack, and patch CLAUDE.md for a rules v2 migration.