skill

Validate Skill unit structure with SKILL.md and YAML frontmatter.

14|4|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ippontech/terraform-provider-anthropic --skill skill-ippontech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/ippontech/terraform-provider-anthropic/tree/main/examples/resources/skill
Command: npx skills add https://github.com/ippontech/terraform-provider-anthropic --skill skill-ippontech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill demonstrates the required frontmatter and structure for a Skill unit and serves as a minimal template for building real skills.

Core Features & Use Cases

  • Provides a canonical skeleton for Skill units to ease onboarding and tooling validation.
  • Serves as a reference for teams documenting discovery and activation workflows in their repositories.

Quick Start

Request a validation of the skill metadata and structure to confirm correct discovery.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I validate Skill metadata and structure for repository discovery?

To validate Skill metadata and structure, you need a SKILL.md file at the repository root with YAML frontmatter containing name and description. This confirms activation readiness and ensures correct repository discovery workflows.

What is YAML frontmatter validation for a Skill unit?

YAML frontmatter validation checks that your SKILL.md file includes the required name and description fields. This process ensures the Skill unit meets minimal structural requirements for onboarding and tooling validation.

What files and directories do I need for a minimal Skill unit structure?

A minimal Skill unit structure requires a SKILL.md file at the root with YAML frontmatter. You can also add optional scripts, references, and assets directories to support the skill's functionality.

Does frontmatter validation require name and description fields to activate a Skill unit?

Yes, frontmatter validation requires both name and description fields in the YAML frontmatter of your SKILL.md file. These fields are mandatory to confirm activation readiness for Skill units in repository discovery workflows.

Can I use a SKILL.md template to ease onboarding and tooling validation?

Yes, using a canonical SKILL.md skeleton template eases onboarding and tooling validation. It provides the required frontmatter and structure, serving as a minimal reference for building real skills and documenting discovery workflows.

Why does my Skill unit fail repository discovery workflows?

Skill unit discovery fails when the repository lacks a SKILL.md file at the root or misses required YAML frontmatter fields. Validating the minimal structure ensures frontmatter compliance and activation readiness for tooling.