One-click install
npx skills add https://github.com/aifuun/u-safe-archive --skill test-version-207
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-version-207
Source: https://github.com/aifuun/u-safe-archive/tree/main/.claude/skills/test-version-207
Command: npx skills add https://github.com/aifuun/u-safe-archive --skill test-version-207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures that version metadata (version and last-updated) is correctly generated and embedded in YAML frontmatter for skills, enabling consistent discovery and auditing.

Core Features & Use Cases

  • Verify version and last-updated fields appear in YAML frontmatter.
  • Confirm version metadata is included in the Markdown footer.
  • Use to validate skill generation workflows and auditing processes.

Quick Start

Inspect the SKILL.md to confirm the frontmatter includes version and last-updated values.

Frequently Asked Questions about test-version-207

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

FAQPage Schema
How do I validate version metadata in YAML frontmatter for Markdown files?▼

To validate version metadata in YAML frontmatter, inspect the Markdown file to confirm both the version and last-updated fields are present. This ensures consistent version tracking for skill auditing and generation workflows.

What is YAML frontmatter versioning and when do I need it for skill creation?▼

YAML frontmatter versioning embeds version and last-updated fields at the top of a Markdown file. It is needed during skill creation and auditing to maintain consistent metadata for reliable version tracking across a skill library.

How to check if version metadata is included in a Markdown footer?▼

To check if version metadata is in a Markdown footer, read the Markdown body content after the YAML frontmatter. The validation process confirms whether the version and last-updated values are properly embedded at the end of the document.

Does skill auditing require both YAML frontmatter and Markdown body validation?▼

Skill auditing requires validating both the YAML frontmatter and the Markdown body. Reading both sections ensures the version and last-updated fields are correctly generated and embedded for consistent metadata tracking.

Why does my skill version validation fail even with YAML frontmatter present?▼

Version validation fails when the YAML frontmatter is missing the required version or last-updated fields, or if the Markdown body footer lacks the embedded version metadata needed for consistent skill library auditing.