mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
* feat: add Salesforce Development plugin bundling Apex, Flow, LWC/Aura, and Visualforce agents
* feat: improve Salesforce plugin agents and add 3 quality skills
- Rewrote all 4 agent files with specific, actionable Salesforce guidance:
- salesforce-apex-triggers: added discovery phase, pattern selection matrix,
PNB test coverage standard, modern Apex idioms (safe nav, null coalescing,
WITH USER_MODE, Assert.*), TAF awareness, anti-patterns table with risks,
and structured output format
- salesforce-aura-lwc: major expansion — PICKLES methodology, data access
pattern selection table, SLDS 2 compliance, WCAG 2.1 AA accessibility
requirements, component communication rules, Jest test requirements, and
output format
- salesforce-flow: major expansion — automation tool confirmation step, flow
type selection matrix, bulk safety rules (no DML/Get Records in loops),
fault connector requirements, Transform element guidance, deployment
safety steps, and output format
- salesforce-visualforce: major expansion — controller pattern selection,
security requirements (CSRF, XSS, FLS/CRUD, SOQL injection), view state
management, performance rules, and output format
- Added 3 new skills to the plugin:
- salesforce-apex-quality: Apex guardrails, governor limit patterns, sharing
model, CRUD/FLS enforcement, injection prevention, PNB testing checklist,
trigger architecture rules, and code examples
- salesforce-flow-design: flow type selection, bulk safety patterns with
correct and incorrect examples, fault path requirements, automation density
checks, screen flow UX guidelines, and deployment safety steps
- salesforce-component-standards: LWC data access patterns, SLDS 2 styling,
accessibility (WCAG 2.1 AA), component communication, Jest requirements,
Aura event design, and Visualforce XSS/CSRF/FLS/view-state standards
- Updated plugin.json v1.0.0 → v1.1.0 with explicit agent paths and skill refs
* fix: resolve codespell error and README drift in Salesforce plugin
- Fix 'ntegrate' codespell false positive in salesforce-aura-lwc agent:
rewrote PICKLES acronym bullets from letter-prefixed (**I**ntegrate)
to full words (**Integrate**) so codespell reads the full word correctly
- Regenerate docs/README.plugins.md to match current build output
(table column padding was updated by the build script)
* fix: regenerate README after rebasing on latest staged
1.6 KiB
1.6 KiB
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