Skip to content

Commit d3c92be

Browse files
Merge pull request #2 from guipaiva/add-marketplace-json
feat: add marketplace.json and fix CLI install instructions
2 parents 7f61b24 + b64e8c0 commit d3c92be

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "claude-education-skills",
3+
"owner": {
4+
"name": "Gareth Manning",
5+
"url": "https://github.com/GarethManning"
6+
},
7+
"metadata": {
8+
"description": "106 evidence-based pedagogical skills for educators. Curriculum design, assessment, learning science, wellbeing, professional learning, and more.",
9+
"version": "2.0.0"
10+
},
11+
"plugins": [
12+
{
13+
"name": "claude-education-skills",
14+
"description": "Evidence-based pedagogical skills covering curriculum design, assessment, learning science, student wellbeing, and professional learning.",
15+
"version": "2.0.0",
16+
"author": {
17+
"name": "Gareth Manning"
18+
},
19+
"source": "./"
20+
}
21+
]
22+
}

.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
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Connect via the MCP server to access all 111 skills in any Claude conversation
5656
### Claude Code CLI
5757

5858
```
59-
/plugin install GarethManning/claude-education-skills
59+
/plugin marketplace add GarethManning/claude-education-skills
60+
/plugin install claude-education-skills
6061
```
6162

6263
Skills load with progressive disclosure — metadata only until a skill is actually needed.

0 commit comments

Comments
 (0)