🛠️ skillshare v0.11.1 Release Notes
Release date: February 10, 2026
TL;DR
This release focuses on three areas:
- Better
install/auditlogging visibility across CLI and Web UI. - A fix for false positives when auditing the built-in
skillshareskill. - Leaner built-in skill docs and improved project-mode guidance.
What’s New
1) Logging Visibility Upgrade (CLI + UI)
auditoutput now includes:mode: global|projectpath: <scan source path>
installlogs now capture richer details:skill_countinstalled_skillsfailed_skillsmodetracked/dry_run(when applicable)
- Installs triggered from
searchand Web UI endpoints (/api/install,/api/install/batch) now use the same install log schema. website/docs/commands/audit.mdexample output has been updated to match runtime behavior.
Fixes
2) Built-in Skill Audit False Positive Fix
- Removed threat-triggering literal example snippets from
skills/skillshare/references/audit.md. - Kept the guidance intent while preventing the built-in
skillshareskill from flagging itself during audit. - Added integration coverage to verify
skillshare audit skillsharereports no findings for the built-in skill.
Internal Improvements
3) Built-in Skill Spec Slimming (Lower Context Cost)
- Further reduced
skills/skillshare/SKILL.md:- Shorter description
- Fewer lines overall
- Duplicate content removed in favor of
references/
- Goal: preserve information while reducing agent context overhead.
Documentation Improvements
- Expanded guidance for when and why to use project mode (
-p). - Added positioning around users who prefer not to have install/download activity tracked outside their local workflow.
Compatibility
- No breaking CLI flag changes.
log/auditoutputs now include more metadata; if scripts depend on strict string matching, consider loosening expectations.