github runkids/skillshare v0.11.1

latest releases: v0.18.3, v0.18.2, v0.18.1...
one month ago

🛠️ skillshare v0.11.1 Release Notes

Release date: February 10, 2026

TL;DR

This release focuses on three areas:

  1. Better install/audit logging visibility across CLI and Web UI.
  2. A fix for false positives when auditing the built-in skillshare skill.
  3. Leaner built-in skill docs and improved project-mode guidance.

What’s New

1) Logging Visibility Upgrade (CLI + UI)

  • audit output now includes:
    • mode: global|project
    • path: <scan source path>
  • install logs now capture richer details:
    • skill_count
    • installed_skills
    • failed_skills
    • mode
    • tracked / dry_run (when applicable)
  • Installs triggered from search and Web UI endpoints (/api/install, /api/install/batch) now use the same install log schema.
  • website/docs/commands/audit.md example 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 skillshare skill from flagging itself during audit.
  • Added integration coverage to verify skillshare audit skillshare reports 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/audit outputs now include more metadata; if scripts depend on strict string matching, consider loosening expectations.

Changelog

  • f49b399 feat: enrich install and audit logs with mode/path and installed skills
  • 4c48556 fix: remove audit false positives from built-in skill and trim description
  • acca11f refactor: slim built-in skill to reduce context window cost

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.