skill-creator

Guide developers through creating modular AI skills with SKILL.md structure.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/GGGODLIN/skill_share --skill skill-creator-gggodlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GGGODLIN/skill_share/tree/main/skill-creator
Command: npx skills add https://github.com/GGGODLIN/skill_share --skill skill-creator-gggodlin

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, and 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, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step guide from understanding the skill to iteration.
  • Use Case: A developer new to creating AI skills can use this to understand the requirements, structure, and best practices for building a new skill.

Quick Start

Use the skill-creator skill to understand the process of creating 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 AI skills for modular agent extensions?

To create AI skills, structure a SKILL.md file with bundled scripts, references, and assets, following best practices like conciseness and progressive disclosure for efficient context management. This provides a step-by-step guide from understanding requirements to iteration.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a design pattern that manages context efficiently by structuring SKILL.md to reveal information only as needed. It helps maintain conciseness while delivering specialized knowledge and workflows to the agent.

What is the best way to structure SKILL.md for AI development?

The best way to structure SKILL.md is to apply core principles like conciseness, setting degrees of freedom, and progressive disclosure. It should serve as the central anatomy of the skill, coordinating bundled resources like scripts and references.

Do I need bundled resources like scripts and references to build an effective skill?

You need bundled resources like scripts, references, and assets to build an effective skill because they provide specialized knowledge and tool integrations. The skill anatomy relies on these components to extend AI capabilities modularly.

Can I use this skill creation guide for modular extensions on any AI agent platform?

This skill creation guide applies to developers building modular extensions for AI agents. It provides comprehensive guidance on the anatomy, core principles, and creation process without enforcing specific platform dependencies.