What problem does it solve? Cursor projects accumulate rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) that predate the Agent Skills format, leaving configuration fragmented across legacy locations. This Skill migrates those files into the unified .cursor/skills/ directory structure without altering their content. ## Core Features & Use Cases - Rule Migration: Converts "Applied intelligently" rules (those with a description but no globs or alwaysApply) from .mdc files into SKILL.md files with proper name and description frontmatter. - Command Migration: Converts slash commands into skills, inferring the description from the first heading and adding disable-model-invocation so they remain user-triggered. - Verbatim Preservation: Copies body content character-for-character, guaranteeing no reformatting or content drift during migration. - Use Case: After upgrading Cursor, run this Skill to consolidate a project's scattered .mdc rules and command files into the skills directory, then optionally delete the originals. ## Quick Start Migrate all of my Cursor rules and slash commands in this project to the Agent Skills format.