skill-name

Generate a boilerplate Skill Unit skeleton with YAML frontmatter and optional directories.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/jburns24/skills --skill skill-name-jburns24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/jburns24/skills/tree/main/template
Command: npx skills add https://github.com/jburns24/skills --skill skill-name-jburns24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This boilerplate Skill Unit provides a ready-to-use scaffold for new skills, ensuring consistent structure and metadata across Skill Units.

Core Features & Use Cases

  • Standard frontmatter with name and description for discovery.
  • Optional resource directories (scripts/, references/, assets/) to extend functionality as needed.
  • Clear Quick Start guidance to accelerate skill authorship and deployment.

Quick Start

Create a new skill by replacing the placeholder name and description in SKILL.md and populating the Instructions with your own workflow.

Frequently Asked Questions about skill-name

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a skill unit boilerplate and when do I need one?

A skill unit boilerplate is a standardized scaffold containing required YAML frontmatter and optional directories. You need this boilerplate when creating new skills to ensure consistent structure and metadata across all skill units.

How do I create a new skill using a boilerplate template?

To create a new skill from this boilerplate template, replace the placeholder name and description in SKILL.md, populate the Instructions with your workflow, and utilize optional directories like scripts/ or assets/ for expansion.

Do I need YAML frontmatter for skill development and discovery?

Yes, YAML frontmatter is required for skill development discovery. Standard frontmatter must include specific name and description fields to satisfy structural, discovery, and safety checks required by the skill framework.

What directories should I include when setting up skill metadata?

When setting up skill metadata, you can include optional resource directories such as scripts/, references/, and assets/. These directories extend functionality by organizing code, documentation, and media for future expansion.

Can I use this boilerplate skill skeleton for rapid skill creation?

Yes, you can use this boilerplate skill skeleton for rapid skill creation. It provides clear Quick Start guidance and a ready-to-use scaffold that accelerates skill authorship and deployment while enforcing standardized metadata fields.

What are the limitations of using a basic skill unit template?

The limitation of this basic skill unit template is that it provides only a structural skeleton without complex internal design. It covers required YAML frontmatter and directory creation but leaves workflow logic entirely to the author.