skill-creator

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

261|31|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/theexperiencecompany/gaia --skill skill-creator-theexperiencecompany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/theexperiencecompany/gaia/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/theexperiencecompany/gaia --skill skill-creator-theexperiencecompany

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, which are modular packages that extend AI capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Core Principles: Details best practices like conciseness and setting appropriate degrees of freedom.
  • Progressive Disclosure: Guides on managing context efficiently through metadata, SKILL.md body, and bundled resources.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iterating on it.
  • Use Case: A developer wants to create a new skill to automate a specific business process. They would use this skill to understand the best practices, structure, and required components for their new skill.

Quick Start

Use the skill-creator to learn how to create 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 an AI skill to automate a specific business workflow?

To create an AI skill, you structure modular packages into components like SKILL.md, scripts, and references, following best practices for content organization and progressive disclosure to extend AI capabilities.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is managing context efficiently by layering information across metadata, the SKILL.md body, and bundled resources to prevent overwhelming the AI.

What is the best way to structure a self-contained AI skill?

The best way to structure a self-contained AI skill is using a modular anatomy with a SKILL.md file for core logic, alongside scripts, references, and assets directories for specialized knowledge.

How does the skill development lifecycle work for creating specialized AI capabilities?

The skill development lifecycle works by guiding you step-by-step from understanding the skill's requirements to structuring its components, setting degrees of freedom, and iterating on the workflow.

Do I need specific scripts or assets to build effective AI skills?

You need specific scripts and assets to build effective AI skills when your workflow requires tool integrations or specialized knowledge, which are bundled as self-contained modular units.

When should I not use modular skill units for workflow automation?

You should not use modular skill units for workflow automation if the task cannot be concisely structured into self-contained components or fails to benefit from setting defined degrees of freedom.