create-skill

Guide creation of Agent Skills with SKILL.md structure and best practices.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zapabob/Skills --skill create-skill-zapabob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/zapabob/Skills/tree/main/registry/skills/create-skill/variants/cursor-rules
Command: npx skills add https://github.com/zapabob/Skills --skill create-skill-zapabob

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides users through the process of creating effective Agent Skills for AI platforms like Cursor, ensuring adherence to best practices and optimal structure.

Core Features & Use Cases

  • Skill Structure Guidance: Provides a clear blueprint for organizing skill directories and files.
  • SKILL.md Best Practices: Details requirements for frontmatter, descriptions, and content.
  • Use Case: A developer wants to create a new skill to automate code formatting according to project standards. They use this skill to understand how to structure their SKILL.md, write a clear description, and organize any necessary helper scripts.

Quick Start

Follow the steps outlined in this skill to create a new AI agent skill.

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 AI agent skill for Cursor?

To create an AI agent skill for Cursor, you need to structure your skill directories correctly and write a SKILL.md file with proper frontmatter, descriptions, and content following best practices for concise instructions and progressive disclosure.

What should be included in a SKILL.md file for prompt engineering?

A SKILL.md file for prompt engineering should include clear frontmatter, a concise description of the skill, and structured content that provides appropriate degrees of freedom for the AI agent's instructions.

What is the recommended structure for AI development skill directories?

The recommended structure for AI development skill directories involves organizing the root SKILL.md file alongside any necessary helper scripts or reference files to ensure the agent can discover and execute the skill effectively.

What are the best practices for writing AI agent skill descriptions?

Best practices for writing AI agent skill descriptions emphasize concise content, progressive disclosure of information, and setting appropriate degrees of freedom to guide the agent without overly restricting its reasoning.

Can I use this skill creation guide to automate code formatting tasks?

Yes, you can use this skill creation guide to build an AI agent skill that automates code formatting according to project standards by structuring the SKILL.md and organizing necessary helper scripts.

What phases are involved in the skill creation workflow?

The skill creation workflow involves four main phases: discovery, design, implementation, and verification, ensuring the final AI agent skill is effective and adheres to optimal structural guidelines.