skillview 0.1.0 → 0.1.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.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillview",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Interactive terminal manager for local AI agent skills (Claude, Cursor, Agents). Browse, search, view, and delete SKILL.md files by agent and recency.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -15,6 +15,14 @@
|
|
|
15
15
|
],
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"author": "Jianyu",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/swordfishwjy/ai-skill-manager.git"
|
|
21
|
+
},
|
|
22
|
+
"homepage": "https://github.com/swordfishwjy/ai-skill-manager#readme",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/swordfishwjy/ai-skill-manager/issues"
|
|
25
|
+
},
|
|
18
26
|
"type": "module",
|
|
19
27
|
"bin": {
|
|
20
28
|
"skillview": "dist/cli.js"
|