create-skill

Enforce SKILL.md frontmatter with name and description for skill authoring.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Yoraexe/ceobe --skill create-skill-yoraexe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/Yoraexe/ceobe/tree/main/skills/create-skill
Command: npx skills add https://github.com/Yoraexe/ceobe --skill create-skill-yoraexe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured blueprint and frontmatter-driven template to create new Ceobe Skill Units consistently, preventing malformed skills.

Core Features & Use Cases

  • Enforces a SKILL.md frontmatter with name and description and a predictable root structure.
  • Defines a clear, repeatable authoring process for new skills, including optional resources like patterns, references, and asset files.
  • Facilitates onboarding for new skill authors by giving concrete examples and a minimal directory layout.

Quick Start

Create a new skill directory under skills/ with a SKILL.md frontmatter and at least one supporting file.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I structure a Ceobe skill unit to ensure it loads correctly?

To standardize a skill unit, create a new directory under skills/ containing a root SKILL.md file with name and description frontmatter, alongside at least one supporting file to ensure consistent loading and execution.

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

The required frontmatter for a valid SKILL.md file must include the skill's name and description fields. Enforcing this standardized frontmatter blueprint prevents malformed skills and drives the consistent authoring workflow.

What optional resources can I include when authoring skill patterns and documentation?

When authoring skill patterns and documentation, you can include optional directories for patterns, references, and asset files. These resources augment the skill's behavior and support consistent execution alongside the required SKILL.md.

Do I need dependencies or components to create a standardized skill structure?

You do not need any dependencies or components to create a standardized skill structure. The authoring process only requires a valid SKILL.md file at the root and allows optional directories to augment behavior and documentation.

Why does my Ceobe skill fail to load during the authoring workflow?

Your Ceobe skill may fail to load if it lacks a valid SKILL.md file at the root directory or if the frontmatter is missing the required name and description. Following the standardized blueprint prevents malformed skills and ensures consistent loading.