skill-creator

Guide creation of AI skills with SKILL.md structure and progressive disclosure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill skill-creator-simtransforma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/simtransforma/HAOS_HAU-AI-Operating-System/tree/main/HAOS/skills/skill-creator
Command: npx skills add https://github.com/simtransforma/HAOS_HAU-AI-Operating-System --skill skill-creator-simtransforma

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured guide and best practices for creating new AI skills, ensuring they are efficient, well-documented, and easy for AI agents to use.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/ directories.
  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide from understanding the skill to packaging and iteration.
  • Use Case: You need to create a new skill to help an AI agent manage customer support tickets. This Skill will guide you through defining its purpose, structuring its content, and packaging it for deployment.

Quick Start

Use the skill-creator to learn how to build a new skill for AI agents.

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 agent skill for efficient execution?

To structure an AI agent skill, use a required SKILL.md file alongside optional scripts, references, and assets directories to ensure modularity and efficient execution.

What are the best practices for writing AI skill documentation?

Best practices for AI skill documentation include applying progressive disclosure, maintaining conciseness, and setting appropriate degrees of freedom to guide agents effectively without overwhelming them.

What is the step-by-step process for AI skill development and packaging?

The AI skill development process moves step-by-step from understanding the skill purpose and structuring content to final packaging and iteration, ensuring the skill is ready for agent deployment.

How do I plan a new skill for an AI agent to manage customer support tickets?

To build a skill for an AI agent to manage customer support tickets, define its specific purpose, structure the content using directories like scripts and references, and package it for deployment.

When should I use progressive disclosure in AI skill design?

Progressive disclosure in AI skill design should be used when you need to balance providing enough context for an agent to perform tasks while keeping the core skill concise and efficient.