create-skill

Generate a SKILL.md scaffold with YAML frontmatter and optional resource directories.

12|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/helderberto/agent-skills --skill create-skill-helderberto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/helderberto/agent-skills/tree/main/skills/create-skill
Command: npx skills add https://github.com/helderberto/agent-skills --skill create-skill-helderberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of well-structured agent skills by generating a standard scaffold (with YAML frontmatter) and optional resources, ensuring consistency across projects.

Core Features & Use Cases

  • Automatically generates SKILL.md frontmatter containing the required name and description to satisfy the Skill Unit definition.
  • Proposes a standard folder layout (skill-name/, references/, scripts/, assets/) and guidance for progressive disclosure.
  • Helps users create, write, or build a new skill or formalize an existing one, with a consistent, review-ready template.

Quick Start

Provide a skill name and a short description to generate a ready-to-use skill scaffold with SKILL.md and optional directories.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new agent skill with the correct directory layout?

Scaffolding a new agent skill requires generating a SKILL.md file with YAML frontmatter containing the required name and description, alongside a structured body. This establishes a consistent directory layout with optional references/, scripts/, and assets/ folders.

What is the required frontmatter for a SKILL.md file?

The required frontmatter for a SKILL.md file must include the skill name and description properties. This metadata satisfies the Skill Unit definition and is automatically generated when creating a new skill scaffold.

How do I formalize an existing workflow into a structured skill?

Formalizing an existing workflow into a structured skill involves applying a standard scaffold template to your process. This generates a review-ready SKILL.md document with frontmatter and optional resource directories to ensure project consistency.

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

Organizing resources when building agent skills uses a standard folder layout separating references, scripts, and assets into distinct directories. This structure guides progressive disclosure, keeping the main SKILL.md clean while supporting necessary files.

Do I need to manually create the workspace setup for a new skill?

You do not need to manually create the workspace setup for a new skill. The scaffolding process automatically proposes the standard folder layout and generates the required SKILL.md frontmatter, eliminating manual setup errors.

Can I include optional scripts and assets in my skill scaffold?

You can include optional scripts and assets in your skill scaffold by utilizing the generated resource directories. The template supports adding these folders as needed, ensuring flexible progressive disclosure without cluttering the core SKILL.md.