template-skill

Enforce a root SKILL.md with mandatory name and description frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standard blueprint for creating self-contained AI Skill Units, ensuring every skill exposes a discoverable entry point via SKILL.md and consistent metadata.

Core Features & Use Cases

  • YAML frontmatter with name and description as the Skill's entry point
  • Optional resources (scripts/, references/, assets/) that can be attached to extend functionality
  • Clear guidelines for structure, discovery, and activation of skills.

Quick Start

Create a directory with SKILL.md at its root, fill in the name and description in YAML frontmatter, and add optional scripts, references, or assets as needed.

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 for an automation system?

To create reusable AI skills, build a root SKILL.md file with mandatory name and description YAML frontmatter. This standardizes discovery, loading, and execution by automation systems, while supporting optional scripts and assets.

What is YAML frontmatter and when is it needed for AI skill discovery?

YAML frontmatter provides a strict metadata schema for AI skill discovery, loading, and execution. It is needed when an automation system requires standardized entry points with fields like name, description, and category to activate units.

What is the best way to structure an AI skill unit with optional scripts and references?

The best way to structure an AI skill unit is placing a root SKILL.md with frontmatter at the directory base, then organizing optional resources into separate scripts, references, and assets folders to extend functionality.

Does an AI skill unit require dependencies or components to run?

An AI skill unit does not require dependencies or components to run. It functions as a self-contained blueprint with a plain instructions body, managing optional scripts, references, and assets only as needed.

What metadata fields are mandatory for AI skill activation in an automation workflow?

Mandatory metadata fields for AI skill activation include name, description, tagline, request, complexity, category, keywords, dependencies, components, and toxicity_check, enforced directly within the SKILL.md YAML frontmatter.