@xiaotianxt/skills 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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,16 +18,16 @@ Optional bundled resources live next to `SKILL.md`, for example `scripts/`,
18
18
  Install exactly the skill you need. The installer intentionally has no
19
19
  "install every skill" mode.
20
20
 
21
- Before the npm package is published, install from GitHub:
21
+ Install from npm:
22
22
 
23
23
  ```bash
24
- npx -y github:xiaotianxt/skills bro-browser
24
+ npx -y @xiaotianxt/skills bro-browser
25
25
  ```
26
26
 
27
- After publishing to npm:
27
+ Or install from GitHub:
28
28
 
29
29
  ```bash
30
- npx -y @xiaotianxt/skills bro-browser
30
+ npx -y github:xiaotianxt/skills bro-browser
31
31
  ```
32
32
 
33
33
  Per-project examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaotianxt/skills",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Install xiaotianxt agent skills for Codex, OpenCode-style agents, and Claude.",
5
5
  "license": "MIT",
6
6
  "repository": {