Test Skill

Validate SKILL.md YAML frontmatter and Markdown structure for consistency.

6|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/POWERFULMOVES/PMOVES.AI --skill test-skill-powerfulmoves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Test Skill
Source: https://github.com/POWERFULMOVES/PMOVES.AI/tree/main/pmoves/services/agent-zero/skills/examples/test-skill
Command: npx skills add https://github.com/POWERFULMOVES/PMOVES.AI --skill test-skill-powerfulmoves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that a SKILL.md frontmatter is complete and well-formed so new skills can be created consistently.

Core Features & Use Cases

  • Validate presence of required frontmatter fields: name, description, and version.
  • Demonstrate a complete SKILL.md structure for new skill authors.
  • Serve as a runnable reference/template to guide skill creation and onboarding.

Quick Start

Run this test skill to validate a sample SKILL.md template and verify frontmatter and structure.

Frequently Asked Questions about Test Skill

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

FAQPage Schema
How do I validate SKILL.md frontmatter and structure for new templates?

Validating SKILL.md frontmatter requires checking that the YAML includes name and description fields, while verifying the Markdown body establishes an activation context to ensure template consistency across new skills.

What is the required structure for a SKILL.md template?

A required SKILL.md template structure consists of YAML frontmatter containing name, description, and version fields, paired with a Markdown body that defines the activation context and operational details for the skill.

Why does my SKILL.md template fail validation during auditing?

SKILL.md validation fails when the YAML frontmatter omits required name, description, or version fields, or when the Markdown body does not provide a clear activation context for the skill.

Do I need a specific environment to author and validate PMOVES.AI skills?

Authoring and validating PMOVES.AI skills requires no specific environment or dependencies, as the validation process directly checks the SKILL.md frontmatter and Markdown body structure for consistency.

What's the best way to ensure consistency when creating new skills?

To ensure consistency when creating new skills, use a reference template that validates SKILL.md frontmatter fields and enforces a standardized Markdown body structure across the entire skill ecosystem.