create-skill

Guide creation of Agent Skills for Cursor with SKILL.md files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/min-zou/obsidian-doc --skill create-skill-min-zou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/min-zou/obsidian-doc/tree/main/format/areas/system/agent-skills/cursor-builtin/create-skill
Command: npx skills add https://github.com/min-zou/obsidian-doc --skill create-skill-min-zou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users create and manage Agent Skills for Cursor, streamlining the process of defining and deploying specialized tasks and workflows.

Core Features & Use Cases

  • Skill Creation Guide: Provides a comprehensive guide on creating Agent Skills, from gathering requirements to implementing the final SKILL.md file.
  • Storage and Trigger Configuration: Assists in deciding the storage location and trigger scenarios for the skill.
  • Reference and Scripting Support: Offers resources for detailed documentation, examples, and utility scripts for skill enhancement.

Quick Start

Create a new skill by following the steps outlined in the guide, ensuring to gather all necessary requirements and choose the appropriate storage location.

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 define skill requirements, write the SKILL.md file, and incorporate optional scripts and references for deployment. This process streamlines defining and deploying specialized tasks and workflows.

What is the process for writing a SKILL.md file?

Writing a SKILL.md file involves gathering requirements, defining the skill's scope, and documenting the implementation details for Cursor. The process guides you from initial design to final deployment configuration.

Do I need Python to write scripts for Cursor Agent Skills?

Yes, Python is required as a dependency to write and incorporate utility scripts for Cursor Agent Skills. Scripting knowledge is necessary to enhance your skills with automated functionality.

How do I configure triggers and storage locations for Agent Skills?

Configuring triggers and storage locations for Agent Skills involves deciding where the skill resides and defining scenarios that activate it. This ensures the specialized workflow executes correctly within Cursor.

What is the best way to add references and documentation to a Cursor skill?

The best way to add references to a Cursor skill is to include dedicated documentation and examples within the skill structure. This provides the necessary context and utility scripts for skill enhancement.

What are the limitations when deploying Agent Skills in Cursor?

Limitations when deploying Agent Skills in Cursor include the requirement of understanding Cursor's architecture and having scripting knowledge. Complex specialized tasks may need careful configuration of optional scripts and references.