Releases: kugamon/salesforce-isv-skills
Releases · kugamon/salesforce-isv-skills
Release list
v1.1 — Renamed to Salesforce ISV Skills
What changed
- Repo renamed salesforce-skills → salesforce-isv-skills (GitHub redirects the old URL; update bookmarks and any
extraKnownMarketplacesentries). - Plugin renamed kugamon-skills → salesforce-isv; marketplace renamed kugamon → salesforce-isv-marketplace — clearer separation from the kugamon-skills Quote-to-Cash repo.
- Fixed stale homepage/repository URLs in the manifests and all install-command references.
If you installed the old plugin name: re-sync the marketplace and install salesforce-isv; remove the old kugamon-skills plugin entry.
Skills unchanged: sf-message-catalog, sf-message-grammar-audit.
v1.0.0 — Initial release
v1.0.0 — Initial release
First public release of the kugamon-skills plugin. Contains two skills for Salesforce ISVs.
Skills included
- sf-message-catalog — Generates a customer-facing catalog of every user-facing error, warning, info, and confirmation message in a Salesforce managed package. Covers Apex, LWC, Aura, VF Pages, and VF Components. Outputs a professional landscape .docx.
- sf-message-grammar-audit — Audits every user-facing message for grammatical issues (article errors, subject-verb agreement, plural/singular mismatches, spelling, capitalization, punctuation, cross-component consistency). Outputs a prioritized remediation report as .docx.
Installation
From Claude Code or Claude Desktop:
```
/plugin marketplace add kugamon/skills
/plugin install kugamon-skills@kugamon
```
Or copy an individual skill folder into ~/.claude/skills/.
Requirements
- A Salesforce MCP connector (for both skills)
- The
docxskill for document generation - Node.js (the
docxnpm package installs automatically if missing)
License
MIT — © 2026 Kugamon LLC