make-skill-template

Generate Agent Skill directories and SKILL.md files from a template.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill make-skill-template-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/make-skill-template
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill make-skill-template-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Skills by providing a template and automating the generation of essential files and directory structures, simplifying the process of building specialized AI capabilities.

Core Features & Use Cases

  • Skill Scaffolding: Automatically generates a new skill directory with a SKILL.md file.
  • Frontmatter Generation: Creates YAML frontmatter with name and description fields.
  • Optional Directory Setup: Includes scripts/, references/, and assets/ folders if needed.
  • Use Case: When a user asks to "create a new skill" for managing project documentation, this Skill will set up the basic structure, allowing the user to focus on defining the skill's specific functionality.

Quick Start

Use the make-skill-template skill to create a new skill named 'document-manager'.

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 directory structure?

To create an Agent Skill directory structure, use a scaffolding tool that automatically generates a new skill directory with a SKILL.md file and optional folders for scripts, references, and assets. This standardizes the structure for specialized AI capabilities.

What is included in a generated SKILL.md file template?

A generated SKILL.md file template includes YAML frontmatter with name and description fields to define the skill. It establishes a standardized structure for prompts, scripts, and references to support the Agent Skills specification.

How do I scaffold agent skills for GitHub Copilot?

You scaffold agent skills for GitHub Copilot by generating a standardized directory and SKILL.md file from a template, allowing you to focus on defining specific functionality rather than manual setup.

Can I include optional folders when generating a skill template?

Yes, you can include optional folders when generating a skill template. The scaffolding process supports the creation of scripts, references, and assets directories alongside the main SKILL.md file if needed.

Why use a template for agent skill creation instead of manual setup?

Using a template for agent skill creation automates the generation of essential files and directory structures, ensuring discoverability and integration through a standardized approach rather than manual setup.