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
| Agent | Description |
|---|---|
salesforce-apex-triggers | Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices. |
salesforce-aura-lwc | Implement Salesforce UI components using Lightning Web Components and Aura components following Lightning framework best practices. |
salesforce-flow | Implement business automation using Salesforce Flow following declarative automation best practices. |
salesforce-visualforce | Implement 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-triggersfor backend business logic, trigger handlers, utility classes, and test coverage - Use
salesforce-aura-lwcfor building Lightning Web Components or Aura component UI - Use
salesforce-flowfor declarative automation including Record-Triggered, Screen, Autolaunched, and Scheduled flows - Use
salesforce-visualforcefor Visualforce pages and their Apex controllers
Source
This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.
License
MIT