create-skill

Guide creation of Cursor Agent Skills with SKILL.md and YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable blueprint for creating, documenting, and validating Cursor Agent Skills, helping teams standardize skill formats and ensure quality.

Core Features & Use Cases

  • Provides a clear SKILL.md template with required frontmatter (name, description) and a recommended structure.
  • Describes optional resources (scripts, references, assets) and their usage.
  • Includes best practices for progressive disclosure, naming conventions, and discovery rules.

Quick Start

Create a new skill directory, add a SKILL.md with proper frontmatter, and follow the template to document the skill.

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 agent skill from scratch?

To create a Cursor agent skill, set up a new directory and add a SKILL.md file containing YAML frontmatter with the required name and description fields, then follow the template to document the skill.

What frontmatter fields are required for a SKILL.md file?

A SKILL.md file requires YAML frontmatter with name and description fields. You can optionally include scripts, references, and assets to support the skill's functionality.

What are the best practices for writing Cursor skill documentation?

Best practices for Cursor skill documentation include applying progressive disclosure, following controlled naming conventions, and performing quality checks to ensure the skill is discoverable and standardized.

Can I include scripts and references when building a Cursor agent skill?

Yes, you can optionally include scripts, references, and assets in your skill directory to provide additional context and functionality for the Cursor agent.

Why do I need to follow a standard structure for Cursor agent skills?

Following a standard structure for Cursor agent skills ensures repeatable quality, enforces formatting conventions, and helps teams standardize skill formats for consistent agent performance.

Does a Cursor agent skill require a specific directory structure?

A Cursor agent skill requires its own directory containing a SKILL.md file with proper frontmatter, and it can optionally hold scripts, references, and assets within that same directory structure.