itismyskillmarket 1.3.37 → 1.3.38
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 +4 -2
- package/dist/chunk-NWGRVBSX.js +2318 -0
- package/dist/electron-entry.d.ts +28 -0
- package/dist/electron-entry.js +7 -0
- package/dist/index.js +146 -2337
- package/electron/icon.ico +0 -0
- package/electron/icon.png +0 -0
- package/electron/main.mjs +214 -0
- package/electron/preload.mjs +18 -0
- package/electron/tray-icon.png +0 -0
- package/electron//345/220/257/345/212/250/346/241/214/351/235/242/345/272/224/347/224/250.bat +3 -0
- package/package.json +60 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# SkillMarket
|
|
2
2
|
|
|
3
|
-
> **v1.3.
|
|
3
|
+
> **v1.3.37** — Cross-platform skill manager for AI coding tools (Cursor, VSCode, Codex, OpenCode, Claude Code, Antigravity, OpenClaw, Hermes Agent, Saitec TUI).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ Download the **standalone Windows executable** (~70 MB) — no Node.js installat
|
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
# Download from GitHub Releases
|
|
23
|
-
# https://github.com/wxc2004/market/releases/download/v1.3.
|
|
23
|
+
# https://github.com/wxc2004/market/releases/download/v1.3.37/skillmarket.exe
|
|
24
24
|
|
|
25
25
|
# Double-click the exe to start GUI + open browser automatically
|
|
26
26
|
# Or run from terminal:
|
|
@@ -285,6 +285,7 @@ Claude Code ✅ Available (1 skills installed)
|
|
|
285
285
|
VSCode ✅ Available (0 skills installed)
|
|
286
286
|
OpenClaw ✅ Available (0 skills installed)
|
|
287
287
|
Hermes Agent ✅ Available (0 skills installed)
|
|
288
|
+
Saitec TUI ✅ Available (0 skills installed)
|
|
288
289
|
```
|
|
289
290
|
|
|
290
291
|
## Development
|
|
@@ -338,6 +339,7 @@ Skills are installed to `~/.skillmarket/` with the following structure:
|
|
|
338
339
|
- Antigravity
|
|
339
340
|
- OpenClaw
|
|
340
341
|
- Hermes Agent
|
|
342
|
+
- Saitec TUI
|
|
341
343
|
|
|
342
344
|
## License
|
|
343
345
|
|