create-skill

Guide users through creating Agent Skills for Cursor with SKILL.md files.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill create-skill-renzo-tognella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Renzo-Tognella/UniversalThingsForMyAgents/tree/main/skills/create-skill
Command: npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill create-skill-renzo-tognella

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users navigate the process of creating effective Agent Skills for Cursor, streamlining the development and structuring of new skills.

Core Features & Use Cases

  • Skill Creation Guidelines: Offers comprehensive guidelines on structuring a new skill, from defining the purpose to writing effective descriptions.
  • Skill File Structure: Details the layout of skill directories and the required SKILL.md structure.
  • Authoring Best Practices: Provides best practices for writing descriptions, choosing degrees of freedom, and progressive disclosure.

Quick Start

Run the create-skill command to initiate the process of building 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 an Agent Skill for Cursor?

To create an Agent Skill for Cursor, you structure a skill directory and write a SKILL.md file defining its purpose, descriptions, and supporting reference materials. The process involves defining the skill's scope, choosing degrees of freedom, and documenting progressive disclosure.

What is the correct file structure for an Agent Skill?

The correct Agent Skill file structure requires a dedicated skill directory containing a SKILL.md file and supporting reference materials. This layout ensures the skill is properly recognized and documented within the Cursor environment.

What are the best practices for writing SKILL.md files?

Best practices for writing SKILL.md files include providing clear descriptions, choosing appropriate degrees of freedom for the agent, and using progressive disclosure to manage complexity. These guidelines ensure the skill remains effective and maintainable.

How do I add reference materials to an AI coding skill?

You add reference materials to an AI coding skill by incorporating supporting documents into the skill directory alongside the SKILL.md file. This provides the agent with necessary context and detailed instructions during execution.

Do I need prior coding experience to build Agent Skills?

Building Agent Skills requires familiarity with markdown and AI coding workflows to effectively structure directories and author SKILL.md files. The process focuses on documentation and structuring rather than complex programming.