skill-creator

Create standardized Skill templates with mandatory frontmatter and validated resource directories.

182|33|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/YougLin-dev/Aha-Loop --skill skill-creator-youglin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YougLin-dev/Aha-Loop/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/YougLin-dev/Aha-Loop --skill skill-creator-youglin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the creation of new Skills by enforcing mandatory frontmatter and a consistent structure across projects.

Core Features & Use Cases

  • Enforces mandatory frontmatter (name, description) and the existence of SKILL.md as the Skill entry point.
  • Validates optional directories (scripts/, references/, assets/) to support on-demand resources.
  • Provides a templated workflow for documenting and releasing reusable Skills across teams.

Quick Start

Initialize a new Skill directory with SKILL.md that includes the required frontmatter and a short body, then 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 standardize skill creation with mandatory frontmatter and consistent structure?

Validate skill metadata completeness by enforcing mandatory frontmatter fields, verifying category and keywords, checking dependencies and components, and validating optional resources directories like scripts, references, and assets.

What is the best way to document reusable workflows into ready-to-use templates?

Document reusable workflows by applying a templated workflow that codifies repetitive processes into standardized Skill templates, ensuring metadata completeness and consistent structure for cross-team release.

Do I need dependencies or components to create a Skill template?

No dependencies or components are required to create a Skill template. You only need to initialize a directory with SKILL.md containing mandatory frontmatter and optionally add resources directories as needed.

How to initialize a new Skill directory with required frontmatter and resources?

Initialize a new Skill directory by creating SKILL.md with required frontmatter including name and description, adding a short body, then including optional resources directories such as scripts, references, or assets as needed.

When should I not use automated skill creation and validation for knowledge management?

Avoid automated skill creation when your knowledge management workflow requires highly customized structures outside standard frontmatter rules, or when your reusable workflows do not fit the templated directory and metadata validation model.