What problem does it solve? Cursor projects accumulate 'Applied intelligently' rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) that cannot be discovered or invoked as Agent Skills. This Skill migrates them into the .cursor/skills/ directory with proper SKILL.md frontmatter, preserving the original body content verbatim. ## 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, inferring the description from the first heading and adding disable-model-invocation so they remain user-triggered. - Parallel Subagent Workflow: Dispatches subagents to scan project and user-level directories, migrate files, and delete originals, with support for undoing the migration on request. - Use Case: You have a dozen .cursor/rules/.mdc files and several .cursor/commands/.md files scattered across a project. Run this Skill to consolidate them into .cursor/skills/ so they are discoverable and invocable as Agent Skills. ## Quick Start Migrate all of my Cursor rules and slash commands in this workspace into Agent Skills under .cursor/skills/.