skill-creator

Guide users through creating and structuring AI Skills with SKILL.md and YAML frontmatter.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kunhai-88/skills --skill skill-creator-kunhai-88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kunhai-88/skills/tree/main/skill-creator
Command: npx skills add https://github.com/kunhai-88/skills --skill skill-creator-kunhai-88

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance on how to create effective, reusable AI Skills that extend an AI's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Structure Guidance: Learn the components of a Skill (SKILL.md, scripts, references, assets).
  • Best Practices: Understand principles like conciseness, progressive disclosure, and iterative design.
  • Use Case: You want to create a new Skill for your team to manage internal documentation. This Skill will guide you through defining its purpose, structuring its content, and packaging it for use.

Quick Start

Follow the step-by-step guide 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 structure an AI agent skill for prompt engineering workflows?

To structure an AI agent skill, use a SKILL.md file with YAML frontmatter and optional scripts, references, and assets. This structure packages specialized knowledge and workflows for tool integration.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI skill development is a best practice that keeps skills concise initially, revealing deeper workflows and references iteratively to enhance AI capabilities without overwhelming the context.

How to create a reusable AI skill for internal team documentation?

Create a reusable AI skill by defining its purpose, structuring content in SKILL.md, and packaging optional resources like scripts. This process extends AI capabilities with specialized knowledge for team workflows.

Do I need to write scripts to build an effective AI skill?

You do not need to write scripts to build an effective AI skill. Scripts, references, and assets are optional resources; the core structure relies on SKILL.md and YAML frontmatter for defining workflows.

What is the best way to design AI agent workflows for tool integration?

The best way to design AI agent workflows is applying iterative development and conciseness principles. Structuring the SKILL.md properly ensures the AI agent can effectively execute specialized tool integrations.