skillstore-cli 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,7 @@ skillstore install devflow-presale --as-template
83
83
  1. Free skills and framework are bundled with the CLI — works offline
84
84
  2. Paid skills are downloaded from a secure server after license verification
85
85
  3. Downloaded packages are cached locally for offline use
86
- 4. All skills follow the [Agent Skills Spec](https://docs.claude.ai/claude-code/skills) — SKILL.md + references + assets
86
+ 4. All skills follow the Agent Skills Spec — SKILL.md + references + assets
87
87
 
88
88
  ## Requirements
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillstore-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI tool for SkillStore — install and manage Claude Code skill packages",
5
5
  "type": "module",
6
6
  "bin": {