skill-creator

Guide users through creating and structuring Claude AI skills with SKILL.md formatting.

12|2|Updated Feb 23, 2025
One-click install
npx skills add https://github.com/YousefHadder/dotfiles --skill skill-creator-yousefhadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YousefHadder/dotfiles/tree/main/claude/.claude/skills/skill-creator
Command: npx skills add https://github.com/YousefHadder/dotfiles --skill skill-creator-yousefhadder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured guide and best practices for creating effective, concise, and modular skills that extend Claude's capabilities.

Core Features & Use Cases

  • Skill Anatomy: Understand the required and optional components of a skill package.
  • SKILL.md Format: Learn the correct structure for the SKILL.md file, including YAML frontmatter and Markdown instructions.
  • Creation Process: Follow a step-by-step guide from planning to iteration.
  • Progressive Disclosure: Learn how to keep skills concise by splitting content into multiple files.
  • Use Case: When a user wants to create a new skill to help Claude analyze code, this guide provides the framework for structuring that new skill.

Quick Start

Use the skill-creator to understand the basic structure of a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI skill for Claude?

To create a new AI skill for Claude, you must structure a SKILL.md file with correct YAML frontmatter and Markdown instructions, ensuring the skill package is modular and concise.

What is the correct structure for a SKILL.md file?

A SKILL.md file requires specific YAML frontmatter for metadata and Markdown instructions for processing logic, organized to keep AI extensions concise and reusable.

What are the required components of a Claude skill package?

A Claude skill package requires a core SKILL.md file and optional reference components, structured to ensure modularity and concise content organization for AI development.

How do I keep AI skills concise using progressive disclosure?

Progressive disclosure in AI skills involves splitting content into multiple reference files, keeping the main instructions concise while providing detailed context only when needed.

What is the best way to structure modular AI extensions?

The best way to structure modular AI extensions is to follow a step-by-step creation process from planning to iteration, ensuring the skill anatomy supports reusable and concise content.