make-skill-template

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

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/edjan11/SegundasVias --skill make-skill-template-edjan11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/edjan11/SegundasVias/tree/main/docs/raw/.github/skills/make-skill-template
Command: npx skills add https://github.com/edjan11/SegundasVias --skill make-skill-template-edjan11

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: Automates the setup of new skill directories and SKILL.md files.
  • Template Duplication: Allows users to easily copy and adapt the existing template for new skills.
  • Use Case: When a user asks to "create a new skill" or "make a skill template", this Skill guides them through the process, ensuring all requirements are met.

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 skill for GitHub Copilot?

To create a new skill for GitHub Copilot, use a scaffolding template to duplicate the directory structure and generate a SKILL.md file with proper YAML frontmatter. This ensures the skill adheres to the Agent Skills specification for discoverability and operationalization.

What is an Agent Skill and when do I need a SKILL.md file?

An Agent Skill is an operational capability for GitHub Copilot defined by a SKILL.md file. You need this file when you want to scaffold a new skill, ensuring it has the correct YAML frontmatter and directory structure to be properly discovered and executed.

Can I use this template to scaffold a skill directory without manual setup?

Yes, you can scaffold a skill directory without manual setup by requesting to make a new skill. The template duplication process automatically creates the required directory structure and the SKILL.md file with the correct YAML frontmatter.

What's the best way to ensure my new skill meets the Agent Skills specification?

The best way to ensure your new skill meets the Agent Skills specification is to scaffold it using a dedicated template. This automatically generates the correct directory structure and a SKILL.md file containing the required YAML frontmatter for compliance.

Do I need any dependencies to scaffold a skill for GitHub Copilot?

No dependencies are required to scaffold a skill for GitHub Copilot. The skill creation process duplicates an existing template and generates the SKILL.md file directly, allowing you to set up the directory structure without external tools.