You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat(skills): downloads count/sort, update scope, and Skills Hub docs (#91)
* fix: raise multipart files limit from 10 to 50 for skill upload
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* feat(skills): improve detail page install panel UI
- Add copy link button next to download .zip button with tooltip
- Use terminal style (BASH) for all command displays
- Simplify human install section to single command
- Remove SOON badge from install section
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* feat(skills): show full datetime for last updated
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix(skills): search debounce, pagination, and cleanup dead code
- Add lodash debounce (300ms) to search input to prevent excessive API calls
- Fix pagination/sort/category not fetching by calling fetchSkills in updateQueryAndFetch
- Remove dead code renderInlineCommand function
- Remove orphaned CSS selectors .human-command-card and .human-command-title
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* style: fix prettier formatting and eslint import sorting
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* feat(skills): count zip downloads and sort by download volume
Track successful zip deliveries on skills_items.downloads (web download
and registry CLI install), surface counts in the market UI, and support
sortBy=downloads. Aligns registry stats.downloads with the real counter.
* feat(dt-skill): align update scope with vercel skills UX
Add Project/Global/Both selection for update (-g/-p, interactive prompt,
named-slug both, -y auto-detect), with design docs and domain glossary.
* docs(skills): add Skills Hub wiki and market help entry
Document install/list/update/uninstall/upload with screenshots, and open
the docsify guide from the skills page help icon (same pattern as proxy).
* refactor(skills): address review on downloads and update scope
Extract shared count helpers, use MySQL errno for duplicate index, drop
as-assertions in scope prompts, and tighten count display defaults.
* fix(skills): pure zip build and drop remaining count/type residue
Move download counting out of buildSkillZip into the registry controller
so CLI and web share one seam. Prefer coerceCount and typed mocks over
truthy fallbacks and as const in tests.
* chore: drop local design notes from PR
Remove CONTEXT.md and the update-scope design draft; keep product code only.
* style: fix prettier and stylelint for CI
Align changed sources with repo prettier/stylelint so GitHub CI passes.
* fix(skills): address PR review on downloads display and plans
Match detail downloads fallback to stars (|| 0) and drop the local
update-scope plan file from the branch.
* chore(dt-skill): bump to 0.18.7
Ship CLI version for update-scope and related Skills Hub work on this branch.
* chore: add Copilot code review instructions in Chinese
Ask Copilot PR reviews to comment in Simplified Chinese while keeping
identifiers and paths untranslated.
---------
Co-authored-by: liuxy0551 <liuxy0551@qq.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: huaiju <huaiju1210085279@gmail.com>
0 commit comments