skill-creator

Create new AI Skills with structured SKILL.md and YAML frontmatter.

43|6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/MarcelLeon/skills-zh --skill skill-creator-marcelleon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MarcelLeon/skills-zh/tree/main/skills/skill-creator
Command: npx skills add https://github.com/MarcelLeon/skills-zh --skill skill-creator-marcelleon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides guidance on creating effective Skills, enabling users to extend AI capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Creation Guidance: Learn best practices for structuring and writing Skills.
  • Resource Management: Understand how to use scripts, references, and assets effectively.
  • Use Case: A developer needs to create a new Skill to help an AI agent interact with a specific internal API. They use this Skill to understand the required structure, best practices for documentation, and how to bundle necessary scripts.

Quick Start

Follow the steps outlined in the Skill Creator guide to initialize and edit 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, you need to structure a SKILL.md file with appropriate YAML frontmatter and organize optional resources like scripts, references, and assets into modular, self-contained capabilities.

What is the best way to structure an AI skill for tool integration?

The best way to structure an AI skill for tool integration is to build a modular, self-contained capability that bundles necessary scripts and references alongside a well-documented SKILL.md file.

How does YAML frontmatter work when building AI skills?

YAML frontmatter provides metadata for AI skills, defining core attributes within the SKILL.md file to ensure the capability is properly indexed and understood by the development environment.

Can I bundle scripts and references within a single AI skill?

Yes, you can bundle scripts and references within a single AI skill. Effective resource management involves organizing these optional assets to facilitate specialized knowledge and workflow automation.

When do I need to build a self-contained AI capability?

You need to build a self-contained AI capability when extending an AI agent with specialized workflows, such as enabling it to interact with a specific internal API using bundled scripts.

What are the limitations of using modular AI skills for workflow automation?

Modular AI skills require strict adherence to SKILL.md best practices and YAML frontmatter standards; failing to properly structure optional resources like scripts can break the workflow automation.