skills 1.0.2 → 1.0.3
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 +1 -1
- package/dist/cli.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -36,7 +36,7 @@ function showBanner() {
|
|
|
36
36
|
console.log(` ${DIM}$${RESET} ${WHITE}npx skills --help${RESET}`);
|
|
37
37
|
console.log(` ${DIM}$${RESET} ${WHITE}npx skills add ${DIM}[package]${RESET}`);
|
|
38
38
|
console.log();
|
|
39
|
-
console.log(`${DIM}try:${RESET} npx skills add vercel-labs/
|
|
39
|
+
console.log(`${DIM}try:${RESET} npx skills add vercel-labs/agent-skills`);
|
|
40
40
|
console.log();
|
|
41
41
|
}
|
|
42
42
|
function showHelp() {
|
|
@@ -54,7 +54,7 @@ ${BOLD}Options:${RESET}
|
|
|
54
54
|
--version, -v Show version number
|
|
55
55
|
|
|
56
56
|
${BOLD}Examples:${RESET}
|
|
57
|
-
${DIM}$${RESET} skills add vercel-labs/
|
|
57
|
+
${DIM}$${RESET} skills add vercel-labs/agent-skills
|
|
58
58
|
${DIM}$${RESET} skills list
|
|
59
59
|
${DIM}$${RESET} skills search "react"
|
|
60
60
|
`);
|