migrate-to-skills

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

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill migrate-to-skills-masermediagroup-stack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/masermediagroup-stack/CursorSkills/tree/main/skills-bundle/skills-cursor/migrate-to-skills
Command: npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill migrate-to-skills-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert Cursor rules ("Applied intelligently") and slash commands to Agent Skills format by converting .cursor/rules/.mdc and .cursor/commands/.md into SKILL.md directories. This process preserves the original body content verbatim and maps each source file to a corresponding skill directory under .cursor/skills.

Core Features & Use Cases

  • Migrate project rules located under any nested .cursor/rules/*.mdc files to SKILL.md format.
  • Migrate user and project commands from .cursor/commands/*.md into skills with frontmatter.
  • Preserve the exact body content, including whitespace and code blocks, during migration for fidelity.

Quick Start

Identify eligible rule and command files, convert them to SKILL.md under .cursor/skills, and preserve bodies exactly as they appear.

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 Skills format?▼

To convert Cursor rules to Skills format, migrate .cursor/rules/*.mdc files into SKILL.md directories under .cursor/skills while preserving the original body content verbatim.

Can I migrate slash commands to Agent Skills without losing formatting?▼

Yes, you can migrate .cursor/commands/*.md files to Agent Skills. The process preserves exact body content, including whitespace and code blocks, ensuring full content fidelity.

What is the process for generating SKILL.md frontmatter from existing rules?▼

Generating SKILL.md frontmatter involves mapping each source rule or command file to a corresponding skill directory, creating the new frontmatter, and relocating the content with structural safeguards.

Does migrating .mdc files to skill directories alter the original rule content?▼

No, migrating .mdc files to skill directories does not alter the original rule content. The migration process preserves the original body content verbatim during the conversion.

How do I locate eligible files for migration to Agent Skills?▼

You locate eligible files for migration by identifying existing nested .cursor/rules/*.mdc and .cursor/commands/*.md files, then converting them into the new SKILL.md directory structure.