You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,32 +56,27 @@ That is one use case. The same library can power school-wide curriculum audits,
56
56
57
57
---
58
58
59
-
## Installation
59
+
## Using the Library
60
60
61
-
Three ways to use the library, depending on your setup:
61
+
### Claude.ai, Claude Desktop, or Cowork (easiest)
62
62
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:
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)
75
72
76
-
### Local (via npx)
73
+
Run the server locally without any account or deployment:
77
74
78
75
```bash
79
76
npx claude-education-skills
80
77
```
81
78
82
-
### Claude Code (stdio)
83
-
84
-
Add to your Claude Code config:
79
+
Or add it permanently to your Claude Code config:
85
80
86
81
```json
87
82
{
@@ -94,13 +89,20 @@ Add to your Claude Code config:
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.
0 commit comments