Skip to content
AI & Agents
Command

/plugin-recommendations

Turn uninstalled-plugin recommendations on or off, tune how readily they trigger, or show current status.

From plugin
forcedotcom-sf-skills
98914 skills2 agents14 commands3 MCP
Install
$ npx -y skills add forcedotcom/afv-library --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plugin-recommendations

Context preview

What this command does when you run it.

Turn uninstalled-plugin recommendations on or off, tune how readily they trigger, or show current status.

Command definition

plugin-recommendations.md
description: Turn uninstalled-plugin recommendations on or off, tune how readily they trigger, or show current status.
allowed-tools:
  - Bash

Manage this plugin's uninstalled-plugin recommendation sensitivity — how readily it proposes an uninstalled Salesforce plugin that matches your task. Default is `standard`; `off` is a true hard-off (no recommendation on any surface: SessionStart, prompt submission, the bypass gate, or the discovery command) and honors `SF_DISABLE_PLUGIN_MATCH`.

Named levels, from least to most readily triggered: `off`, `low` (threshold 6.0), `standard` (threshold 3.5, default), `high` (threshold 3.0). `high` sensitivity needs the *least* evidence before proposing a plugin, `low` needs the *most* — same relationship as a smoke detector's sensitivity dial.

A custom number from `1.0` to `10.0` is also accepted for finer control, on that same threshold scale: it is compared directly against the match score, so a *lower* number triggers *more* readily (more sensitive) and a *higher* number triggers *less* readily (less sensitive, more evidence required). It is easy to get this backwards — "high" sensitivity is the low end of the number range (3.0), not the high end.

If the user asked to turn it **off**:

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context plugin-match-config off

If the user asked to turn it **on** (reset to the plugin's default):

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context plugin-match-config on

If the user asked to **set** a level or custom number (e.g. `low`, `high`, or `7.5`):

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context plugin-match-config set <value>

Otherwise show current **status**:

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context plugin-match-config status

Output the result verbatim to the user.

Read more
Ships withforcedotcom-sf-skills

This repository provides a curated collection of Salesforce agent skills for building applications.

Get the whole plugin

Other commands on forcedotcom-sf-skills.