import-command

Solid

Convert Cursor custom commands (.cursor/commands/*.md) to Claude Code skills (.claude/skills/*/SKILL.md). Use when the user says "import command to skill", "convert command to skill", or "migrate cursor command".

AI & Automation 9 stars 1 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# import-command Convert Cursor custom commands to Claude Code skills. ## Trigger Examples - "Import command to skill" - "Convert command to skill" - "Migrate cursor command to skill" - "Turn this command into a skill" ## Format Differences ### Cursor Command Format ```markdown # /command-name ## Overview [Description] ## Usage [Usage pattern] ## Prerequisites [Prerequisites] ## Execution Flow (steps) [Steps] ## AI considerations [AI guidance] ## Notes [Notes] ## Examples [Examples] ``` ### Claude Code Skill Format ```markdown --- name: skill-name description: [What it does and when to use it. Include trigger phrases.] --- # skill-name [One-line overview] ## Trigger Examples - "Trigger phrase 1" - "Trigger phrase 2" ## Prerequisites (optional) - [Prerequisite] ## Execution Flow ### 1. [Step name] - [Details] ## Notes - [Note] ``` ## Conversion Rules ### 1. Command Name → Skill Name - Remove leading `/` - Keep kebab-case: `/commit-push-pr` → `commit-push-pr` ### 2. Overview → Description (Frontmatter) - Combine "Overview" and "Usage" into a concise description - Add trigger phrases based on the command name and purpose - This is the most important part: description determines when the skill triggers ### 3. Usage → Trigger Examples - Convert usage patterns to natural language trigger phrases - Example: `/check-secrets [--strict]` → "Check for secrets", "Scan for leaks" ### 4. Execution Flow (steps) → Execution Flow - Keep the step structure - ...

Details

Author
koborin-ai
Repository
koborin-ai/site
Created
9 months ago
Last Updated
3 days ago
Language
MDX
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category