skills-x 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/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/anthropics/skills-x/cmd/skills-x@latest
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/anthropics/skills-x)
45
- - [Skills Documentation](https://github.com/anthropics/skills-x#readme)
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
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skills-x",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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/anthropics/skills-x.git"
18
+ "url": "git+https://github.com/castle-x/skills-x.git"
19
19
  },
20
- "homepage": "https://github.com/anthropics/skills-x#readme",
20
+ "homepage": "https://github.com/castle-x/skills-x#readme",
21
21
  "bugs": {
22
- "url": "https://github.com/anthropics/skills-x/issues"
22
+ "url": "https://github.com/castle-x/skills-x/issues"
23
23
  },
24
24
  "bin": {
25
25
  "skills-x": "bin/skills-x.js"