create-skill

Guide users through creating custom Agent Skills for the Cursor IDE.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating effective Agent Skills within the Cursor IDE, enabling users to automate custom workflows.

Core Features & Use Cases

  • Skill Structure Guidance: Explains the required SKILL.md format, directory layout, and storage locations.
  • Best Practice Enforcement: Details how to write effective descriptions, maintain conciseness, and use progressive disclosure.
  • Workflow Patterns: Offers examples for templates, common examples, and conditional workflows.
  • Use Case: A user wants to create a new skill to automatically format commit messages according to their team's standards. This skill will guide them through defining the skill's purpose, structure, and content.

Quick Start

Follow the steps outlined 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 custom agent skills for the Cursor IDE?

Creating custom agent skills for the Cursor IDE involves defining a structured `SKILL.md` file, organizing the directory layout, and applying best practices for conciseness and progressive disclosure to automate workflows.

What is the correct structure and format for a Cursor SKILL.md file?

A Cursor SKILL.md file requires a specific structure covering the skill's purpose, descriptions, and content. Best practices dictate maintaining conciseness and using progressive disclosure to ensure the agent processes instructions effectively.

What are the best practices for writing effective agent skill descriptions in Cursor?

Effective agent skill descriptions in Cursor require conciseness, clear purpose definition, and progressive disclosure of information. Following these practices ensures the automated workflows and custom capabilities function as intended.

Can I use workflow automation patterns like templates and conditional logic in Cursor agent skills?

Yes, Cursor agent skills support workflow automation patterns including templates, common examples, and conditional workflows. These patterns facilitate the development of customized automated processes and agent behaviors.

How do I set up a skill to automatically format commit messages in Cursor?

To automate commit message formatting, you create a custom skill by defining its purpose, structuring the `SKILL.md` file, and writing content that enforces your team's specific standards within the Cursor IDE.