[skill-name]

Create AI agent skills from a YAML frontmatter template with optional resource folders.

7|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ZhanlinCui/Auto-Evolution-Agent-Skills --skill skill-name-zhanlincui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: [skill-name]
Source: https://github.com/ZhanlinCui/Auto-Evolution-Agent-Skills/tree/main/skills/evolution/templates
Command: npx skills add https://github.com/ZhanlinCui/Auto-Evolution-Agent-Skills --skill skill-name-zhanlincui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standard YAML frontmatter-based template for defining AI agent skills, ensuring consistent discovery metadata and a clean, reusable structure.

Core Features & Use Cases

  • Standardized Frontmatter: Includes name, description, author, source, date, tags, level, and evolved_from for consistent identification.
  • Clear Skill Body Template: Provides a ready-to-fill Markdown body for the skill's operational instructions.
  • Optional Resource Folders: Supports optional directories (scripts/, references/, assets/) to organize tooling and references for future use.
  • Use Case: Ideal for teams building a catalog of reusable AI skills and onboarding new contributors quickly.

Quick Start

To create a new skill, copy the template into a new directory, replace the placeholders in the frontmatter with actual values, and add any optional resources as needed.

Frequently Asked Questions about [skill-name]

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

FAQPage Schema
How do I standardize AI agent skills with a reusable template?

To standardize AI agent skills, copy this YAML frontmatter-based Markdown template into a new directory and replace the placeholders. This provides consistent discovery metadata and a clean, reusable structure for your skill definitions.

What metadata should I include in YAML frontmatter for AI skills?

YAML frontmatter for AI skills should include name, description, author, source, date, tags, level, and evolved_from. This standardized metadata ensures consistent identification and discovery across a catalog of reusable skills.

Can I organize scripts and references when defining AI agent skills?

Yes, you can organize scripts and references when defining AI agent skills by using the template's optional resource folders. It supports separate directories for scripts, references, and assets to manage tooling and reference materials.

Do I need any special tooling to use this markdown skill template?

No special tooling is required to use this markdown skill template. It requires minimal setup and can be used immediately by copying the template structure and filling in the placeholders with your actual skill values.

What is the best way to onboard new contributors to an AI skill catalog?

The best way to onboard new contributors to an AI skill catalog is providing a standardized template with clear frontmatter and a ready-to-fill Markdown body. This ensures consistent structure and simplifies the creation of reusable AI skills.

Are there limitations to using a frontmatter template for AI agent documentation?

A limitation of using a frontmatter template for AI agent documentation is that it provides a basic structural framework rather than complex processing logic. It standardizes metadata and body instructions but does not execute the skill operations itself.