migrate-to-skills

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

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/pmarashian/cursor-agent-skills --skill migrate-to-skills-pmarashian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/pmarashian/cursor-agent-skills/tree/main/migrate-to-skills
Command: npx skills add https://github.com/pmarashian/cursor-agent-skills --skill migrate-to-skills-pmarashian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the migration of existing Cursor rules and slash commands into the new Agent Skills format, ensuring compatibility and discoverability.

Core Features & Use Cases

  • Automated Conversion: Converts .mdc rules and .md slash commands to the SKILL.md format.
  • Preserves Content: Ensures the original rule or command body content is copied verbatim.
  • Use Case: You have a collection of custom rules and commands in your .cursor directory that you want to integrate into the new Skills framework. This Skill handles the conversion process automatically.

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

To convert Cursor rules to the Skills format, use the migrate-to-skills tool to automatically restructure your .mdc files into the SKILL.md format while preserving the original content verbatim for new skill discovery and invocation.

Can I transfer my Cursor slash commands into Agent Skills?

Yes, you can transfer Cursor slash commands into Agent Skills by converting your existing .md slash command files into the SKILL.md format, ensuring compatibility and discoverability within the new Skills framework.

Does migrating commands to Skills format preserve the original content?

Migrating commands to the Skills format preserves the original rule or command body content verbatim, automatically restructuring only the frontmatter to support new skill discovery without altering your automation logic.

What is the best way to migrate a collection of Cursor automation configurations?

The best way to migrate a collection of Cursor automation configurations is to use an automated conversion tool that processes your .cursor directory, converting both rules and slash commands into the SKILL.md format simultaneously.

Do I need to manually rewrite frontmatter when converting .mdc files to Skills?

You do not need to manually rewrite frontmatter when converting .mdc files, because the migration process automatically restructures the frontmatter for the new Agent Skills format while keeping the underlying content intact.