make-skill-template

Generate Agent Skills with SKILL.md files and YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kazuho39/kzo-document --skill make-skill-template-kazuho39
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/kazuho39/kzo-document/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/kazuho39/kzo-document --skill make-skill-template-kazuho39

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Skills by providing a template and guidance for structuring SKILL.md files, directories, and optional resources, ensuring new skills are discoverable and functional.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Guidance: Provides clear instructions on SKILL.md frontmatter requirements and best practices for descriptions.
  • Use Case: When a user asks to "create a new skill" or "scaffold a new agent capability," this skill assists them in setting up a well-defined and compliant skill unit.

Quick Start

Use the make-skill-template skill to create a new skill directory named 'my-new-skill'.

Frequently Asked Questions about make-skill-template

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

FAQPage Schema
How do I create a new Agent Skill for GitHub Copilot?

You create a new Agent Skill by generating a SKILL.md file with YAML frontmatter and a standardized directory structure. This scaffolding process ensures the new capability is compliant and discoverable by GitHub Copilot.

What is a SKILL.md file and when do I need it for agent development?

A SKILL.md file defines an Agent Skill's metadata and instructions for GitHub Copilot. You need it when scaffolding a new agent capability, as it contains required YAML frontmatter fields like name and description for proper discovery.

What YAML frontmatter fields are required to make an Agent Skill discoverable?

To make an Agent Skill discoverable, the SKILL.md YAML frontmatter requires at least the name and description fields. Adhering to these frontmatter specifications ensures GitHub Copilot can properly locate and utilize the skill.

What is the best way to scaffold a new directory structure for a Copilot skill?

The best way to scaffold a Copilot skill directory is to use a template that generates the necessary folders and SKILL.md file simultaneously. This ensures your agent development setup follows standardized specifications and best practices.

Does scaffolding a new skill include guidance on directory structure best practices?

Yes, scaffolding a new skill includes guidance on directory structure best practices and SKILL.md frontmatter requirements. This ensures the generated agent capabilities are functional, well-defined, and compliant with GitHub Copilot specifications.