@skillsmith/cli 0.2.1 → 0.2.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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Command-line interface for Skillsmith - discover, manage, and author Claude Code skills.
|
|
4
4
|
|
|
5
|
-
## What's New in v0.2.
|
|
5
|
+
## What's New in v0.2.2
|
|
6
6
|
|
|
7
7
|
- **Live Skills**: Search and install from 9,717+ real skills
|
|
8
8
|
- **Faster Search**: Full-text search with quality ranking
|
|
@@ -243,5 +243,5 @@ skillsmith search --interactive
|
|
|
243
243
|
|
|
244
244
|
## Links
|
|
245
245
|
|
|
246
|
-
- [GitHub](https://github.com/smith-horn
|
|
247
|
-
- [Issues](https://github.com/smith-horn
|
|
246
|
+
- [GitHub](https://github.com/smith-horn/skillsmith)
|
|
247
|
+
- [Issues](https://github.com/smith-horn/skillsmith/issues)
|