good-skill-complex

Extract and verify YAML frontmatter metadata from SKILL.md files.

3|1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/HuXiangyu123/CUA-Lark-Agent --skill good-skill-complex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: good-skill-complex
Source: https://github.com/HuXiangyu123/CUA-Lark-Agent/tree/main/lark-cli/scripts/skill-format-check/tests/good-skill-complex
Command: npx skills add https://github.com/HuXiangyu123/CUA-Lark-Agent --skill good-skill-complex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit validates and documents complex frontmatter blocks to ensure consistent discovery and activation.

Core Features & Use Cases

  • Validates YAML frontmatter fields like name and description.
  • Supports multi-line descriptions and custom metadata.
  • Used in tooling to ensure skill units are discoverable and correctly loaded.

Quick Start

Scan SKILL.md and validate the frontmatter and body to ensure proper discovery and activation.

Frequently Asked Questions about good-skill-complex

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

FAQPage Schema
How do I validate YAML frontmatter in a markdown file?

To validate YAML frontmatter in a markdown file, scan the SKILL.md document to extract and verify that required fields like name and description are present and correctly formatted for proper skill unit discovery and activation.

How do I check if a markdown file has valid metadata for skill activation?

Checking markdown metadata for skill activation involves verifying the YAML frontmatter includes a valid name and description, and confirming the Markdown body contains the operational instructions loaded at activation.

Can I use multi-line descriptions in YAML frontmatter for skill units?

Yes, you can use multi-line descriptions in YAML frontmatter. This validation process identifies skills with multi-line descriptions and additional metadata fields across complex frontmatter blocks to determine applicability.

What is YAML frontmatter validation for markdown skill units?

YAML frontmatter validation for markdown skill units is the process of extracting and verifying metadata fields from the SKILL.md file to ensure consistent discovery, correct loading, and proper activation of complex skills.

Why does my markdown skill unit fail to activate during discovery?

Markdown skill unit activation fails during discovery if the YAML frontmatter is missing a valid name or description, or if the Markdown body lacks the necessary operational instructions required for loading.

Does frontmatter validation support custom metadata fields?

Yes, frontmatter validation supports custom metadata fields. It is designed to identify and process additional metadata fields across complex frontmatter blocks to fully determine skill applicability.