codeskill 1.0.3 → 1.0.5
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/bin/codeskill.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,8 +24,8 @@ Commands:
|
|
|
24
24
|
add <package> Add a skill package
|
|
25
25
|
get <package> Alias for add
|
|
26
26
|
install <package> Alias for add
|
|
27
|
-
e.g. anthropics/skills
|
|
28
|
-
https://github.com/anthropics/skills
|
|
27
|
+
e.g. add anthropics/skills
|
|
28
|
+
add https://github.com/anthropics/skills
|
|
29
29
|
|
|
30
30
|
Options:
|
|
31
31
|
--help, -h Show this help message
|
package/bin/codeskill.js
CHANGED
|
@@ -250,7 +250,7 @@ ${BOLD}${t.help.commands}${RESET}:
|
|
|
250
250
|
add <package> ${t.help.addDesc}
|
|
251
251
|
get <package> ${isChinese ? 'add 的别名' : 'Alias for add'}
|
|
252
252
|
install <package> ${isChinese ? 'add 的别名' : 'Alias for add'}
|
|
253
|
-
${isChinese ? '例如:' : 'e.g.'} anthropics/skills
|
|
253
|
+
${isChinese ? '例如:' : 'e.g.'} add anthropics/skills
|
|
254
254
|
https://github.com/anthropics/skills
|
|
255
255
|
|
|
256
256
|
${BOLD}${t.help.options}${RESET}:
|