skill-creator

Guide creation and structuring of modular AI skills with SKILL.md.

5|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/William2333ZZ/ParameciumU --skill skill-creator-william2333zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/William2333ZZ/ParameciumU/tree/main/packages/agent-template/template/skills/skill-creator
Command: npx skills add https://github.com/William2333ZZ/ParameciumU --skill skill-creator-william2333zz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Design Principles: Offers guidance on conciseness, freedom of expression, and progressive disclosure.
  • Creation Process: Details a step-by-step process from understanding the skill to iterating on its design.
  • Use Case: A developer wants to create a new skill to interact with a specific company API. They would use this Skill to understand the best practices for structuring the skill, writing the SKILL.md, and organizing necessary scripts and documentation.

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 and structure effective AI skills?

To create AI skills, follow a structured process covering skill anatomy, conciseness, and progressive disclosure. You build modular units containing specialized knowledge, workflows, and tool integrations by planning, initializing, and iterating on the design.

What is progressive disclosure in agent skill development?

Progressive disclosure in agent skill development is a core design principle that organizes information hierarchically. It ensures AI agents receive necessary specialized knowledge contextually without being overwhelmed, keeping the skill concise and self-contained.

What's the best way to organize files when building agent skills?

The best way to organize agent skills involves using a specific anatomy: a SKILL.md file for core instructions, alongside scripts/, references/, and assets/ directories. This structure ensures modular, self-contained units with clear workflows.

Can I use structured documentation to integrate external APIs into a skill?

Yes, you can use structured documentation to integrate external APIs into a skill. By following the creation process, you organize necessary scripts and references within the skill structure to interact seamlessly with specific company APIs.

What are the core principles for writing a concise SKILL.md?

The core principles for writing a concise SKILL.md include focusing on freedom of expression and progressive disclosure. These principles guide how to effectively extend AI capabilities while keeping the documentation efficient and modular.

How does the step-by-step process for updating existing AI skills work?

The step-by-step process for updating AI skills involves planning, initializing, editing, packaging, and iterating on the design. This ensures existing skills remain well-structured, effective, and efficient in extending AI capabilities.