mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-04 14:15:55 +00:00
* Enforce canonical plugin manifest ordering Sort existing plugin manifest spec arrays so plugin:clean no longer creates noisy diffs from out-of-order entries. Add validation to require alphabetical ordering and teach plugin:clean to normalize manifest arrays when cleaning materialized plugin content. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Salesforce Development Plugin
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