skill-creator

Guide creation of AI skills with SKILL.md structure and resource packaging.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/delorenj/00_ceiling --skill skill-creator-delorenj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/delorenj/00_ceiling/tree/main/skill-creator
Command: npx skills add https://github.com/delorenj/00_ceiling --skill skill-creator-delorenj

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 new skills or updating existing ones, ensuring they effectively extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Offers step-by-step instructions and best practices for developing robust skills.
  • Resource Management: Explains how to effectively use scripts/, references/, and assets/ directories.
  • Design Principles: Details core principles like conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Use Case: A developer needs to create a new skill to integrate a custom API. They would use this skill to understand the structure, best practices, and packaging process.

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 create a new AI skill from scratch?

To create a new AI skill, structure your project with a SKILL.md file and utilize scripts, references, and assets directories. Follow best practices for conciseness and progressive disclosure to ensure modular, self-contained extensions of AI capabilities.

What is progressive disclosure in skill design?

Progressive disclosure in skill design is an approach to efficient context management. It structures SKILL.md content to reveal information progressively, preventing context overload while delivering specialized knowledge and workflows.

How do I package an AI skill for custom API integration?

Package an AI skill for custom API integration by organizing tool integrations into self-contained extensions. Bundle your API logic within the scripts directory and reference necessary API documentation in the references directory.

When should I use bundled resources in skill creation?

Use bundled resources in skill creation when your workflows require specialized knowledge or external assets. Place executable logic in scripts, documentation in references, and static files in assets to maintain a self-contained skill structure.

What are the best practices for writing SKILL.md content?

Best practices for writing SKILL.md content include maintaining conciseness, setting appropriate degrees of freedom for the AI, and detailing specialized workflows. This ensures efficient context management and clear instruction delivery.