make-skill-template

Scaffold a directory structure and generate a SKILL.md file with YAML frontmatter.

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

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, ensuring proper structure and discoverability.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Metadata Generation: Helps create correctly formatted YAML frontmatter with name and description.
  • Use Case: When a user asks to "create a new skill" or "build a custom AI capability," use this skill to quickly set up the foundational files and 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 AI agent skill from scratch?

To scaffold an agent skill, this tool generates the required directory structure and a SKILL.md file with correct YAML frontmatter. It guides you in defining the skill name and description to ensure proper structure and discoverability.

What is the correct directory structure for an Agent Skills specification?

The Agent Skills specification requires a defined directory structure containing a SKILL.md file with YAML frontmatter. This scaffolding tool automatically sets up this foundational structure, including optional folders for scripts, references, and assets.

How do I generate YAML frontmatter for a custom AI capability?

Generating YAML frontmatter for a custom AI capability is handled automatically during skill creation. The tool prompts you for the skill name and description, then formats this metadata correctly into the SKILL.md file.

Can I organize scripts and references when building a new skill?

Yes, you can organize scripts, references, and assets. The scaffolding process creates a directory structure that accommodates these optional resources according to the standard specification, keeping your project files neatly arranged.

Do I need any dependencies to create a custom skill template?

No dependencies are required to create a custom skill template. The tool operates independently to scaffold the directory structure and generate the SKILL.md file without needing external packages or libraries.

What's the best way to ensure my new agent skill is discoverable?

The best way to ensure discoverability is by using a correctly formatted SKILL.md file with proper YAML frontmatter. This scaffolding tool enforces correct metadata generation, ensuring your skill meets the specification for search and discovery.