migrate-to-skills

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

2|Updated Apr 11, 2025
One-click install
npx skills add https://github.com/abhimehro/personal-config --skill migrate-to-skills-abhimehro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/abhimehro/personal-config/tree/main/.cursor/skills-cursor/migrate-to-skills
Command: npx skills add https://github.com/abhimehro/personal-config --skill migrate-to-skills-abhimehro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert Cursor rules ("Applied intelligently") and slash commands into Agent Skills format by producing SKILL.md entries and aligning structures, enabling standardized skill management and reuse.

Core Features & Use Cases

  • Migrate project rules from {.cursor/rules/*.mdc} into corresponding SKILL.md files under {.cursor/skills/}.
  • Migrate commands from {.cursor/commands/.md} (and user commands under ~/.cursor/commands/.md) into SKILL.md entries with proper frontmatter and preserved content.
  • Preserve the exact body content of migrated materials to ensure fidelity and traceability.

Quick Start

Run the migration workflow to transform applicable Cursor rule and command files into SKILL.md entries under .cursor/skills.

Frequently Asked Questions about migrate-to-skills

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

FAQPage Schema
How do I migrate Cursor rules to Agent Skills format?

Convert Cursor slash commands into Agent Skills by creating SKILL.md entries under .cursor/skills/ that preserve the exact original body content from .cursor/commands/*.md, including user commands from ~/.cursor/commands/.

What happens to original Cursor files after migration to SKILL.md?

Original Cursor rules and commands are deleted after successful migration to SKILL.md files to avoid duplicate content and ensure clean skill management within the .cursor/skills directory.

Does migrating Cursor commands to Agent Skills preserve the original content?

Migrating Cursor commands to Agent Skills preserves exact body content verbatim, ensuring fidelity and traceability while wrapping the text in SKILL.md frontmatter with required name and description fields.

What frontmatter fields are required to convert Cursor rules into SKILL.md entries?

Converting Cursor rules into SKILL.md entries requires frontmatter fields for name and description, which structure the migrated content into a standardized Agent Skills format for reuse.

Can I migrate user-level Cursor commands along with project rules?

Migrate user-level Cursor commands from ~/.cursor/commands/*.md alongside project rules and commands, converting each file into a corresponding SKILL.md entry under the .cursor/skills directory structure.