skill-creator

Guide users through creating and refining AI skills with SKILL.md structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/laoye2020/openclaw-workspace-clean --skill skill-creator-laoye2020
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/laoye2020/openclaw-workspace-clean/tree/main/skills/skill-creator
Command: npx skills add https://github.com/laoye2020/openclaw-workspace-clean --skill skill-creator-laoye2020

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating, structuring, and packaging effective AI skills, ensuring they are efficient, well-documented, and discoverable.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, assets/ directories.
  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide from understanding the skill to iterating on its design.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They use this Skill to understand the best practices for structuring the SKILL.md file, organizing reference documentation, and packaging the final skill.

Quick Start

Use the skill-creator to learn how to initialize a new skill directory.

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 skill for modular and self-contained extensions?

Structure an AI skill using a required SKILL.md file alongside optional scripts, references, and assets directories to ensure modular and self-contained extensions with specialized knowledge.

What is progressive disclosure in AI skill development?

Progressive disclosure in AI development is a design principle that manages context efficiently by revealing skill information only as needed, preventing context overload and maintaining conciseness.

How do I package a new AI skill from initialization to final deployment?

Package a new AI skill by initializing a skill directory, structuring the SKILL.md, organizing reference documentation, integrating tool components, and iterating on the design before final packaging.

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

Best practices for writing a SKILL.md file include maintaining conciseness, applying progressive disclosure, and setting appropriate degrees of freedom to guide AI behavior effectively.

Can I use the skill-creator to build an AI agent for cloud deployment management?

Yes, you can use the skill-creator to build an AI agent for cloud deployment by guiding the structuring of SKILL.md, organizing reference documentation, and packaging specialized tool integrations.

Why does my AI skill fail to manage context efficiently?

AI skills fail to manage context efficiently when they lack progressive disclosure, proper modular structure, or concise content, leading to context overload and degraded agent performance.