| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-25 | 1.0 kB | |
| v0.8.1 source code.tar.gz | 2026-06-25 | 1.3 MB | |
| v0.8.1 source code.zip | 2026-06-25 | 1.3 MB | |
| Totals: 3 Items | 2.5 MB | 2 | |
Fixed
- Removed the invalid Claude Code plugin
skills: ["./"]manifest entry so the marketplace plugin no longer trips thePath escapes plugin directoryloader error. Reported by @aidansommers in [#49], @fessygaspard-cpu in [#51], @frntman in [#58], and @syxc in [#59], with confirmations and follow-up from @MauricioCorzo, @umar-s, @marcuslannister, and @NikiforovAll. - Added the required
descriptionfrontmatter to the canonicalvisual-explainerskill so Agent Skills loaders can discover it without metadata warnings. - Added explicit
namefrontmatter to bundled command templates for loaders that do not infer command names from filenames. Based on the NLPM audit reports [#46] and [#48] and PR [#43] from @xiaolai. - Updated the canonical Mermaid SVG insertion pattern to parse rendered SVG through the lenient HTML parser instead of assigning
innerHTML, preserving Mermaid 10+/11foreignObjectlabels while avoiding common scanner warnings. Based on issue [#37] and PR [#54] from @thomnico.