multiline-description

Verify multiline YAML description normalization in SKILL.md files.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Sanery1/FitClaw-old --skill multiline-description-sanery1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multiline-description
Source: https://github.com/Sanery1/FitClaw-old/tree/main/packages/coding-agent/test/fixtures/skills/multiline-description
Command: npx skills add https://github.com/Sanery1/FitClaw-old --skill multiline-description-sanery1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit tests the normalization of multiline YAML descriptions in SKILL.md files.

Core Features & Use Cases

  • Normalization Test: Checks if multiline descriptions in SKILL.md are correctly converted to single lines.
  • YAML Frontmatter: Validates the proper formatting of the name and description fields in the YAML frontmatter.
  • Markdown Body: Ensures that the Markdown body following the frontmatter contains the operational instructions.

Quick Start

Run the Skill unit to verify multiline description normalization.

Frequently Asked Questions about multiline-description

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

FAQPage Schema
How do I normalize multiline YAML descriptions in SKILL.md files?

To normalize multiline YAML descriptions in SKILL.md files, you verify that multiline text is correctly converted to single lines in the YAML frontmatter while preserving the Markdown body for operational instructions.

Why does my YAML frontmatter description break when spanning multiple lines?

YAML frontmatter descriptions break across multiple lines because the parser requires normalization to convert multiline strings into a single valid line for proper formatting and display.

How do I validate YAML frontmatter formatting for name and description fields?

You validate YAML frontmatter formatting by checking that the name and description fields are properly normalized, ensuring multiline descriptions convert to single lines without losing the Markdown body content.

What is the best way to test multiline description normalization in markdown?

The best way to test multiline description normalization in markdown is to run a validation unit that verifies multiline YAML descriptions convert to single lines and checks the Markdown body for operational instructions.

Does markdown YAML frontmatter support multiline descriptions without normalization?

Markdown YAML frontmatter does not properly support multiline descriptions without normalization, requiring conversion to single lines to ensure correct parsing and display within the Markdown body.