discover
Show the six-stage journey signpost, run on-demand org feature detection, or find an uninstalled plugin that matches a specific task.
Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events).
$ npx -y skills add forcedotcom/sf-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/telemetryContext preview
What this command does when you run it.
Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events).
description: Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events). allowed-tools: - Bash
Manage usage telemetry for the salesforce-development plugin. Default is ON; this is a true hard-off when disabled (nothing captured, buffered, or sent) and honors `SF_DISABLE_TELEMETRY` / `DO_NOT_TRACK`.
If the user asked to turn it **off**:
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry offIf the user asked to turn it **on**:
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry onOtherwise show current **status**:
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry statusOutput the result verbatim to the user.
This repository provides a curated collection of Salesforce agent skills for building applications.
Repo: forcedotcom/sf-skills
Show the six-stage journey signpost, run on-demand org feature detection, or find an uninstalled plugin that matches a specific task.
Authenticate to a new Salesforce org via the browser (sf org login web). Optionally set the org as the project's default target.
Sign out of one or all Salesforce orgs (sf org logout). Confirms before destructive action.
Show just the connected Salesforce org details — alias, edition, API version, instance URL, username.
Confirm and install exactly one uninstalled plugin-catalog entry, or record an explicit decline.
Turn uninstalled-plugin recommendations on or off, tune how readily they trigger, or show current status.