skillhub/skillhub-cli
chenbaowang 4a7ebb4efc feat(cli): implement comprehensive sort strategy with backend and client-side sorting
- Backend sorts (direct API): newest, downloads, rating
- Client-side sorts (fetch then re-sort): hot, stars
- Add --rating option for rating-based sorting (backend supported)
- Add applyClientSort() function for client-side sorting logic
- Hot sort formula: downloads * 0.6 + stars * 0.4
- Update SearchSkill interface to include stars, rating, updatedAt fields
- Ensure all sort options work correctly with both list and search APIs
2026-04-22 16:35:06 +08:00
..
src feat(cli): implement comprehensive sort strategy with backend and client-side sorting 2026-04-22 16:35:06 +08:00
tests feat(cli): enhance inspect/install commands and reorganize help 2026-04-21 19:40:02 +08:00
.npmignore fix(cli): fix registry config priority for login and all commands 2026-04-21 17:32:06 +08:00
package.json fix(cli): fix show-env-instructions output format 2026-04-22 14:11:31 +08:00
pnpm-lock.yaml fix(cli): replace execSync unzip with unzipper for cross-platform support 2026-04-16 11:18:20 +08:00
tsconfig.json feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
unbuild.config.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00
vitest.config.ts feat(skillhub-cli): add skillhub CLI with interactive multi-agent support 2026-04-14 10:21:09 +08:00