skill-creator

Scaffold modular skills with standardized SKILL.md frontmatter and resource directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Create or update modular Skill units by providing a clean starter kit and clear guidance for structuring resources (scripts, references, assets) and metadata.

Core Features & Use Cases

  • Scaffold new skills with a standardized SKILL.md frontmatter and consistent structure.
  • Provide optional resource directories (scripts, references, assets) with starter templates and examples.
  • Include progressive disclosure patterns and best-practice guidance to accelerate safe Skill creation and packaging.

Quick Start

Run the skill initializer to scaffold a new skill structure and customize SKILL.md.

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 package modular skills for Codex?

To create and package modular skills for Codex, use a skill initializer to scaffold a standardized structure with a SKILL.md frontmatter, optional resource directories for scripts, references, and assets, and validate the structure before packaging.

What is the required metadata format for Codex skill creation?

The required metadata format for Codex skill creation is a YAML frontmatter block within SKILL.md that must include at least the name and description fields to validate successfully before packaging.

How do I structure scripts, references, and assets when building domain-specific agents?

To structure scripts, references, and assets for domain-specific agents, scaffold optional resource directories within the skill unit, placing executable code in scripts, supporting documents in references, and static files in assets.

Do I need the yaml dependency to scaffold a new skill?

You need the yaml dependency because the skill requires a YAML frontmatter block in SKILL.md to define the required name and description metadata before structure validation and packaging.

Can I include starter templates and examples in my Codex skill packaging?

You can include starter templates and examples in your Codex skill packaging by utilizing the provided optional resource directories, which support progressive disclosure patterns and best-practice guidance to accelerate safe skill creation.

What are the limitations of using standardized templates for skill creation?

A limitation of using standardized templates for skill creation is that the basic implementation depth enforces a strict YAML frontmatter structure, meaning teams must conform their domain-specific agent resources to the predefined scripts, references, and assets directory organization.