create-skill

Guide creation of Cursor Agent Skills with SKILL.md structure and naming conventions.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill create-skill-luigiinred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/create-skill
Command: npx skills add https://github.com/luigiinred/dotfiles --skill create-skill-luigiinred

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to creating, structuring, and optimizing Agent Skills for Cursor, ensuring they are discoverable, efficient, and effective.

Core Features & Use Cases

  • Skill Structure Guidance: Details the required SKILL.md format, directory layout, and storage locations.
  • Best Practice Enforcement: Offers advice on writing clear descriptions, concise instructions, and using progressive disclosure.
  • Use Case: A user wants to create a new skill to automatically generate commit messages based on git diffs. This skill will guide them through naming, describing, and structuring their new skill.

Quick Start

Follow the steps in this skill to create a new skill for Cursor.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create Agent Skills for Cursor?

To create Agent Skills for Cursor, you need to structure a `SKILL.md` file following specific naming conventions, directory layouts, and clear descriptions to ensure the skill is discoverable and effective.

What is progressive disclosure in Cursor skill creation?

Progressive disclosure in Cursor skill creation is a best practice that involves writing concise instructions and structuring the `SKILL.md` content to reveal complexity only when needed, optimizing the agent's efficiency.

What's the best way to write descriptions for Agent Skills?

The best way to write descriptions for Agent Skills is to use clear, concise language that accurately represents the processing logic, ensuring the Cursor agent can effectively discover and execute the intended task.

When do I need utility scripts for deterministic tasks in Cursor?

You need utility scripts for deterministic tasks in Cursor when an Agent Skill requires precise, repeatable processing logic that should not rely on the AI's generative interpretation, ensuring consistent execution.

Does this skill structure guidance work for any developer tools?

This skill structure guidance is specifically tailored for the Cursor environment, detailing the required `SKILL.md` format, directory layout, and storage locations needed to build effective agent skills within that platform.