skill-creator

Guide creation and structuring of AI skills with SKILL.md best practices.

3|2|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/donggyun112/ai-librarian --skill skill-creator-donggyun112
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/donggyun112/ai-librarian/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/donggyun112/ai-librarian --skill skill-creator-donggyun112

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance and best practices for creating new skills or updating existing ones, ensuring they effectively extend AI capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts, references, assets).
  • Core Principles: Details principles like conciseness, setting degrees of freedom, and progressive disclosure.
  • Skill Creation Process: Outlines a step-by-step process from understanding the skill to iteration.
  • Use Case: A developer needs to create a new skill to integrate a specific company API. They would use this skill to understand the required structure, best practices for writing the SKILL.md, and how to bundle necessary API documentation in the references directory.

Quick Start

Use the skill-creator to learn how to build 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 an AI agent skill for workflow automation?

Skill development for AI agents requires structuring components like SKILL.md, scripts, and references. You must define the core task, set degrees of freedom for the agent, and bundle necessary API documentation to ensure effective automated execution.

What is progressive disclosure in skill development?

Progressive disclosure in skill development is a core principle that structures AI agent knowledge to provide concise initial guidance while revealing deeper details only when contextually required, preventing information overload.

How do I package API documentation when developing a skill?

When developing a skill, package API documentation by placing the necessary reference files into the references directory, ensuring the AI agent can access specialized knowledge and workflows during execution.

What is the structure of an AI skill?

The structure of an AI skill consists of a main SKILL.md file for core instructions, alongside scripts, references, and assets directories that bundle workflows and specialized knowledge for the agent.

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

Best practices for writing a SKILL.md file include maintaining conciseness, setting appropriate degrees of freedom for the AI agent, and applying progressive disclosure to manage workflow complexity effectively.

Do I need to use scripts when building an AI skill?

Using scripts when building an AI skill is optional but recommended for encapsulating complex logic. Scripts act as executable components that the AI agent can trigger to perform specific workflow automation tasks.