skill-creator

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, ensuring they are concise, well-structured, and leverage progressive disclosure for efficient context management.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Design Principles: Covers conciseness, degrees of freedom, and progressive disclosure.
  • Development Process: Outlines a 5-step process for creating new skills.
  • Use Case: When you need to build a new skill or improve an existing one, consult this guide for best practices on organization, content, and implementation.

Quick Start

Use the skill-creator skill to understand the anatomy of a 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 AI skills for agentic AI development?

To create AI skills, follow a structured 5-step development process covering requirements, design, implementation, validation, and iteration. This ensures your agentic AI development follows best practices for conciseness and progressive disclosure.

What is progressive disclosure in skill creation and prompt engineering?

Progressive disclosure in skill creation is a design principle that structures SKILL.md content and bundled resources to manage context efficiently. It reveals information only as needed, reducing context bloat during prompt engineering.

What is the correct anatomy and structure for an AI skill?

The anatomy of an AI skill consists of a SKILL.md file, scripts, references, and assets. Proper skill structure ensures the model can parse instructions and execute tasks effectively.

What is the best way to structure SKILL.md content for developer guides?

The best way to structure SKILL.md content is by keeping it concise and adhering to style guides. Well-structured developer guides bundle references and scripts efficiently, ensuring clear instruction parsing.

Do I need to know prompt engineering to build effective AI skills?

Yes, understanding prompt engineering is necessary to build effective AI skills. Applying design principles like conciseness and degrees of freedom directly impacts how well your instructions perform within the model's context.

How do I validate and iterate on an AI skill after implementation?

You validate and iterate on an AI skill by testing its execution and refining the SKILL.md content. This final step in the development process ensures the skill performs reliably before deployment.