@tc9011/skills-manager 0.7.0 → 0.7.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,8 @@ npx @tc9011/skills-manager push
36
36
  npm install -g @tc9011/skills-manager
37
37
  ```
38
38
 
39
+ > **Tip:** If installed globally, you can use `skills-manager` instead of `npx @tc9011/skills-manager` in all commands below.
40
+
39
41
  **Requirements:** Node.js ≥ 20, [GitHub CLI](https://cli.github.com/) (`gh`) recommended for auth.
40
42
 
41
43
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tc9011/skills-manager",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Backup and restore AI agent skills to GitHub",
5
5
  "type": "module",
6
6
  "license": "MIT",