@zot24/add-skill 1.0.10 → 1.0.13

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
@@ -4,7 +4,7 @@
4
4
  >
5
5
  > **Install this fork:**
6
6
  > ```bash
7
- > bunx github:zot24/add-skill vercel-labs/agent-skills
7
+ > bunx @zot24/add-skill vercel-labs/agent-skills
8
8
  > ```
9
9
  >
10
10
  > **Why this fork exists:** The original repository lacks skill management features for batch installation. This fork adds the `--from-file` option to install skills from a TOML manifest file, enabling easier skill synchronization across teams and projects.
package/dist/index.js CHANGED
@@ -579,7 +579,7 @@ function groupSkillsBySource(skills) {
579
579
  // package.json
580
580
  var package_default = {
581
581
  name: "@zot24/add-skill",
582
- version: "1.0.10",
582
+ version: "1.0.13",
583
583
  description: "Install agent skills onto coding agents (OpenCode, Claude Code, Codex, Cursor)",
584
584
  type: "module",
585
585
  bin: {
@@ -606,11 +606,11 @@ var package_default = {
606
606
  ],
607
607
  repository: {
608
608
  type: "git",
609
- url: "git+https://github.com/vercel-labs/add-skill.git"
609
+ url: "git+https://github.com/zot24/add-skill.git"
610
610
  },
611
- homepage: "https://github.com/vercel-labs/add-skill#readme",
611
+ homepage: "https://github.com/zot24/add-skill#readme",
612
612
  bugs: {
613
- url: "https://github.com/vercel-labs/add-skill/issues"
613
+ url: "https://github.com/zot24/add-skill/issues"
614
614
  },
615
615
  author: "",
616
616
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zot24/add-skill",
3
- "version": "1.0.10",
3
+ "version": "1.0.13",
4
4
  "description": "Install agent skills onto coding agents (OpenCode, Claude Code, Codex, Cursor)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,11 +27,11 @@
27
27
  ],
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "git+https://github.com/vercel-labs/add-skill.git"
30
+ "url": "git+https://github.com/zot24/add-skill.git"
31
31
  },
32
- "homepage": "https://github.com/vercel-labs/add-skill#readme",
32
+ "homepage": "https://github.com/zot24/add-skill#readme",
33
33
  "bugs": {
34
- "url": "https://github.com/vercel-labs/add-skill/issues"
34
+ "url": "https://github.com/zot24/add-skill/issues"
35
35
  },
36
36
  "author": "",
37
37
  "license": "MIT",