make-skill-template

Generate standardized Agent Skill directories with SKILL.md files and YAML frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chrisbruceus/URL-Streamer --skill make-skill-template-chrisbruceus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/chrisbruceus/URL-Streamer/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/chrisbruceus/URL-Streamer --skill make-skill-template-chrisbruceus

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 guidance for structuring SKILL.md files, directory layouts, and optional resource folders.

Core Features & Use Cases

  • Skill Scaffolding: Generates the basic directory structure and SKILL.md for new skills.
  • Guidance on Specification: Provides clear instructions on SKILL.md frontmatter and body content.
  • Use Case: When a user asks to "create a new skill" or "make a skill template," this Skill automates the initial setup, ensuring adherence to the Agent Skills specification.

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

To scaffold a new Agent Skill, this template automates the creation of a standardized directory layout and a `SKILL.md` file with proper YAML frontmatter and markdown body. It ensures your new skill adheres to the Agent Skills specification effortlessly.

What is included in a generated SKILL.md file?

A generated `SKILL.md` file includes proper YAML frontmatter and a markdown body. The scaffolding process also provides guidance on structuring the specification content correctly within these sections.

Can I include optional scripts and references when generating a skill template?

Yes, you can include optional `scripts/`, `references/`, and `assets/` directories when generating a skill template. These folders allow you to bundle associated resources directly within the new skill's directory structure.

How do I create a standardized directory layout for multiple Agent Skills?

Creating a standardized directory layout for multiple Agent Skills is automated by this scaffolding tool. It generates the basic folder structure and required `SKILL.md` file, ensuring consistent formatting and specification adherence across all new skills.

Do I need any dependencies to automate Agent Skill creation?

No dependencies are required to automate Agent Skill creation. This template operates independently to generate the standardized directory structure and `SKILL.md` file without relying on external libraries or tools.

What's the best way to structure a new Agent Skill for specification compliance?

The best way to structure a new Agent Skill for specification compliance is using this scaffolding template. It automatically generates the correct directory layout and `SKILL.md` file with proper YAML frontmatter, ensuring your skill meets the required standards.