template-skill

Create new AI skills with standardized YAML frontmatter and Markdown body.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ZiadNagar/zeVillage-AI-Toolkit --skill template-skill-ziadnagar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ZiadNagar/zeVillage-AI-Toolkit/tree/main/skills/template-skill
Command: npx skills add https://github.com/ZiadNagar/zeVillage-AI-Toolkit --skill template-skill-ziadnagar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template-skill provides a consistent skeleton for creating new AI skills, establishing mandatory YAML frontmatter (name and description) at the root to ensure discoverability and standardization.

Core Features & Use Cases

  • Standardized frontmatter: name and description are required, enabling predictable discovery and indexing.
  • Operational body: a Markdown body for instructions loaded into context on activation, with optional scripts/references/assets directories as needed.
  • Quick-start bootstrap: copy and customize this skeleton to rapidly spin up production-ready skills for new tasks.

Quick Start

Duplicate the template-skill folder and customize its frontmatter and body to create a new, production-ready 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 reusable AI skills from a template?

You create reusable AI skills by duplicating the template folder and customizing the mandatory YAML frontmatter and Markdown body, which provides a consistent skeleton for new tasks.

What is mandatory YAML frontmatter for bootstrapping new AI skills?

Mandatory YAML frontmatter for bootstrapping new AI skills requires name and description fields at the root to ensure predictable discovery, indexing, and standardized metadata across multiple projects.

How do I standardize metadata for multiple AI skills?

You standardize metadata for multiple AI skills by using a starter kit skeleton that enforces mandatory YAML frontmatter, enabling predictable discovery and easy onboarding for future team projects.

Can I add scripts and assets directories to a markdown skill template?

Yes, you can add optional scripts, references, and assets directories to the template as needed, alongside the plain Markdown body that provides operational instructions loaded into context on activation.

What is the best way to bootstrap a starter kit for AI skills?

The best way to bootstrap a starter kit for AI skills is using a standardized template that enforces plain Markdown for operational guidance and mandatory metadata, ensuring quick onboarding for future projects.