creating-skills

Generate complete Skill units with folder structure and frontmatter fields.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/clarinovist/ceritakita-booking --skill creating-skills-clarinovist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/clarinovist/ceritakita-booking/tree/main/.agent/skills/creating-skills
Command: npx skills add https://github.com/clarinovist/ceritakita-booking --skill creating-skills-clarinovist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates consistent, ready-to-use Skill units by interpreting user requirements and generating the full .agent/skills/ directory structure, including SKILL.md and optional resources.

Core Features & Use Cases

  • Automated Skill scaffolding from user input, ensuring standardized folder layouts and frontmatter.
  • Frontmatter validation with required fields and naming rules, plus guidance for optional components.
  • Flexible templates that accommodate scripts/, references/, and assets/ as needed for future augmentation.

Quick Start

Describe the new skill's requirements and desired folder structure to generate a complete Skill unit.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I auto-scaffold a new skill directory with yaml-frontmatter?

Auto-scaffolding a skill unit requires describing your requirements to generate the complete .agent/skills/ directory structure with validated yaml-frontmatter and optional components.

What is the folder structure needed to generate a ready-to-use skill?

A complete skill unit requires a standardized folder layout including SKILL.md, with optional scripts/, references/, and assets/ directories tailored for future augmentation.

How do I validate frontmatter fields and naming rules for skill generation?

Frontmatter validation checks required fields like name and description during skill generation, enforcing naming rules and providing guidance for optional components to ensure immediate integration.

Can I include custom scripts and references when scaffolding a skill?

Yes, flexible templates accommodate scripts/, references/, and assets/ as optional components when scaffolding a skill, allowing you to specify desired folder structure and resources.

What category, complexity, and dependencies should I specify for a new skill?

Specify category, complexity, keywords, and dependencies in your requirements so the generated skill unit is ready for immediate integration with complete frontmatter and structure.

Why use automated skill scaffolding instead of manually creating project structures?

Automated scaffolding ensures consistent folder layouts and standardized frontmatter validation compared to manual creation, reducing setup errors and generating ready-to-use skill units immediately.