What problem does it solve? Cursor projects accumulate rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) that predate the Agent Skills format. Manually converting each file to the .cursor/skills/ structure is repetitive and 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 slash commands into skills, inferring the description from the first heading and adding disable-model-invocation so they remain user-triggered. - Parallel Subagent Workflow: Dispatches subagents to handle project rules, project commands, and user commands concurrently, then summarizes results and supports undoing the migration. - Use Case: After upgrading Cursor, run this skill to consolidate all legacy rules and commands across your workspace and home directory into the unified .cursor/skills/ directory. ## Quick Start Ask the assistant to migrate all Cursor rules and slash commands in this project to the Agent Skills format.