skill-creator

Scaffold AgentSkills with YAML frontmatter and optional resource directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a repeatable scaffold for AgentSkills, reducing boilerplate by standardizing frontmatter, structure, and optional resources to accelerate skill creation and packaging.

Core Features & Use Cases

  • Scaffold SKILL.md with mandatory frontmatter (name + description) and a structured body
  • Optional resources directories: scripts/, references/, assets/ for future tooling and organization
  • Provides a guided initialization workflow to standardize skill creation, editing, and packaging

Quick Start

Run the skill initializer to create a new skill folder, then customize the SKILL.md frontmatter and body.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reusable skill scaffolds with standardized frontmatter?

To create reusable skill scaffolds, use an initializer that generates a SKILL.md file enforcing mandatory YAML frontmatter like name and description. This standardizes skill creation, reducing boilerplate and ensuring consistent packaging across development workflows.

What is the best way to package AgentSkills for deployment?

Packaging AgentSkills involves initializing a structured skill folder with mandatory YAML frontmatter and a structured body. Optional resource directories for scripts, references, and assets can be included to organize future tooling before finalizing the package.

Does the skill scaffold support custom resource directories for scripts and assets?

Yes, the skill scaffold supports optional resource directories. You can include separate folders for scripts, references, and assets to organize tooling components and maintain a clean structure within the skill package.

How do I set up YAML frontmatter for a new skill?

Setting up YAML frontmatter requires defining at least the name and description fields in the SKILL.md file. The scaffolded structure enforces these conventions to ensure the skill shell is valid and ready for onboarding into the ecosystem.

Why do I need a standardized initialization workflow for skill creation?

A standardized initialization workflow is needed to reduce boilerplate and enforce consistent skill structure. By standardizing frontmatter and optional resource directories, it accelerates skill creation, editing, and packaging while preventing structural errors.

Can I use this skill scaffolder without adding optional resource directories?

Yes, you can use the skill scaffolder without optional resource directories. The scaffold only mandates YAML frontmatter with name and description along with a structured body, while directories for scripts and assets remain entirely optional.