create-skill

Create Cursor Agent Skills with templates and a structured workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides comprehensive guidance on creating Cursor Agent Skills, offering structured instructions and templates to streamline the process.

Core Features & Use Cases

  • Skill Creation Workflow: A structured guide to create a new skill, from gathering requirements to implementation and verification.
  • Detailed Documentation: Comprehensive instructions on writing effective descriptions, skill file structure, and best practices.
  • Examples and Patterns: Provides templates for common skill patterns like templates, examples, and workflows.

Quick Start

To start creating a new skill, run the command: create-skill --start.

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, follow a structured workflow from requirements gathering to implementation and verification. Run the `create-skill --start` command to initialize the process and generate the necessary files and documentation templates.

What is the correct SKILL.md structure for agent skills?

The SKILL.md structure for agent skills includes dedicated sections for problem definition, core features, use cases, and quick start commands. Following this structured markdown format ensures the Cursor Agent can properly parse and execute your custom skill.

Does this skill creation workflow provide templates for common programming patterns?

Yes, the skill creation workflow provides templates and examples for common skill patterns such as workflows and documentation structures. These pre-defined patterns streamline development by offering standardized markdown layouts for typical agent skill scenarios.

What should I include when writing documentation for a new agent skill?

When writing documentation for a new agent skill, include comprehensive instructions on the problem it solves, core features, and use cases. Providing a quick start command and detailed skill file structure ensures effective implementation and usage.

Are there best practices for writing markdown descriptions for Cursor Agent Skills?

Best practices for writing markdown descriptions for Cursor Agent Skills involve using clear problem statements and structured use case sections. Effective descriptions directly explain the functionality and provide quick start commands for immediate integration.