template-skill

Generate a YAML skill template with standardized metadata fields.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/Dummy --skill template-skill-pchemguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/pchemguy/Dummy/tree/main/docs/AgentSkills/anthropics/skills/template
Command: npx skills add https://github.com/pchemguy/Dummy --skill template-skill-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use template to create new skills with a consistent metadata structure, reducing setup time and preventing missing fields.

Core Features & Use Cases

  • Generates a minimal, valid frontmatter (name and description) and a structured body to guide activation.
  • Serves as a starting point for building domain-specific skills with standardized fields (tagline, request, complexity, category, keywords, dependencies, components).
  • Use Case: You are designing a new skill; clone this template to ensure you capture required fields and formatting before adding domain content.

Quick Start

Create a new skill by copying this template and renaming it, then fill in the name, description, and operational instructions in the body.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new AI skill using a YAML metadata structure?

You can create a new AI skill by copying a YAML template that provides a minimal valid frontmatter and structured body, then renaming it and adding your domain-specific content to ensure consistent structure.

What is the standard metadata structure for designing AI agent skills?

The standard metadata structure for AI agent skills uses a YAML frontmatter with name and description, alongside a structured body containing tagline, keywords, category, dependencies, and components to ensure consistent formatting.

Can I use a starter template to ensure my AI skill has all required fields?

Yes, you can use a starter template to ensure your AI skill has all required fields by cloning a ready-to-use YAML skeleton that prevents missing fields and reduces initial setup time.

What's the best way to define reusable AI skill templates?

The best way to define reusable AI skill templates is to establish a standardized YAML skeleton with predefined fields like tagline, complexity, and keywords, ensuring consistent structure across new units.

Do I need dependencies to initialize a skill from a YAML template?

No, you do not need dependencies to initialize a skill from a YAML template. The starter template has zero dependencies and provides a minimal valid structure to begin adding domain content immediately.