create-skill

Create Cursor Skills with standardized SKILL.md frontmatter and four-phase workflows.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mayervc/movie-app --skill create-skill-mayervc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/mayervc/movie-app/tree/main/.cursor/skills/create-skill
Command: npx skills add https://github.com/mayervc/movie-app --skill create-skill-mayervc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables consistent creation of Cursor Skills by providing a standardized process for defining frontmatter, outlining required structure, and presenting best practices for skill workflows.

Core Features & Use Cases

  • Establishes a clear SKILL.md frontmatter contract (name and description) at the root of every skill.
  • Provides guided patterns for organization (progressive disclosure, one-level references, and templates) to keep skills concise and discoverable.
  • Covers discovery, design, implementation, and verification phases to ensure robust skill creation workflows.

Quick Start

Define a new skill by writing its SKILL.md frontmatter and then follow the four-phase Skill Creation workflow.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a Cursor Skill with the correct SKILL.md frontmatter?

A Cursor Skill requires a SKILL.md file at its root with frontmatter fields for name and description. This contract defines the Skill's purpose, boundaries, and trigger conditions.

What is the recommended workflow for designing and implementing Cursor Skills?

The recommended workflow for designing Cursor Skills involves four phases: discovery, design, implementation, and verification. This ensures robust creation by progressively disclosing capabilities and organizing references.

How should I structure directories and references when building a Cursor Skill?

Organize Cursor Skills using one-level references and optional directories such as scripts, references, and assets. Following progressive disclosure patterns keeps skill content concise and discoverable.

What are the best practices for keeping Cursor Skills concise and discoverable?

Best practices for concise Cursor Skills include using progressive disclosure, one-level references, and established templates. These patterns prevent bloat and ensure the Skill remains easily discoverable.

Do I need any external dependencies or components to start crafting a Cursor Skill?

No external dependencies or components are required. You only need to define the SKILL.md frontmatter and follow the four-phase creation workflow to establish a functional skill.