codeskill 1.0.2 → 1.0.4

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
@@ -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}:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeskill",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "CLI tool to initialize and manage skill packages",
5
5
  "bin": {
6
6
  "codeskill": "./bin/codeskill.js"