migrate-to-skills

Convert Cursor rules and slash commands into SKILL.md format.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill migrate-to-skills-michael-bodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/skills/migrate-to-skills
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill migrate-to-skills-michael-bodo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of migrating existing Cursor rules and slash commands into the standardized Agent Skills format, ensuring better organization and discoverability.

Core Features & Use Cases

  • Rule Conversion: Transforms .mdc rule files into SKILL.md format, adapting their structure for the skills system.
  • Command Consolidation: Migrates .md command files into the skills directory, adding necessary frontmatter for proper integration.
  • Use Case: You have a collection of custom rules and commands defined in older formats within your project or user configurations. This Skill helps you update them to the new Agent Skills structure with minimal manual effort.

Quick Start

Use the migrate-to-skills skill to convert all project rules and commands to the new skills format.

Frequently Asked Questions about migrate-to-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Cursor rules to the SKILL.md format?

To convert Cursor rules to the SKILL.md format, this tool extracts metadata and restructures frontmatter from .mdc files, preserving original content for proper integration into the Agent Skills framework.

Can I migrate slash commands to Agent Skills?

Yes, you can migrate slash commands to Agent Skills by consolidating .md command files into the skills directory, automatically adding the necessary frontmatter for proper execution and discoverability.

What is the best way to migrate project-level and user-level Cursor configurations?

Migrating project-level and user-level Cursor configurations is best handled by converting legacy .mdc and .md files into the standardized SKILL.md format, ensuring your skills remain properly discoverable and executable.

Does converting .mdc rule files preserve the original content?

Yes, converting .mdc rule files preserves the original content while adapting the structure for the skills system, extracting metadata and restructuring frontmatter to ensure proper integration within Agent Skills.

Why are my migrated commands not discoverable in the Agent Skills framework?

Migrated commands may not be discoverable if the .md files lack necessary frontmatter; this migration process automatically adds the required frontmatter structure to ensure skills are recognized within the Agent Skills framework.