skill-create

Generate SKILL.md scaffolds with required frontmatter and optional resource directories.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill skill-create-hyxklee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create
Source: https://github.com/hyxklee/AI-DEV-ToolKit/tree/main/claude/skills/skill-create
Command: npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill skill-create-hyxklee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of standardized Skill Units by generating a ready-to-use SKILL.md scaffold with required frontmatter and optional resource structure.

Core Features & Use Cases

  • Provides a complete SKILL.md skeleton with name, description, allowed-tools, and optional fields.
  • Supports optional directories (scripts/, references/, assets/) that can be included as needed.
  • Enforces kebab-case naming and consistent metadata to simplify discovery and reuse in projects.

Quick Start

Ask me to create a new skill and I will generate a complete SKILL.md scaffold including frontmatter and structure.

Frequently Asked Questions about skill-create

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

FAQPage Schema
How do I create a reusable Claude Code skill scaffold?

A SKILL.md scaffold requires specific frontmatter fields including name, description, and allowed-tools to define the skill's metadata, scope, and execution permissions.

How do I automate workflow template generation for developer tools?

You automate workflow template generation by using a skill creation tool to output standardized SKILL.md skeletons, ensuring consistent metadata and enforcing kebab-case naming for project-wide reuse.

Can I include optional scripts and references when generating a skill scaffold?

Yes, you can include optional scripts and references when generating a skill scaffold, as the structure accommodates optional directories such as scripts/, references/, and assets/ when available.

What is the best way to standardize skill unit metadata for Claude Code?

The best way to standardize skill unit metadata is to generate a ready-to-use SKILL.md scaffold that enforces kebab-case naming and consistent frontmatter, simplifying discovery and reuse across projects.

When do I need to generate a SKILL.md template?

You need to generate a SKILL.md template when a reusable skill pattern is identified and you require consistent skeletons to standardize automation workflows and developer tool integrations.