skill-creator

Design and package modular AI skills with standardized SKILL.md frontmatter.

330|61|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/eggent-ai/eggent --skill skill-creator-eggent-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/eggent-ai/eggent/tree/main/bundled-skills/skill-creator
Command: npx skills add https://github.com/eggent-ai/eggent --skill skill-creator-eggent-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

This guide helps teams design, structure, and package modular AI skills (SKILL units) using consistent frontmatter, templates, and optional bundles (scripts, references, assets) to enable reuse and reproducibility.

Core Features & Use Cases

  • Provides a standardized skeleton for a skill with required SKILL.md frontmatter and a body outlining the skill's purpose and usage.
  • Offers templates and scaffolding for organizing resources (scripts, references, assets) to support deterministic execution and easy extension.
  • Describes best practices for packaging skills, initialization, validation, and iterative improvement across teams.

Quick Start

Initialize a new skill scaffold using the skill initializer, then customize SKILL.md and add optional resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package modular AI skills for reproducible workflows?

Standardizing AI skills requires a SKILL.md file with YAML frontmatter defining the name and description, alongside optional directories for scripts, references, and assets to ensure consistent reproducibility across teams.

What is the required structure for a SKILL.md file to build self-contained skills?

The required SKILL.md structure includes YAML frontmatter with name and description fields, followed by a body section outlining the skill's purpose and usage to enable standardized initialization and packaging.

How do I organize scripts and references when packaging AI skills?

You organize scripts and references into optional bundled resources directories alongside the SKILL.md file, using standardized templates and scaffolding to support deterministic execution and easy extension.

Does the skill scaffolding process require external dependencies?

The skill scaffolding process requires the yaml dependency to parse the standardized YAML frontmatter in SKILL.md, while optional scripts, references, and assets directories can be added without additional dependencies.

What is the best way to standardize AI skill templates across a team?

The best way to standardize AI skill templates is using a skill initializer to generate a standardized skeleton with SKILL.md frontmatter, then applying best practices for validation and iterative improvement across teams.