From 0e41e0e7502afc422eaaafb9afd240a7c9373d6d Mon Sep 17 00:00:00 2001 From: DevCats Date: Tue, 12 May 2026 15:29:29 +0000 Subject: [PATCH] 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. --- registry/coder/skills/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/registry/coder/skills/README.md b/registry/coder/skills/README.md index 22da16dc..c73cd41a 100644 --- a/registry/coder/skills/README.md +++ b/registry/coder/skills/README.md @@ -4,8 +4,7 @@ description: Agent skills for installing, configuring, and developing with Coder icon: ../../../.icons/coder.svg tags: [skill, coder, deployment, terraform, modules, templates] sources: - - repo: "coder/skills" - ref: "main" + - coder/skills@main --- # Coder Skills