skills-x 0.1.0 → 0.1.2
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/README.md
CHANGED
|
@@ -36,13 +36,13 @@ skills-x init pdf --target ./my-skills
|
|
|
36
36
|
If npm installation fails, you can install via Go:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
go install github.com/
|
|
39
|
+
go install github.com/castle-x/skills-x/cmd/skills-x@latest
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
## Links
|
|
43
43
|
|
|
44
|
-
- [GitHub Repository](https://github.com/
|
|
45
|
-
- [Skills Documentation](https://github.com/
|
|
44
|
+
- [GitHub Repository](https://github.com/castle-x/skills-x)
|
|
45
|
+
- [Skills Documentation](https://github.com/castle-x/skills-x#readme)
|
|
46
46
|
|
|
47
47
|
## License
|
|
48
48
|
|
|
Binary file
|
|
Binary file
|
package/bin/skills-x-linux-amd64
CHANGED
|
Binary file
|
package/bin/skills-x-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skills-x",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "AI Agent Skills management tool - Download and manage Claude/AI agent skills",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/castle-x/skills-x.git"
|
|
19
19
|
},
|
|
20
|
-
"homepage": "https://github.com/
|
|
20
|
+
"homepage": "https://github.com/castle-x/skills-x#readme",
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/castle-x/skills-x/issues"
|
|
23
23
|
},
|
|
24
24
|
"bin": {
|
|
25
25
|
"skills-x": "bin/skills-x.js"
|