make-skill-template

Scaffold skill directories and generate SKILL.md files with YAML frontmatter.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill make-skill-template-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill-template
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/make-skill-template
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill make-skill-template-lluppesms

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 directories and SKILL.md files, ensuring proper formatting and discoverability.

Core Features & Use Cases

  • Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Metadata Guidance: Provides clear instructions on SKILL.md frontmatter requirements and best practices for descriptions.
  • Use Case: When a user asks to "create a new skill" or "make a skill template", this Skill will guide them through the process, ensuring all components are correctly set up.

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?

To scaffold a new Agent Skill, this template generates the required directory structure and creates a SKILL.md file with proper YAML frontmatter and markdown body, ensuring correct formatting and discoverability.

What is the correct format for a SKILL.md file?

A SKILL.md file requires specific YAML frontmatter for metadata alongside a markdown body for descriptions. This scaffolding process provides clear guidance on these frontmatter requirements and best practices for skill development.

How do I generate a SKILL.md template with YAML frontmatter?

Generating a SKILL.md template with YAML frontmatter is handled by this scaffolding tool, which automatically creates the file structure and populates the required metadata fields to jumpstart skill development.

Do I need any dependencies to create an Agent Skill?

No dependencies are required to create an Agent Skill using this scaffolding tool. It operates independently to generate directories and SKILL.md files without external packages.

What is the best way to structure an Agent Skill for discoverability?

The best way to structure an Agent Skill for discoverability is using a standardized scaffolding approach that ensures proper directory formatting and accurate YAML frontmatter metadata generation.

Are there limitations to using a skill template for scaffolding?

The limitation of using this skill template is its basic implementation depth, meaning it focuses strictly on directory scaffolding and SKILL.md generation rather than handling complex internal reasoning or advanced skill logic.