make-skill-template

Scaffold GitHub Copilot Agent Skills with SKILL.md and YAML frontmatter.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/htn332805/run_mcp --skill make-skill-template-htn332805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/htn332805/run_mcp/tree/main/local-mcp-rag/documents/markdown_docs/make-skill-template%20
Command: npx skills add https://github.com/htn332805/run_mcp --skill make-skill-template-htn332805

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 clear instructions for generating the necessary SKILL.md file and directory structure.

Core Features & Use Cases

  • Skill Scaffolding: Quickly set up a new skill directory with the required SKILL.md file.
  • Template Duplication: Use this skill as a starting point for building specialized AI capabilities.
  • Use Case: When a user asks to "create a new skill" or "make a skill for GitHub Copilot," this meta-skill guides them through the process, ensuring all components are correctly configured.

Quick Start

Use the make-skill-template skill to create a new skill 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?

To create an Agent Skill for GitHub Copilot, you need to scaffold a directory structure and generate a `SKILL.md` file with proper YAML frontmatter. This template guides you through setting up the required files and configuring optional bundled resources like scripts and references.

What is the directory structure for a GitHub Copilot Agent Skill?

The directory structure for a GitHub Copilot Agent Skill requires a `SKILL.md` file containing YAML frontmatter for discovery and operational context. It can also include optional bundled resources such as scripts, references, and assets within the scaffolding directory.

How do I scaffold a SKILL.md file with YAML frontmatter?

You scaffold a `SKILL.md` file with YAML frontmatter by using a skill creation template that generates the required directory structure and metadata. This ensures the skill follows the official Agent Skills specification for correct discovery and operational context.

Can I bundle scripts and references when scaffolding a new Agent Skill?

Yes, you can bundle scripts and references when scaffolding a new Agent Skill. The skill creation process supports adding optional bundled resources alongside the core `SKILL.md` file within the generated directory structure.

What's the best way to build specialized AI capabilities for GitHub Copilot?

The best way to build specialized AI capabilities for GitHub Copilot is to use a scaffolding template that generates a new skill directory with a properly configured `SKILL.md` file. This ensures your skill adheres to the official Agent Skills specification.