migrate-to-skills

Convert Cursor rules and slash commands into Agent Skills format.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/StarksJohn/CursorUserDir --skill migrate-to-skills-starksjohn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/StarksJohn/CursorUserDir/tree/main/skills-cursor/migrate-to-skills
Command: npx skills add https://github.com/StarksJohn/CursorUserDir --skill migrate-to-skills-starksjohn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines your Cursor workflow by converting existing "Applied intelligently" rules and slash commands into the more organized and manageable Agent Skills format.

Core Features & Use Cases

  • Rule Migration: Transforms .cursor/rules/*.mdc files into the SKILL.md format, consolidating logic.
  • Command Consolidation: Migrates .cursor/commands/*.md files into the skills directory for better discoverability and management.
  • Use Case: You have several custom rules and commands scattered across your Cursor configuration. This skill helps you centralize them into the skills/ directory, making them easier to manage and discover.

Quick Start

Use the migrate-to-skills skill to convert all applicable rules and commands in the project directory.

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

This skill migrates `.cursor/rules/*.mdc` files into the `SKILL.md` format. It precisely maps frontmatter and body content while preserving original instructions verbatim for centralized management.

Can I migrate slash commands to the skills directory in Cursor?

Yes, you can migrate slash commands by consolidating `.cursor/commands/*.md` files into the `skills/` directory. This centralizes your custom configurations for better discoverability and management.

What is the best way to consolidate custom rules and commands in Cursor?

The best way to consolidate configurations is migrating them into the Agent Skills format. This centralizes scattered `.cursor` configurations into a single `skills/` directory for streamlined workflow management.

Does migrating Cursor rules to skills preserve the original instructions?

Yes, migrating Cursor rules to skills preserves original instructions verbatim. The conversion process requires precise mapping of frontmatter and body content without altering the underlying rule logic.

When do I need to convert MDC files to the SKILL.md format?

You need to convert MDC files to the SKILL.md format when organizing scattered Cursor rules. This migration centralizes your logic into the `skills/` directory, making configurations easier to discover and manage.