From 565fa76addc225168d8737462e8808d7d132ffdf Mon Sep 17 00:00:00 2001 From: Shruthi Paramesh Date: Thu, 7 May 2026 12:21:28 -0700 Subject: [PATCH] fix: add metadata block and quote description to pass skill validation --- skills/generating-images/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skills/generating-images/SKILL.md b/skills/generating-images/SKILL.md index c5d3c51..f4c6477 100644 --- a/skills/generating-images/SKILL.md +++ b/skills/generating-images/SKILL.md @@ -1,6 +1,8 @@ --- name: generating-images -description: Generates high-fidelity visual assets, logos, and UI mockups using the media-management MCP server. Trigger this skill whenever the user asks to "generate image," "create logo," "produce a hero banner," "design a UI icon," or "build a visual asset." It is explicitly designed to handle technical specifications including file formats (PNG, JPEG, WEBP), specific dimensions (e.g., "1024x1024"), and transparency requirements. Load this skill when the user needs to integrate generated imagery into application code or web pages. It ensures consistent output quality and provides a standardized SVG fallback if the generation tool is unavailable. +description: "Generates high-fidelity visual assets, logos, and UI mockups using the media-management MCP server. Trigger this skill whenever the user asks to generate an image, create a logo, produce a hero banner, design a UI icon, or build a visual asset. It is explicitly designed to handle technical specifications including file formats (PNG, JPEG, WEBP), specific dimensions (e.g. 1024x1024), and transparency requirements. Use this skill when the user needs to integrate generated imagery into application code or web pages. It ensures consistent output quality and provides a standardized SVG fallback if the generation tool is unavailable." +metadata: + version: "1.0" --- # Generating Images