make-skill-template

Generate SKILL.md files with YAML frontmatter and standard skill directory structures.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ajilantony/copilot-agentops --skill make-skill-template-ajilantony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/ajilantony/copilot-agentops/tree/main/skills/make-skill-template
Command: npx skills add https://github.com/ajilantony/copilot-agentops --skill make-skill-template-ajilantony

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new AI skills by providing a template and clear instructions for structuring skill directories and their SKILL.md files, ensuring proper discoverability and functionality.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Template Duplication: Allows users to easily copy and adapt the template for their specific needs.
  • Use Case: When a user asks to "create a new skill" or "make a skill for X", this template provides the foundational structure and guidance to get started quickly.

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 standardized template to generate the directory structure and SKILL.md file with correct YAML frontmatter, ensuring proper discoverability and operational integrity.

What is the correct directory structure for an AI skill?

The correct directory structure for an AI skill includes a SKILL.md file alongside optional scripts/, references/, and assets/ folders, which organizes dependencies and supporting files for the agent.

Do I need YAML frontmatter in my SKILL.md file for skill discoverability?

Yes, you need YAML frontmatter in your SKILL.md file to ensure skill discoverability and functionality, as it provides the required metadata for the agent to recognize and load the skill specification.

What's the best way to scaffold an AI development skill?

The best way to scaffold an AI development skill is to duplicate a standardized template, which provides procedural guidance and generates the foundational directory structure to get started quickly.

Can I include scripts and references when generating a new agent skill?

Yes, you can include scripts and references when generating a new agent skill, as the scaffolding process supports creating optional folders to organize code and documentation alongside the main SKILL.md file.