make-skill-template

Generate SKILL.md frontmatter and directory structure for new Agent Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.

Core Features & Use Cases

  • Scaffold a new skill folder structure with SKILL.md frontmatter.
  • Include optional directories: scripts/, references/, assets/ as needed.
  • Duplicate this template to bootstrap multiple skills quickly.

Quick Start

Use the make-skill-template to scaffold a new Agent 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 scaffold a new Agent Skill from a prompt?

To scaffold an Agent Skill, provide a prompt describing the desired functionality. The tool then automatically generates the required SKILL.md frontmatter and a standard directory structure to bootstrap the skill.

What files and folders are included when scaffolding skill directories?

Scaffolding skill directories generates a core SKILL.md file with frontmatter. It also includes optional scripts/, references/, and assets/ folders to organize bundled resources as needed.

How do I create multiple Agent Skills quickly without starting from scratch?

You can create multiple Agent Skills quickly by duplicating an existing template. This bootstrapping method replicates the standard SKILL.md structure and optional folders instantly.

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

The required frontmatter for a SKILL.md file must include the skill's name and description. This metadata is enforced during generation to ensure proper agent skill configuration.

When do I need to generate a SKILL.md file for GitHub Copilot?

You need to generate a SKILL.md file when building specialized AI capabilities or bundled resources for GitHub Copilot. It provides the necessary frontmatter and body structure for the agent to function.