migrate-to-skills

Convert Cursor rules and slash commands into Agent Skills entries.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill migrate-to-skills-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/coco-research/coco/tree/main/adapters/cursor/skills/migrate-to-skills
Command: npx skills add https://github.com/coco-research/coco --skill migrate-to-skills-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of converting Cursor rules and slash commands into Agent Skills, while keeping the original content intact and organized in the right place.

Core Features & Use Cases

  • Rules Migration: Converts applicable .cursor/rules/*.mdc files into SKILL.md format when they are “applied intelligently” rules.
  • Command Migration: Moves .cursor/commands/*.md slash commands into skill directories with the required frontmatter.
  • Exact Preservation: Copies the body content verbatim so formatting, code blocks, and instructions remain unchanged.
  • Use Case: Use this Skill when you want to consolidate scattered Cursor rules and commands into reusable skills without rewriting the underlying instructions.

Quick Start

Ask me to migrate the eligible Cursor rules and commands in your workspace into .cursor/skills/ while preserving each file’s body exactly.

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 into reusable markdown skills?

To convert Cursor rules into reusable markdown skills, this tool transforms .cursor/rules/*.mdc files into SKILL.md format. It recreates the required frontmatter, copies the original body content verbatim, and removes the migrated source files.

How do I move Cursor slash commands into a skills directory?

Moving Cursor slash commands into a skills directory relocates .cursor/commands/*.md files while applying the required frontmatter. The process preserves the exact markdown body content, ensuring formatting, code blocks, and instructions remain unchanged during consolidation.

Does migrating cursor rules to skills change my original markdown content?

Migrating cursor rules to skills does not change your original markdown content. The process copies the body content verbatim from .mdc and .md files, ensuring formatting, code blocks, and underlying instructions remain exactly as they were before the migration.

When should I consolidate nested Cursor rules into Agent Skills?

You should consolidate nested Cursor rules into Agent Skills when you want to organize scattered rules and slash commands into reusable entries without rewriting instructions. This is ideal for refining applied intelligently rules into structured skill directories.

What happens to the original .cursor files after migrating to skills?

After migrating to skills, the original .cursor rules and command files are removed from the workspace. This deletion happens only after the exact markdown body content and frontmatter are successfully recreated within the new skill directory structure.