From 1dc10ee3a0efa03f837c1d5bd8522e3f00d90e98 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 31 Jan 2026 23:04:04 +0100 Subject: [PATCH] fix(frontend-slides): correct YAML frontmatter syntax (fixes #46) Remove Markdown content from frontmatter block; keep only valid YAML keys (name, description, source, risk) to resolve 'mapping values are not allowed in this context at line 5 column 5'. --- skills/frontend-slides/SKILL.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/skills/frontend-slides/SKILL.md b/skills/frontend-slides/SKILL.md index 9a83239c..9c2e7ede 100644 --- a/skills/frontend-slides/SKILL.md +++ b/skills/frontend-slides/SKILL.md @@ -1,9 +1,4 @@ --- - -## When to Use This Skill - -Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices. - name: frontend-slides description: Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices. source: https://github.com/zarazhangrui/frontend-slides