migrate-to-skills

Migrate Cursor rules and slash commands to SKILL.md-based skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/OM-bit-hub/daily_tracker --skill migrate-to-skills-om-bit-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/OM-bit-hub/daily_tracker/tree/main/.agents/skills-cursor/migrate-to-skills
Command: npx skills add https://github.com/OM-bit-hub/daily_tracker --skill migrate-to-skills-om-bit-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrate Cursor rules and slash commands to Agent Skills format. This process converts .cursor/rules/.mdc and .cursor/commands/.md into SKILL.md-based skills, preserving the exact body content.

Core Features & Use Cases

  • Migrate project and user sources for rules and commands by converting to SKILL.md structure.
  • Preserve the full body content verbatim; ignore internal worktrees and reserved directories.
  • Document location mappings and provide a repeatable workflow for validating migrations.

Quick Start

Run the migration workflow to convert all eligible Cursor rules and slash commands into SKILL.md skills while preserving the original body content 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 and slash commands to skills format?

To convert Cursor rules and slash commands to skills format, this tool migrates .cursor/rules/*.mdc and .cursor/commands/*.md files into SKILL.md structures while preserving the exact body content verbatim. It enforces frontmatter with name and description for each migrated skill.

What happens to my original Cursor .mdc rule content during migration?

During migration, the exact body content of your Cursor .mdc rule files is preserved verbatim. The tool only enforces the new SKILL.md structure and adds frontmatter with name and description, keeping your original logic intact.

Can I migrate both project and user level Cursor commands at the same time?

Yes, you can migrate both project and user level Cursor commands. The tool operates on both project and user sources, converting all eligible rules and commands into SKILL.md-based skills within a single repeatable workflow.

Does the Cursor rules migration process handle internal worktrees or reserved directories?

The Cursor rules migration process explicitly ignores internal worktrees and reserved directories. It focuses solely on converting eligible source files and documents the original location mappings for your reference.

How do I validate a successful Cursor commands to SKILL.md migration?

To validate a successful Cursor commands to SKILL.md migration, follow the provided repeatable workflow steps. The tool documents location mappings between the original .cursor files and the new SKILL.md skills to verify conversion accuracy.