Skip to content

Commit b64e8c0

Browse files
committed
fix: correct plugin.json schema errors
- Convert author from string to object {name, url} as required by schema - Remove skills field which causes Invalid input validation error (skills/ directory is auto-discovered by default)
1 parent 636e3f7 commit b64e8c0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"display_name": "Claude Education Skills Library",
44
"version": "2.0.0",
55
"description": "106 evidence-based pedagogical skills for educators. Curriculum design, assessment, learning science, wellbeing, professional learning, and more.",
6-
"author": "Gareth Manning",
6+
"author": {
7+
"name": "Gareth Manning",
8+
"url": "https://github.com/GarethManning"
9+
},
710
"homepage": "https://github.com/GarethManning/claude-education-skills",
8-
"license": "CC BY-SA 4.0",
9-
"skills": "skills/",
10-
"min_claude_version": "claude-sonnet-4-6"
11+
"license": "CC BY-SA 4.0"
1112
}

0 commit comments

Comments
 (0)