fix: use flat source format compatible with frontmatter parser

The registry's separateFrontmatter() function trims indentation from
each frontmatter line, which breaks nested YAML structures. Use the
flat "owner/repo@ref" string format that the registry-server parses
with strings.Cut.
This commit is contained in:
DevCats 2026-05-12 15:29:29 +00:00
parent d8add4d3c1
commit 0e41e0e750

View File

@ -4,8 +4,7 @@ description: Agent skills for installing, configuring, and developing with Coder
icon: ../../../.icons/coder.svg icon: ../../../.icons/coder.svg
tags: [skill, coder, deployment, terraform, modules, templates] tags: [skill, coder, deployment, terraform, modules, templates]
sources: sources:
- repo: "coder/skills" - coder/skills@main
ref: "main"
--- ---
# Coder Skills # Coder Skills