template-skill

Create reusable AI skill templates with YAML frontmatter and Markdown instructions.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/CodingHeader/MySkills --skill template-skill-codingheader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/CodingHeader/MySkills/tree/main/skills/template-skill
Command: npx skills add https://github.com/CodingHeader/MySkills --skill template-skill-codingheader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A starting point for quickly defining new AI skills via a standardized manifest, enabling consistent discovery and activation patterns across projects.

Core Features & Use Cases

  • Standardized manifest: YAML frontmatter with required fields (name, description) to enable discovery.
  • Markdown body: Instructions loaded into context to guide activation.
  • Extensible structure: Optional scripts/, references/, and assets/ directories to support advanced use cases.

Quick Start

Edit the SKILL.md to customize the name, description, and usage instructions for your own skill.

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 standardized manifest?

To create a new AI skill, define a SKILL.md file with YAML frontmatter containing the required name and description fields, followed by a Markdown body for instructions. This provides a reusable starting point for rapid prototyping and consistent skill discovery.

What is YAML frontmatter used for in AI skill definition?

YAML frontmatter provides a standardized manifest for AI skills by including required fields like name and description. This metadata enables consistent discovery and activation patterns across projects and downstream registry systems.

How do I add custom scripts and references to an AI skill template?

You can extend the AI skill template by adding optional scripts/, references/, and assets/ directories alongside the SKILL.md file. This extensible structure supports advanced use cases while maintaining the core markdown instructions.

Can I use this template for rapid prototyping across different domains?

Yes, the template is applicable to rapid prototyping of new skills across domains. It serves as a base for implementing SKILL.md driven executions, ensuring standardized manifests and consistent activation patterns regardless of the specific domain.

What is the best way to ensure my custom AI skills are discoverable?

The best way to ensure AI skill discoverability is to use a standardized manifest with YAML frontmatter, including required name and description fields. This enables downstream discovery through registry systems and consistent activation patterns.