skill-template

Generate standardized Agent Skill documents with mandatory frontmatter fields and Markdown usage guidance.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/mhintz1980/ptl-lova --skill skill-template-mhintz1980
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/mhintz1980/ptl-lova/tree/main/docs/agent-skills/template
Command: npx skills add https://github.com/mhintz1980/ptl-lova --skill skill-template-mhintz1980

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template provides a standardized starting point for creating new Agent Skills, ensuring consistency and discoverability across the collection.

Core Features & Use Cases

  • Enforces a frontmatter-driven structure with mandatory fields like name and description.
  • Offers a clear, reusable workflow for documenting activation criteria and guidance.
  • Supports easy extension with optional references, scripts, or assets as needed for new skills.

Quick Start

Create a new Skill by filling in the frontmatter and sections in SKILL.md, and add any optional resources under references, scripts, or assets if needed.

Frequently Asked Questions about skill-template

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

FAQPage Schema
What is an agent skill template for context engineering?

An agent skill template provides a standardized Markdown structure with frontmatter to design, document, and discover new skills consistently across a team's context engineering workflow.

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

To create an agent skill, fill in the mandatory frontmatter fields like name and description in SKILL.md, then document activation criteria and usage notes in the Markdown body.

What frontmatter fields are mandatory for an agent skill?

Mandatory frontmatter fields for an agent skill include name and description, ensuring proper discovery and activation within the context engineering workflow.

When do I need a standardized template for agent skills?

You need a standardized template for agent skills when onboarding multiple team members requires consistent documentation, frontmatter-driven structure, and reliable skill discovery across projects.

Can I add custom scripts and references to a skill template?

Yes, the skill template supports easy extension by allowing you to add optional resources such as scripts, references, or assets as needed for new skills.