skillshare v0.20.7 Release Notes
TL;DR
- Disabled skills uninstall cleanly from the dashboard — skills hidden by
.skillignorecan now be removed from the item menu or detail page without a misleading "skill not found" error. - Trash stays responsive with large lists — the Trash page now renders long skill and agent trash folders incrementally instead of loading every card at once.
Bug fix: single-skill uninstall for disabled skills
Disabled skills still appear in the dashboard so you can review, re-enable, or remove them. In some single-resource uninstall flows, removing one of those disabled skills could fail with "skill not found" even though the skill was visible on the Resources page.
Single-skill uninstall now resolves disabled skills the same way the list and batch uninstall flows do. If a skill is hidden by .skillignore, you can still uninstall it from the dashboard and it will move to trash as expected.
Performance: faster Trash page for large trash folders
The Trash page now virtualizes long lists of trashed skills and agents. Instead of rendering every trashed item card at once, the dashboard renders the visible list incrementally as you scroll.
This keeps the page responsive when your trash folder contains many old skills or agents, while preserving the same restore, delete, and empty-trash controls.