skill-creator

Guide creating and structuring AI Skills with SKILL.md, scripts, references, and assets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Mticool/content-factory5 --skill skill-creator-mticool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Mticool/content-factory5/tree/main/openclaw-content-factory/skills/skill-creator
Command: npx skills add https://github.com/Mticool/content-factory5 --skill skill-creator-mticool

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and a structured process for creating new AI Skills or updating existing ones, ensuring they are effective, efficient, and well-documented.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a Skill Unit (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration and packaging.
  • Use Case: A developer needs to create a new Skill to interact with a specific API. They would use this Skill to understand the required structure, best practices for writing the SKILL.md, and how to organize supporting scripts and references.

Quick Start

Use the skill-creator skill to understand the anatomy of a skill unit.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an AI skill for effective development?

Structure your AI skill using a SKILL.md file alongside scripts, references, and assets directories. This anatomy ensures your skill is modular, well-documented, and ready for packaging.

What are the best practices for writing a SKILL.md file?

Best practices for writing a SKILL.md file include maintaining conciseness, setting degrees of freedom, and using progressive disclosure. This ensures your AI skill documentation remains effective and focused.

What is the step-by-step process for creating and packaging AI skills?

The skill creation process involves understanding the skill, designing its structure, writing the SKILL.md, organizing supporting scripts and references, and finally iterating and packaging the unit.

How do I organize scripts and references when creating an AI skill?

Organize scripts and references by placing them in their respective dedicated directories within the skill unit. This separation supports progressive disclosure and keeps your AI skill maintainable.

Can I use this guide to update an existing AI skill?

Yes, you can use this guide to update existing AI skills. It provides comprehensive guidance on structuring and applying best practices to ensure your current skills remain efficient and well-documented.

When should I apply progressive disclosure in skill design?

Apply progressive disclosure during skill design to manage complexity and maintain conciseness. This practice prevents overwhelming the AI by revealing detailed references and scripts only when needed.