skill-library-mcp 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skill-library-mcp",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "On-demand access to 15,000+ curated skills for AI coding assistants via MCP",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "modbender"
|
|
@@ -11,7 +11,13 @@
|
|
|
11
11
|
"description": "On-demand access to 15,000+ curated skills for AI coding assistants. Search, browse categories, and load skills without polluting your context window.",
|
|
12
12
|
"source": "./",
|
|
13
13
|
"category": "productivity",
|
|
14
|
-
"keywords": [
|
|
14
|
+
"keywords": [
|
|
15
|
+
"skills",
|
|
16
|
+
"mcp",
|
|
17
|
+
"skill-library",
|
|
18
|
+
"claude-code",
|
|
19
|
+
"ai"
|
|
20
|
+
]
|
|
15
21
|
}
|
|
16
22
|
]
|
|
17
23
|
}
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skill-library",
|
|
3
3
|
"description": "On-demand access to 15,000+ curated skills for AI coding assistants. Search, browse categories, and load skills without polluting your context window.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "modbender"
|
|
7
7
|
},
|
|
8
8
|
"homepage": "https://github.com/modbender/skill-library-mcp",
|
|
9
9
|
"repository": "https://github.com/modbender/skill-library-mcp",
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"keywords": [
|
|
11
|
+
"keywords": [
|
|
12
|
+
"skills",
|
|
13
|
+
"mcp",
|
|
14
|
+
"skill-library",
|
|
15
|
+
"claude-code",
|
|
16
|
+
"ai"
|
|
17
|
+
]
|
|
12
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skill-library-mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "MCP server providing on-demand skill loading for AI coding assistants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"vitest": "^3.0.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
|
-
"build": "tsup",
|
|
52
|
+
"build": "tsx scripts/sync-version.ts && tsup",
|
|
53
53
|
"dev": "tsx src/index.ts",
|
|
54
54
|
"test": "vitest run",
|
|
55
55
|
"test:integration": "vitest run test/integration.test.ts test/dedup.test.ts",
|