create-skill

Guide creation of custom AI agent skills with SKILL.md formatting.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill create-skill-michael-bodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/skills/create-skill
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill create-skill-michael-bodo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating new AI agent skills by providing a structured guide and best practices for defining their functionality and behavior.

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, use progressive disclosure, and avoid common anti-patterns.
  • Use Case: A developer wants to create a new skill to automatically generate commit messages. This Skill guides them through defining the skill's name, description, and necessary instructions.

Quick Start

Use the create-skill skill to start building a new 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 a custom AI agent skill for Cursor?

To create a custom AI agent skill for Cursor, you need to define its purpose, location, and triggers using the required SKILL.md format. This process guides you through structuring the directory layout and specifying domain knowledge.

What is the SKILL.md format for building agent skills?

The SKILL.md format is the required structure for defining custom AI agent skills, detailing the skill's name, description, triggers, and output preferences. It enforces best practices like progressive disclosure to ensure proper agent behavior.

How do I structure directory layouts and best practices for skill creation?

Skill creation requires a specific directory layout and adherence to best practices like progressive disclosure and avoiding common anti-patterns. This ensures the agent correctly interprets domain knowledge and output preferences.

Do I need prior prompt engineering experience to build Cursor skills?

While prior prompt engineering experience helps, building Cursor skills mainly requires defining the skill's purpose, triggers, and domain knowledge. The creation process provides structured guidance for writing effective descriptions and formatting.

What are common anti-patterns to avoid when developing agent skills?

Common anti-patterns in agent development include poorly written descriptions and failing to use progressive disclosure. Avoiding these ensures the AI agent correctly interprets the skill's purpose, triggers, and output preferences.