[7.8.0] - 2026-03-14 - "Marketplace & Merge Sweep"
Merged seven community PRs, added Claude Code marketplace manifests, and finished the maintainer sync/release pass
This release closes the active maintenance batch in one pass. It ships a new Claude Code plugin marketplace entrypoint for the whole repository, merges seven open community pull requests after maintainer preflight, removes stale Windows symlink guidance from the user docs, and refreshes the generated registry artifacts on main for a single 7.8.0 cut.
New Skills
- analyze-project — root-cause analyst workflow for full-project diagnosis (PR #297)
- latex-paper-conversion — convert academic papers into reusable engineering artifacts (PR #296)
- k6-load-testing — k6-based API and performance testing guidance (PR #287)
- tool-use-guardian — tool-call reliability wrapper with retries, recovery, and failure classification (PR #298)
- recallmax — long-context memory, summarization, and conversation compression for agents (PR #298)
Improvements
- Claude Code marketplace support: Added
.claude-plugin/plugin.jsonand.claude-plugin/marketplace.jsonso the repository can be installed as a single Claude Code marketplace plugin (PR #302, closes #288). - Windows installer/docs alignment: Removed the stale
core.symlinks=true/ Developer Mode guidance from user docs after the Windows installer cleanup (PR #299, fixes #286, follow-up #281 closed in release). - NotebookLM cleanup: Removed unused
typing.Optional/typing.Listimports fromskills/notebooklm/scripts/browser_utils.py(PR #301, closes #300). - README/source maintenance: Added maintained attribution for external-sourced skills and merged the
uberSKILLSREADME addition without generated-file drift (PRs #298 and #293). - Batch merge workflow: Completed a maintainer preflight for PRs #301, #299, #297, #296, #287, #298, and #293, then regenerated
README.md,skills_index.json,CATALOG.md, anddata/*.jsononce onmain. - Issue hygiene: Closed #288, #300, #286, and #281 from the shipped fixes; documented existing support for #294 in the release follow-up.
Credits
- @ronanguilloux for the NotebookLM cleanup in PR #301
- @yang1002378395-cmyk for the Windows installer cleanup in PR #299
- @Gizzant for
analyze-projectin PR #297 - @MArbeeGit for
latex-paper-conversionin PR #296 - @kage-art for
k6-load-testingin PR #287 - @christopherlhammer11-ai for
tool-use-guardianandrecallmaxin PR #298 - @hvasconcelos for the
uberSKILLSREADME addition in PR #293