make-skill-template

Generate SKILL.md frontmatter and a valid skill directory layout.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/selfagency/agentsy --skill make-skill-template-selfagency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/selfagency/agentsy/tree/main/.agents/skills/make-skill-template
Command: npx skills add https://github.com/selfagency/agentsy --skill make-skill-template-selfagency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create new Agent Skills by generating the required SKILL.md frontmatter and a consistent folder structure so your skills are discoverable and easy to maintain.

Core Features & Use Cases

  • Skill scaffolding: Creates a new skill directory with a correctly formed SKILL.md entry point for discovery.
  • Frontmatter guidance: Ensures the SKILL.md includes required YAML fields like name and description, and recommends additional optional metadata for compatibility and licenses.
  • Operational instructions: Provides a ready-to-edit markdown body with recommended sections such as usage workflows and troubleshooting to guide execution.

Quick Start

Use make-skill-template to scaffold a new skill directory by duplicating this template and updating the SKILL.md name and description to match your new lowercase hyphenated folder name.

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 Agent Skill with the correct directory structure?

Agent Skills require a SKILL.md entry point at the skill root containing YAML frontmatter with required name and description fields. The scaffold also supports optional scripts, references, and assets directories for extended functionality and on-demand resources.

What is SKILL.md frontmatter and why is it needed for GitHub Copilot agent skills?

SKILL.md frontmatter uses YAML fields like name and description at the skill root to make Agent Skills discoverable. It ensures compatible skill scaffolding and recommends optional metadata for licenses and operational compatibility.

Can I include optional scripts and references when creating a skill directory layout?

Yes, the skill directory layout supports optional scripts, references, and assets directories alongside the required SKILL.md. These provide on-demand functionality and supplementary operational instructions for executing the Agent Skill.

Does my Agent Skill template need YAML frontmatter for discoverability?

Yes, YAML frontmatter with name and description fields at the skill root is required for Agent Skill discoverability. The scaffold recommends additional optional metadata for compatibility and licenses to ensure proper indexing.

What sections should I include in the markdown body of a SKILL.md file?

The SKILL.md body should include recommended operational sections like usage workflows and troubleshooting to guide execution. This ready-to-edit markdown ensures your scaffolded Agent Skill maintains consistent operational instructions.