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: onboarding-cro
|
||||
version: 1.0.0
|
||||
description: When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," or "new user experience." For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.
|
||||
metadata:
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
# Onboarding CRO
|
||||
|
||||
Reference in New Issue
Block a user