migrate-to-skills

Convert Cursor rules and slash commands to Agent Skills format.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TheFVG/proof-deals --skill migrate-to-skills-thefvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-to-skills
Source: https://github.com/TheFVG/proof-deals/tree/main/docs/agent-index/snapshots/skills-cursor/migrate-to-skills
Command: npx skills add https://github.com/TheFVG/proof-deals --skill migrate-to-skills-thefvg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of migrating Cursor rules and commands to the Agent Skills format, ensuring compatibility and ease of use with Agent systems.

Core Features & Use Cases

  • Rule Conversion: Converts Cursor rules (.cursor/rules/*.mdc) to the SKILL.md format.
  • Command Consolidation: Integrates slash commands (.cursor/commands/*.md) into the skills directory.
  • Preservation of Content: Retains the original body content without modification, ensuring integrity.

Quick Start

Migrate all Cursor rules and commands to Agent Skills format by running the migrate-to-skills skill.

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?

To convert Cursor rules, this Skill transforms .cursor/rules/*.mdc files into the SKILL.md format, ensuring immediate backward compatibility and simplified management within the Agent platform.

Can I migrate slash commands to the skills directory?

Yes, you can migrate slash commands by consolidating .cursor/commands/*.md files directly into the Agent skills directory while preserving the original body content without modification.

What is the best way to integrate Cursor commands into an Agent system?

The best way to integrate Cursor commands is using a migration Skill that consolidates commands and rules into the SKILL.md format, simplifying system integration for the Agent platform.

Does migrating Cursor rules to Agent Skills modify my original content?

No, migrating Cursor rules to Agent Skills retains the original body content without modification, ensuring complete preservation of your instructions and data integrity during the format conversion.

Why should I consolidate slash commands into the skills directory?

Consolidating slash commands into the skills directory ensures backward compatibility and simplifies skill management, allowing the Agent system to uniformly process rules and commands.