/status
Show the Salesforce project banner — connected org, edition, API, project metadata stats, and MCP server status.
> /plugin marketplace add forcedotcom/sf-skills > /plugin install salesforce-development@salesforce
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
/status
Context preview
What this command does when you run it.
Show the Salesforce project banner — connected org, edition, API, project metadata stats, and MCP server status.
Command definition
status.mddescription: Show the Salesforce project banner — connected org, edition, API, project metadata stats, and MCP server status. allowed-tools: - Bash
Run the sf-context status command to print the current banner with org details, project metadata counts, git status (if applicable), and platform MCP server connection status:
${CLAUDE_PLUGIN_ROOT}/scripts/sf-context statusOutput the result verbatim to the user, preserving the box-drawing characters and formatting.
This repository provides a curated collection of Salesforce agent skills for building applications.
Repo: forcedotcom/sf-skills
Other commands on sf-skills.
- /discovery
Discover installed and available Salesforce capabilities, drill into a domain or skill, or explicitly add one catalog-authorized project skill.
Open command - /login
Authenticate to a new Salesforce org via the browser (sf org login web). Optionally set the org as the project's default target.
Open command - /logout
Sign out of one or all Salesforce orgs (sf org logout). Confirms before destructive action.
Open command - /org
Show just the connected Salesforce org details — alias, edition, API version, instance URL, username.
Open command - /project
Show just the local SFDX project metadata stats — Apex/triggers/LWC/Aura/objects/perm sets/flows counts and git status.
Open command - /reset-source-tracking
Reset source tracking for the target org — tells the CLI to forget all tracked changes so the next push/pull treats the full org as new state. Destructive on shared sandboxes. Requires explicit confirmation before executing.
Open command

