skill-creator

Create and package AI skills with SKILL.md structure and scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured framework and guidance for creating, developing, and packaging modular AI skills, ensuring they are efficient, well-documented, and easily discoverable.

Core Features & Use Cases

  • Skill Development Guidance: Offers principles, patterns, and step-by-step processes for skill creation.
  • Resource Management: Details how to effectively use scripts, references, and assets within a skill.
  • Packaging and Validation: Explains the process of packaging skills into distributable formats and the validation checks involved.
  • Use Case: A developer needs to create a new skill for interacting with a specific API. They use this skill to understand the best practices for structuring the SKILL.md, organizing API documentation in references/, and potentially including helper scripts in scripts/.

Quick Start

Follow the steps outlined in this skill to initialize and 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 package an AI skill for distribution?

To package an AI skill, use the provided `package_skill.py` script to compile your SKILL.md, scripts, references, and assets into a distributable format while running validation checks.

What is the best way to structure an AI agent skill?

The best way to structure an AI agent skill is to follow core principles like conciseness and progressive disclosure, organizing files into a SKILL.md, scripts, references, and assets directories.

How does progressive disclosure improve skill development?

Progressive disclosure improves skill development by structuring SKILL.md documentation to reveal complexity gradually, ensuring AI agents process only necessary instructions without being overwhelmed by excessive context.

Do I need any dependencies to initialize a new skill?

You do not need external dependencies to initialize a new skill; simply run the included `init_skill.py` script to scaffold the standard directory structure and required files.

How do I include API documentation when building an AI skill?

To include API documentation when building an AI skill, place the relevant files and specifications inside the `references/` directory, allowing the AI agent to access external data contextually.

What are the limitations of using scripts in an AI skill?

A limitation of using scripts in an AI skill is that they must be explicitly organized in the `scripts/` directory and carefully documented in SKILL.md to ensure the AI agent executes them correctly without ambiguity.