Agentforce Plugins and Skills

Plugins and skills are reusable packages that extend AI coding tools (like Agentforce Vibes, Claude Code, and other coding agents) with Salesforce- and Agentforce-specific capabilities. Use them so your coding agent already knows how to build, deploy, and debug Agentforce work without you having to re-explain context every session.

What Are Plugins and Skills? 

  • Skills are bundles of instructions, examples, and grounding content that teach an AI coding tool how to perform a specific kind of Salesforce work — for example, building an Agentforce agent with Agent Script or deploying metadata to an org.
  • Plugins package related capabilities (skills, MCP servers, and tools) together so an AI coding tool can pick them up in one step.

Where to Find Skills and Plugins 

Salesforce-built skills and plugins live in open repos that you can browse, install, and contribute to:

  • Salesforce Skills Library — Skills covering broader Salesforce platform work. The skills library include skills focused on the Agentforce Development Lifecycle (ADLC) and broader Salesforce platform work. Popular ADLC skills include agentforce-generate, agentforce-observe, and agentforce-test for creating agent script, analyzing session trace data, and running test suites. The Salesforce Skills Library are pre-installed for Agentforce Vibes.
  • salesforce-development Plugin on Claude Code — One-step installation of the salesforce-development plugin for use in Claude Code, so your coding agent can build, modify, debug, and deploy agents with Agent Script without extra setup. To install, run claude plugin install salesforce-development@claude-plugins-official. This plugin is equivalent to the Salesforce Skills Library that’s pre-installed for Agentforce Vibes.

See Also