create-skill

Create Cursor Agent Skills with consistent frontmatter and structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create high-quality Cursor Agent Skills with consistent frontmatter and structure.

Core Features & Use Cases

  • Establish a consistent template for Skill units, including mandatory SKILL.md with name and description, and optional references/scripts/assets.
  • Provide a blueprint for converting ideas into production-ready skills, with best practices for metadata, progressive disclosure, and one-level references.
  • Use Case: A developer wants to author a new Skill that assists with code reviews and documentation scaffolding.

Quick Start

Describe your intended Skill in plain language and indicate storage location (personal or project) to begin the Skill creation process.

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 that follows markdown best practices?

To create a Cursor Skill, describe your intended idea in plain language and specify personal or project storage. The skill enforces markdown best practices, consistent frontmatter, and clear category tagging to ensure reliable execution.

What is the SKILL.md format needed for skill creation?

The SKILL.md format requires mandatory name and description frontmatter to establish a consistent template. Optional references, scripts, and assets can be added to support progressive disclosure and one-level references for discoverability.

What's the best way to structure frontmatter metadata for a new Cursor Skill?

The best way to structure frontmatter metadata is by enforcing conformance to a consistent template. This ensures proper category tagging, supports progressive disclosure, and maintains one-level references for reliable execution.

Can I use a skill template for both personal and project documentation?

Yes, you can use a skill template for both personal and project contexts. During skill creation, indicate your desired storage location to generate a production-ready unit with appropriate metadata and structure.

When do I need one-level references in Cursor Skill markdown?

You need one-level references in Cursor Skill markdown to maintain clear structure and enforce progressive disclosure. This approach ensures reliable execution by preventing deeply nested dependencies within your skill template.