create-skill

Guide authors through creating SKILL.md files with YAML frontmatter for Cursor.

Updated Dec 17, 2024
One-click install
npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill create-skill-laf-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/LAF-US/IDAHO-VAULT/tree/main/.cursor/skills-cursor/create-skill
Command: npx skills add https://github.com/LAF-US/IDAHO-VAULT --skill create-skill-laf-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides authors through creating well-structured Skill Units for Cursor, ensuring consistent frontmatter, templates, and discoverable documentation.

Core Features & Use Cases

  • Provides a standardized SKILL.md template with required name and description in YAML frontmatter.
  • Outlines storage locations, optional component directories, and progressive disclosure practices for scalable skills.
  • Serves as a blueprint for project or personal Skill creation and onboarding new contributors.

Quick Start

Create a new skill directory (e.g., my-skill), add SKILL.md with YAML frontmatter including name and description, and follow the suggested structure.

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?

To create a Cursor skill, you generate a SKILL.md file containing standardized YAML frontmatter with required name and description fields, ensuring the skill unit is well-structured and discoverable.

What is progressive disclosure when designing Cursor skills?

Progressive disclosure is a best practice for designing Cursor skills that outlines scalable storage locations and optional component directories, preventing information overload by revealing complexity only as needed.

What's the best way to structure templates for Cursor skill creation?

The best way to structure templates for Cursor skill creation is using a standardized SKILL.md blueprint with required YAML frontmatter, storage locations, and optional component directories to ensure compliance.

Do I need YAML frontmatter for a Cursor skill to work properly?

Yes, you need YAML frontmatter for a Cursor skill to work properly because it contains the required name and description fields that satisfy safety checks and ensure the skill is discoverable.

Can I include optional scripts and references when updating Cursor skills?

Yes, you can include optional scripts, references, and assets when updating Cursor skills by placing them in designated component directories, which enhances the core SKILL.md structure without violating compliance.