template-skill

Create standardized Skill Unit skeletons with SKILL.md frontmatter and directory structure.

90|4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/aisa-group/skill-inject --skill template-skill-aisa-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/aisa-group/skill-inject/tree/main/data/skills/template-skill
Command: npx skills add https://github.com/aisa-group/skill-inject --skill template-skill-aisa-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a ready-to-use scaffold that standardizes Skill Units, speeding creation and validation of new skills across teams.

Core Features & Use Cases

  • Standardized frontmatter and structure for Skill Units.
  • Quick prototyping and comparison across domains.
  • Consistent metadata extraction for tooling and discovery.

Quick Start

Edit SKILL.md to customize the name, description, and instructions, then load the skill into your agent to activate it.

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 standard SKILL.md file with valid frontmatter metadata?

You create a standard SKILL.md file with valid frontmatter by using a template that enforces required metadata fields like name and description. This ensures structured metadata is produced consistently for tooling and discovery across teams.

What is the best way to standardize skill unit directory structures for rapid prototyping?

The best way to standardize skill unit directory structures is using a reusable template that automates creation of a consistent skeleton. This enforces frontmatter fields and optional assets or scripts references for quick prototyping and comparison.

How do I validate YAML frontmatter fields for AI agent skills?

You validate YAML frontmatter fields for AI agent skills by loading a standardized template that enforces required name and description attributes. This produces structured metadata and ensures toxicity checks are completed during skill creation.

Can I use a skill template to compare metadata across different domains?

Yes, you can use a skill template to compare metadata across different domains. The standardized frontmatter and directory structure enable quick prototyping and comparison across domains while maintaining consistent metadata extraction.

Do I need to manually add assets and scripts references when generating a skill skeleton?

You do not need to manually add assets and scripts references when generating a skill skeleton. The template enforces these as optional references within the standard SKILL.md format, allowing you to customize instructions after generation.

Why does my skill unit need structured metadata and toxicity checks?

Your skill unit needs structured metadata and toxicity checks to ensure consistent tooling, discovery, and safe deployment across teams. The template enforces frontmatter fields and produces toxicity checks during the skill creation process.