make-skill-template

Generate GitHub Copilot Agent Skills with a SKILL.md file and directory structure.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/dhar174/langgraph_system_generator --skill make-skill-template-dhar174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/dhar174/langgraph_system_generator/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/dhar174/langgraph_system_generator --skill make-skill-template-dhar174

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 creation of a new skill directory with a SKILL.md file.
  • 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 "scaffold a new capability," this skill will guide them through the process and generate the basic structure.

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 scaffold a new GitHub Copilot skill?

Scaffold a new GitHub Copilot skill by generating a standardized directory structure and a SKILL.md file from a template. This provides a clear starting point for developing specialized AI capabilities and ensures adherence to the Agent Skills specification for discoverability.

What is a SKILL.md file used for in Agent Skills?

A SKILL.md file is used to define the metadata, instructions, and core task processing logic for an Agent Skill. It ensures the skill adheres to the Agent Skills specification, enabling GitHub Copilot to discover and execute the specialized capability.

Can I duplicate an existing skill template to create a new capability?

Yes, you can duplicate an existing skill template to create a new capability. The skill facilitates template duplication, allowing you to easily copy the base structure and adapt the SKILL.md file for your new specialized AI function.

Does scaffolding a skill ensure it meets the Agent Skills specification?

Scaffolding a skill ensures it meets the Agent Skills specification by generating the required directory structure and SKILL.md file from a compliant template. This standardized starting point guarantees the new skill has the necessary structure for discoverability and functionality.

How do I create a new skill directory for GitHub Copilot?

Create a new skill directory for GitHub Copilot by asking to scaffold a new skill. The template automatically generates the directory structure and the required SKILL.md file, providing a standardized starting point for your new capability.