template-skill

Define new AI Skill Units with YAML frontmatter and safety checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a placeholder skill skeleton intended for developers to customize into a fully functional Skill Unit.

Core Features & Use Cases

  • Provides a ready-to-fill SKILL.md skeleton with frontmatter for name and description.
  • Serves as a baseline template for creating new Skill Units quickly.
  • Useful for teams to standardize metadata and onboarding of new skills.

Quick Start

Customize this skeleton by editing SKILL.md to define the real skill name, description, usage instructions, and any required frontmatter fields.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I standardize AI skill unit metadata for a reusable workflow library?

To standardize AI skill unit metadata, use a skeleton template that enforces YAML frontmatter for name and description. This baseline structure allows developers to quickly define, customize, and onboard new reusable units consistently.

What is included in a skill unit skeleton for AI workflows?

A skill unit skeleton includes a ready-to-fill SKILL.md file with required YAML frontmatter, optional resources directories, and automated safety checks. It serves as a standardized baseline for developers building new AI units.

How do I create a new AI skill unit using a YAML frontmatter template?

Create a new AI skill unit by editing the provided SKILL.md skeleton to define the real skill name, description, and usage instructions. This process applies the required YAML frontmatter and configures optional resource directories.

Does this skill skeleton include automated safety checks for new AI units?

Yes, the skill skeleton includes automated safety checks to ensure new AI units meet baseline requirements. This feature helps developers and teams maintain standardized, safe metadata and structural onboarding for their libraries.

Can I use this template for team onboarding of new AI workflow skills?

Yes, you can use this template for team onboarding of new AI workflow skills. It provides a standardized skeleton with YAML frontmatter and optional resource directories, ensuring all developers follow the same metadata structure.