Skip to content

Releases: kugamon/salesforce-isv-skills

v1.1 — Renamed to Salesforce ISV Skills

Choose a tag to compare

@kuldiph kuldiph released this 21 Aug 19:11

What changed

  • Repo renamed salesforce-skills → salesforce-isv-skills (GitHub redirects the old URL; update bookmarks and any extraKnownMarketplaces entries).
  • 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

Choose a tag to compare

@kuldiph kuldiph released this 17 Apr 09:24

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 docx skill for document generation
  • Node.js (the docx npm package installs automatically if missing)

License

MIT — © 2026 Kugamon LLC