What problem does it solve? Cursor projects accumulate 'Applied intelligently' rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) that need to be consolidated into the newer Agent Skills format (.cursor/skills/). Manually converting each file while preserving its exact body content is tedious and error-prone. ## Core Features & Use Cases - Rule Migration: Converts .mdc rules that have a description but no globs or alwaysApply flag into SKILL.md files with name and description frontmatter. - Command Migration: Converts plain markdown slash commands into SKILL.md files, adding name, inferred description, and disable-model-invocation: true so they remain user-triggered. - Verbatim Preservation: Copies body content character-for-character without reformatting, and optionally deletes originals after verification. - Use Case: After upgrading a project to the Agent Skills layout, run this migration to move all eligible rules and commands from .cursor/rules and .cursor/commands into .cursor/skills/ in one pass, with subagent-parallel processing when the Task tool is available. ## Quick Start Ask the assistant to migrate all eligible Cursor rules and slash commands in this workspace to the skills directory.