kugamon

Salesforce Isv Skills — Development skill for Claude Code

Development community

Reusable skills for Salesforce ISVs and consulting partners.

How to install Salesforce Isv Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kugamon/salesforce-isv-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Salesforce Isv Skills does

Reusable skills for Salesforce ISVs and consulting partners.

Alternatives in Development

  • Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
  • Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★
  • Hivemind — Hivemind turns your traces into reusable skills across agents 1.6k ★

README

Salesforce ISV Skills

Reusable skills for Salesforce ISVs and consulting partners.

This repository is both a **Claude plugin** (`salesforce-isv`) and a **marketplace** (`salesforce-isv-marketplace`), hosted by [Kugamon](https://kugamon.com). Each skill lives in its own folder under `plugins/salesforce-isv/skills/` with a `SKILL.md`, a `README.md`, and a `CHANGELOG.md`.

Available Skills

Skill What it does
sf-message-catalog Generates a customer-facing catalog of every user-facing error, warning, info, and confirmation message in a Salesforce managed package.
sf-message-grammar-audit Audits every user-facing message in a Salesforce managed package for grammatical issues and produces a prioritized remediation report.

Installation

There are two ways to install:

Option 1: Install the whole plugin (recommended)

Get all skills at once and receive updates automatically as new skills are added.

From Claude Code or Claude Desktop:

/plugin marketplace add kugamon/salesforce-isv-skills
/plugin install salesforce-isv@salesforce-isv-marketplace

When new skills or updates ship, run:

/plugin update salesforce-isv

Option 2: Copy an individual skill

If you only want one skill and prefer not to install the whole bundle:

  1. Clone the repo and cd into it:
    git clone https://github.com/kugamon/salesforce-isv-skills.git
    cd skills
  2. Copy the skill folder into your local skills directory:
    cp -R plugins/salesforce-isv/skills/sf-message-catalog ~/.claude/skills/
  3. Restart your agent client so the new skill is picked up.

Some skills have additional dependencies — see each skill's `README.md` for requirements.

Repository Layout

.claude-plugin/
  marketplace.json              <-- Kugamon marketplace definition
plugins/
  salesforce-isv/
    .claude-plugin/