What problem does it solve? Cursor projects accumulate rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) that need to be consolidated into the newer Agent Skills format (.cursor/skills/). Doing this by hand is error-prone, especially when body content must be preserved verbatim. ## 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 plain markdown slash commands into skills, adding frontmatter with name, inferred description, and disable-model-invocation so they remain user-triggered. - Verbatim Body Preservation: Copies the original body content character-for-character without reformatting or modification, and supports undoing the migration on request. - Use Case: You have a project with a dozen .mdc rules and slash commands scattered across .cursor/rules and .cursor/commands; run this migration to consolidate them into .cursor/skills/ with valid SKILL.md files. ## Quick Start Migrate all of my Cursor rules and slash commands in this workspace to the Agent Skills format.