skill-creator

Guide creation of AI skills with SKILL.md structure and design principles.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/kyirexy/dearclaw --skill skill-creator-kyirexy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kyirexy/dearclaw/tree/main/skills/public/skill-creator
Command: npx skills add https://github.com/kyirexy/dearclaw --skill skill-creator-kyirexy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating new skills or updating existing ones, ensuring they are effective, efficient, and well-structured for AI agents.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Design Principles: Details core principles like conciseness, progressive disclosure, and setting degrees of freedom.
  • 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 interact with a specific API. They would use this skill to understand the required structure, best practices for writing the SKILL.md, and how to organize supporting scripts and documentation.

Quick Start

Use the skill-creator skill 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 structure an AI agent skill for efficient context management?

Structure an AI agent skill by organizing the SKILL.md file alongside bundled resources like scripts, references, and assets. This architecture applies progressive disclosure patterns to manage context efficiently and prevent token overload.

What are the best practices for writing SKILL.md documentation for developer guides?

Best practices for writing SKILL.md documentation include maintaining conciseness, setting clear degrees of freedom for the AI agent, and applying progressive disclosure to reveal information only when needed.

What is the step-by-step process for creating a new skill from scratch?

The skill creation process involves understanding the core task, structuring the SKILL.md anatomy, organizing supporting scripts and references, and iterating on the design based on agent performance.

How do I organize scripts and references when building an AI agent skill?

Organize scripts and references by bundling them into dedicated directories within the skill unit, allowing the AI agent to access supporting code and documentation without cluttering the main context window.

When should I use progressive disclosure patterns in skill creation?

Use progressive disclosure patterns in skill creation when the documentation or logic is too complex for a single prompt, ensuring the AI agent loads detailed references or scripts only when the specific task requires them.