fix: move version from top-level to metadata in all SKILL.md frontmatter
Per the Agent Skills spec, `version` is not a valid top-level frontmatter field. It belongs under `metadata` as a key-value pair. This fixes all 25 skills to use the correct structure. https://claude.ai/code/session_01DboBqyncsUPg5Z5qpLJx4x
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
name: marketing-ideas
|
||||
version: 1.0.0
|
||||
description: "When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product. Also use when the user asks for 'marketing ideas,' 'growth ideas,' 'how to market,' 'marketing strategies,' 'marketing tactics,' 'ways to promote,' or 'ideas to grow.' This skill provides 139 proven marketing approaches organized by category."
|
||||
metadata:
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
# Marketing Ideas for SaaS
|
||||
|
||||
Reference in New Issue
Block a user