add-skill-kit 1.5.5 → 1.5.7

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
@@ -109,7 +109,7 @@ add-skill-kit doctor
109
109
  ### 🎯 Intelligent Installation
110
110
 
111
111
  - **Interactive selection** - Chọn skills cần cài
112
- - **Auto-Install CLI** - Tự động cài `@agent-skill-kit/cli`
112
+ - **Auto-Install CLI** - Tự động cài `agentskillskit-cli`
113
113
  - **Symlink mode** - Tiết kiệm disk space
114
114
  - **Copy mode** - Offline support
115
115
  - **Merkle verification** - Đảm bảo integrity
@@ -580,7 +580,7 @@ export async function run(spec) {
580
580
  // Install CLI package
581
581
  stepLine();
582
582
  const cliSpinner = spinner();
583
- const cliPackage = "@agentskillskit/cli";
583
+ const cliPackage = "agentskillskit-cli";
584
584
 
585
585
  if (isGlobal) {
586
586
  cliSpinner.start(`Installing Agent CLI globally (${cliPackage})`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "add-skill-kit",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "Enterprise-grade Agent Skill Manager with Antigravity Skills support, Progressive Disclosure detection, and semantic routing validation",
5
5
  "license": "MIT",
6
6
  "author": "agentskillkit <agentskillkit@gmail.com>",