What problem does it solve? Teams that accumulated Codex rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) need a consistent way to consolidate them into the Agent Skills format without losing or altering the original instruction content. ## Core Features & Use Cases - Rule Migration: Converts .mdc rule files with a description (and no globs or alwaysApply) into SKILL.md files with name and description frontmatter while preserving the body verbatim. - Command Migration: Converts plain markdown slash commands into SKILL.md files, adding name, inferred description, and disable-model-invocation frontmatter. - Parallel Subagent Workflow: Dispatches subagents to find, convert, and clean up files across project and user-level .cursor directories, with an undo path to restore originals. - Use Case: A repository with dozens of .cursor/rules/*.mdc files can be migrated in one pass into .cursor/skills/ directories, each containing a valid SKILL.md, with originals deleted only after conversion. ## Quick Start Migrate all of my Cursor rules and slash commands in this workspace into Agent Skills under .cursor/skills/.