Skip to content

fix(archive): fix description YAML block scalar - v1.0.8#65

Merged
Jing-yilin merged 3 commits intomainfrom
hotfix/skill/archive/description-yaml-fix
Feb 23, 2026
Merged

fix(archive): fix description YAML block scalar - v1.0.8#65
Jing-yilin merged 3 commits intomainfrom
hotfix/skill/archive/description-yaml-fix

Conversation

@Jing-yilin
Copy link
Contributor

Summary

Fixes broken description display for the archive skill on skills.sh and other YAML parsers.

Problem

The description field in skills/archive/SKILL.md used a YAML block scalar (>-), which some parsers render as literal >- instead of the full text. This caused the archive skill to show only 13 characters in the UI (visible in the screenshot).

This is the same class of bug fixed in v1.0.6 for seo-geo (YAML | block scalar).

Changes

  • skills/archive/SKILL.md: Replace >- multi-line block scalar with a single-line quoted string
  • skills.json: Bump archive version 1.0.01.0.1, global version 1.0.71.0.8
  • CHANGELOG.md: Add archive to compatibility matrix, add v1.0.8 release entry

@Jing-yilin Jing-yilin merged commit d50665e into main Feb 23, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant