chore: remove version metadata from skills

Amolith created

Assisted-by: Claude Opus 4.5 via Crush

Change summary

skills/authoring-skills/SKILL.md       | 1 -
skills/frontend-accessibility/SKILL.md | 1 -
2 files changed, 2 deletions(-)

Detailed changes

skills/authoring-skills/SKILL.md 🔗

@@ -5,7 +5,6 @@ compatibility: Requires filesystem access to create skill directories and files
 license: AGPL-3.0-or-later
 metadata:
   author: Amolith <amolith@secluded.site>
-  version: "1.0"
 ---
 
 Skills extend agent capabilities through a simple folder structure. Think of them as onboarding guides—they transform a general-purpose agent into a specialized one equipped with procedural knowledge no model can fully possess.

skills/frontend-accessibility/SKILL.md 🔗

@@ -4,7 +4,6 @@ description: Generates accessible HTML, React, and frontend code following WCAG
 license: AGPL-3.0-or-later
 metadata:
   author: Amolith <amolith@secluded.site>
-  version: "1.0"
 ---
 
 Write accessible frontend code by default. Semantic HTML covers most needs; ARIA is for gaps HTML can't fill.