skill-creator

Guide developers through creating AI skills with SKILL.md structure and design principles.

1|1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/itsmichaelwest/agent-kit --skill skill-creator-itsmichaelwest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/itsmichaelwest/agent-kit/tree/main/skills/skill-creator
Command: npx skills add https://github.com/itsmichaelwest/agent-kit --skill skill-creator-itsmichaelwest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance for creating effective skills, enabling users to extend AI capabilities with specialized knowledge and workflows.

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.
  • Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A user wants to build a new skill to manage company-specific API documentation. They can use this skill to understand the best practices for structuring their skill, organizing references, and writing the SKILL.md file.

Quick Start

Use the skill-creator to understand how to build a new AI 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?

To create a new AI skill, follow a comprehensive process from planning to iteration. You need to structure the skill anatomy, apply design principles like conciseness and progressive disclosure, and organize components such as SKILL.md, scripts, and references.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a core design principle that structures information so the agent receives only what is needed immediately. It keeps skills concise by hiding deeper details until specifically required, optimizing agent capabilities and performance.

What is the structure of a SKILL.md file for agent capabilities?

The SKILL.md file structure serves as the core of AI skills, defining the specialized knowledge and workflows for agent capabilities. It works alongside scripts, references, and assets to provide comprehensive guidance and best practices for custom AI development.

What's the best way to structure custom API documentation in an AI skill?

The best way to structure custom API documentation in an AI skill is to organize it within dedicated references and assets components. This ensures the agent can access company-specific information efficiently while maintaining conciseness in the main SKILL.md file.

Do I need programming experience to build custom AI skills?

Building custom AI skills requires an intermediate level of implementation depth, meaning some developer guide familiarity is necessary. You should understand skill anatomy, design principles, and how to organize scripts and references to effectively extend agent capabilities.

When should I not use a comprehensive skill creation process?

You should avoid a comprehensive skill creation process if your task requires minimal specialized knowledge or lacks the need for structured references and scripts. Overcomplicating simple workflows violates the core design principle of conciseness and reduces agent efficiency.