Skip to content

Commit 7779d48

Browse files
chore(main): release skillx-sh 0.2.0 (#3)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff3f5bf commit 7779d48

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/cli": "0.1.3"
2+
"packages/cli": "0.2.0"
33
}

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/nextlevelbuilder/skillx/compare/skillx-sh-v0.1.3...skillx-sh-v0.2.0) (2026-02-13)
4+
5+
6+
### Features
7+
8+
* **cli:** add find command for search and interactive selection ([3354e41](https://github.com/nextlevelbuilder/skillx/commit/3354e41943245d5b3c1f3f864d6e393c25a36fe7))
9+
* **cli:** redesign identifier resolution for skillx use ([63e8a16](https://github.com/nextlevelbuilder/skillx/commit/63e8a16696df034f89e0836f026230544ef2bcfd))
10+
* **cli:** rename npm package to skillx-sh and add README ([4e27faf](https://github.com/nextlevelbuilder/skillx/commit/4e27faf920a27d9b011e48f9c0478266c4b1f9b1))
11+
* initial SkillX.sh MVP implementation ([83e22ae](https://github.com/nextlevelbuilder/skillx/commit/83e22aebda1cb6dd088baa739188925e56a94c74))
12+
* **install:** track CLI installs with deduplicated counting ([e48a2e7](https://github.com/nextlevelbuilder/skillx/commit/e48a2e7eaea148b988b47d45faa90aca7b286764))
13+
* **skills:** auto-register GitHub repos as skills ([ad062f6](https://github.com/nextlevelbuilder/skillx/commit/ad062f6c48f41de8d33a73c74e93ba248ee1864a))
14+
15+
16+
### Bug Fixes
17+
18+
* cli use and search ([3f69be5](https://github.com/nextlevelbuilder/skillx/commit/3f69be55e45146c11c814f1a446008bf4861e9e3))
19+
* **cli:** show full SKILL.md content in skillx use output ([0880ff5](https://github.com/nextlevelbuilder/skillx/commit/0880ff5fe11d58b11f6595f586d660a6120d9c68))
20+
321
## [0.1.2](https://github.com/nextlevelbuilder/skillx/compare/skillx-sh-v0.1.1...skillx-sh-v0.1.2) (2026-02-12)
422

523

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillx-sh",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "The Only Skill That Your AI Agent Needs.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)