# Salesforce Development Plugin Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components (LWC), Aura components, and Visualforce pages. ## Installation ```bash 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-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](https://github.com/github/awesome-copilot), a community-driven collection of GitHub Copilot extensions. ## License MIT