skillhub/cli/src/agents/profiles
dongmucat 351dddc912 feat(cli): add SkillHub CLI v1 with full command suite
Implement complete CLI tool for SkillHub with 12 commands, 7 backend API endpoints, and comprehensive documentation.

CLI Commands:
- help, version: Basic information
- login, logout, whoami: Authentication management
- search: Discover published skills
- install: Install skills to agent directories (14 Tier 1 agents supported)
- list, remove, doctor: Local skill management
- publish: Publish skill packages
- update: Self-update mechanism

Backend API:
- Add /api/cli/v1 endpoints for auth, search, resolve, download, delete, publish
- Implement CliAuthController and CliSkillController
- Add security policies for CLI routes
- Full test coverage (19 backend tests)

CLI Implementation:
- TypeScript with strict mode, Bun runtime
- Pure JS zip handling (fflate) for cross-platform compatibility
- 15 agent profiles (14 Tier 1 + generic fallback)
- Secure token storage (0600 permissions)
- Path safety validation for remove operations
- Comprehensive error handling (404/403/network distinction)
- 41 unit and integration tests

Documentation:
- CLI user guide (Chinese and English)
- README updates with quick start
- GitHub Actions workflow for cross-platform CI

Quality:
- lint: 0 errors
- typecheck: pass
- test: 41/41 pass
- build: 0.30 MB (target=node for npm/npx compatibility)
2026-04-29 15:37:04 +08:00
..
claude-code.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
codex.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
cursor.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
gemini-cli.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
generic-fallback.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
github-copilot.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
kilo.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
kiro-cli.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
make-profile.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
openclaw.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
opencode.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
openhands.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
roo.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
trae-cn.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
trae.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00
windsurf.ts feat(cli): add SkillHub CLI v1 with full command suite 2026-04-29 15:37:04 +08:00