create-skill

Create custom Agent Skills with standard SKILL.md structure and YAML frontmatter.

1|Updated Jun 14, 2025
One-click install
npx skills add https://github.com/kishan04rajput/ai-ide-rules --skill create-skill-kishan04rajput
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/kishan04rajput/ai-ide-rules/tree/main/global_skills/create-skill
Command: npx skills add https://github.com/kishan04rajput/ai-ide-rules --skill create-skill-kishan04rajput

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, best-practice guide for designing Agent Skills, helping authors create consistent SKILL.md entries and reusable templates so new skills can be produced quickly and reliably.

Core Features & Use Cases

  • Provides a standard SKILL.md template with required frontmatter (name, description) and a clear Markdown body.
  • Demonstrates progressive disclosure and file organization (optional references/scripts/assets) to keep long guidance concise.
  • Supports learning and teaching scenarios for teams adopting a skills-based agent framework, enabling quick onboarding and consistency.

Quick Start

To create a new Skill, define a unique lowercase slug, draft a descriptive description in the frontmatter, and populate the body with clear instructions. Place the SKILL.md in a new skill-name/ directory and add optional references/ and scripts/ as needed; then commit to the Skills repository.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the required frontmatter for a SKILL.md file?

To author a SKILL.md file, define a unique lowercase slug for the name and draft a descriptive description in the YAML frontmatter, then populate the Markdown body with clear instructions and place it in a new skill-name directory.

How do I structure folders when creating an Agent Skill?

When creating an Agent Skill, structure folders by placing the SKILL.md file in a new skill-name directory, alongside optional subdirectories for references, scripts, and assets to maintain organization through progressive disclosure.

Does an Agent Skill require dependencies or external scripts to function?

An Agent Skill does not require dependencies or external scripts to function, as the core structure relies solely on the SKILL.md file with required frontmatter, making scripts and assets completely optional additions.

What is the best way to write a SKILL.md template for team onboarding?

The best way to write a SKILL.md template for team onboarding is to apply progressive disclosure, keeping long guidance concise by separating the core Markdown body from optional references and scripts folders for quick consistency.

When should I use progressive disclosure in SKILL.md authoring?

You should use progressive disclosure in SKILL.md authoring when you have long guidance or complex instructions, allowing you to keep the main body concise while moving detailed context into optional reference files.