Salesforce Development Plugin

April 9, 2026 ยท View on GitHub

Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components (LWC), Aura components, and Visualforce pages.

Installation

copilot plugin install salesforce-development@awesome-copilot

What's Included

Agents

AgentDescription
salesforce-apex-triggersImplement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.
salesforce-aura-lwcImplement Salesforce UI components using Lightning Web Components and Aura components following Lightning framework best practices.
salesforce-flowImplement business automation using Salesforce Flow following declarative automation best practices.
salesforce-visualforceImplement Visualforce pages and controllers following Salesforce MVC architecture and best practices.

Usage

Once installed, switch to any of the Salesforce agents in GitHub Copilot Chat depending on what you are building:

  • Use salesforce-apex-triggers for backend business logic, trigger handlers, utility classes, and test coverage
  • Use salesforce-aura-lwc for building Lightning Web Components or Aura component UI
  • Use salesforce-flow for declarative automation including Record-Triggered, Screen, Autolaunched, and Scheduled flows
  • Use salesforce-visualforce for Visualforce pages and their Apex controllers

Source

This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.

License

MIT