@agentskill.sh/cli 1.0.0 → 1.0.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 +2 -2
- package/dist/api.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/ags-banner.jpg" alt="ags = Agent Skills" width="100%">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/agentskill-sh/learn/main/assets/ags-banner.jpg" alt="ags = Agent Skills" width="100%">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -63,7 +63,7 @@ git clone https://github.com/agentskill-sh/ags.git ~/.cursor/skills/ags
|
|
|
63
63
|
---
|
|
64
64
|
|
|
65
65
|
<p align="center">
|
|
66
|
-
<img src="assets/banner.jpg" alt="/learn Kung Fu" width="100%">
|
|
66
|
+
<img src="https://raw.githubusercontent.com/agentskill-sh/learn/main/assets/banner.jpg" alt="/learn Kung Fu" width="100%">
|
|
67
67
|
</p>
|
|
68
68
|
|
|
69
69
|
## Why /learn and agentskill.sh?
|
package/dist/api.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { listCommand } from './commands/list.js';
|
|
|
5
5
|
import { removeCommand } from './commands/remove.js';
|
|
6
6
|
import { feedbackCommand } from './commands/feedback.js';
|
|
7
7
|
import { updateCommand } from './commands/update.js';
|
|
8
|
-
const VERSION = '1.0.
|
|
8
|
+
const VERSION = '1.0.1';
|
|
9
9
|
const HELP = `ags v${VERSION} — search, install, and manage AI agent skills
|
|
10
10
|
|
|
11
11
|
Usage:
|