Skip to content

Commit efec24f

Browse files
committed
docs: reorder installation methods — easiest path first
1 parent 3546de5 commit efec24f

1 file changed

Lines changed: 19 additions & 17 deletions

File tree

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,27 @@ That is one use case. The same library can power school-wide curriculum audits,
5656

5757
---
5858

59-
## Installation
59+
## Using the Library
6060

61-
Three ways to use the library, depending on your setup:
61+
### Claude.ai, Claude Desktop, or Cowork (easiest)
6262

63-
### Claude.ai / Claude Desktop / Cowork
64-
65-
Connect via the MCP server to access all 111 skills in any Claude conversation — add `https://mcp-server-sigma-sooty.vercel.app/mcp` under **Settings → Connectors**. Skills activate when your conversation matches their topic. A dedicated Skills Directory listing is in progress.
66-
67-
### Claude Code CLI
63+
Add the MCP server URL under Settings → Connectors:
6864

6965
```
70-
/plugin marketplace add GarethManning/claude-education-skills
71-
/plugin install claude-education-skills
66+
https://mcp-server-sigma-sooty.vercel.app/mcp
7267
```
7368

74-
Skills load with progressive disclosure — metadata only until a skill is actually needed.
69+
That's it. All 111 skills become available in your conversations immediately. Skills activate automatically when your conversation matches their topic — you don't need to call them by name.
70+
71+
### Claude Code (local via npx)
7572

76-
### Local (via npx)
73+
Run the server locally without any account or deployment:
7774

7875
```bash
7976
npx claude-education-skills
8077
```
8178

82-
### Claude Code (stdio)
83-
84-
Add to your Claude Code config:
79+
Or add it permanently to your Claude Code config:
8580

8681
```json
8782
{
@@ -94,13 +89,20 @@ Add to your Claude Code config:
9489
}
9590
```
9691

97-
### Remote (Vercel)
92+
### Claude Code CLI (plugin)
9893

9994
```
100-
https://mcp-server-sigma-sooty.vercel.app/mcp
95+
/plugin marketplace add GarethManning/claude-education-skills
96+
/plugin install claude-education-skills
10197
```
10298

103-
Use this when you're building tools or agents that need to call skills programmatically. Four meta-tools provide discovery: `list_skills`, `find_skills`, `suggest_skills`, and `get_skill_details`.
99+
Skills load with progressive disclosure — metadata only until a skill is actually needed.
100+
101+
### Remote MCP (API / programmatic)
102+
103+
```
104+
https://mcp-server-sigma-sooty.vercel.app/mcp
105+
```
104106

105107
## What Changed in v2
106108

0 commit comments

Comments
 (0)