create-skill

Guide creation of Cursor Agent Skills using the SKILL.md format.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Brendon3578/media-transcript-knowledge-web --skill create-skill-brendon3578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Brendon3578/media-transcript-knowledge-web/tree/main/.trae/skills/create-skill
Command: npx skills add https://github.com/Brendon3578/media-transcript-knowledge-web --skill create-skill-brendon3578

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, ensuring they are well-structured, discoverable, and adhere to best practices, saving developers time and improving AI agent capabilities.

Core Features & Use Cases

  • Guided Skill Creation: Provides step-by-step instructions for authoring SKILL.md files.
  • Best Practice Enforcement: Details requirements for skill names, descriptions, and file structure.
  • Use Case: A developer wants to create a new skill to automatically generate commit messages. They use this skill to understand the required SKILL.md format, write an effective description, and structure the skill directory.

Quick Start

Use the create-skill skill to help me author a new skill for analyzing code quality.

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 author a SKILL.md file defining the skill's purpose, scope, trigger scenarios, domain knowledge, and output preferences using the provided guided format.

What is the best way to structure a markdown skill file?

The best way to structure a markdown skill file is by following best practice requirements for skill names, descriptions, and directory structure, ensuring the AI agent skill is discoverable and functional.

Do I need any dependencies to build agent skills?

You do not need any external dependencies to build agent skills. The creation process focuses entirely on defining the SKILL.md format and structuring the skill directory effectively.

Can I use this to write a skill for generating commit messages?

Yes, you can use this guided creation process to develop a skill for generating commit messages by understanding the required SKILL.md format and writing an effective description.

When do I need to define trigger scenarios for AI agent development?

You need to define trigger scenarios during AI agent development to ensure your markdown skills are discoverable by the system and activate correctly in the appropriate contexts.