feat(agents): add Salesforce Expert agent#529
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Salesforce Expert Agent to the repository, designed to act as a Salesforce Technical Architect providing guidance on enterprise-grade Salesforce development, including Apex patterns, LWC, integrations, and migrations.
- Introduces a specialized agent for Salesforce Platform development with focus on Enterprise Design Patterns and best practices
- Adds comprehensive guidance covering Apex development, LWC, security, integrations, and Aura-to-LWC migration
- Updates documentation to include the new agent in the agents catalog
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| agents/salesforce-expert.agent.md | New agent file providing Salesforce Technical Architect expertise with detailed guidelines on Enterprise Patterns, governor limits, security, and modern frontend development |
| docs/README.agents.md | Adds new Salesforce Expert Agent entry to the agents catalog with installation badges |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…s133/awesome-copilot into add-salesforce-expert-agent
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
codemillmatt
self-requested a review
January 9, 2026 18:19
codemillmatt
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This PR introduces a new custom agent, salesforce-expert.agent.md, designed to act as a Salesforce Technical Architect.
While standard models act as generalist developers, this agent is specifically engineered to handle the unique constraints of the Salesforce multi-tenant environment. It enforces Enterprise Design Patterns (Service/Domain/Selector layers) and strictly adheres to governor limits and security best practices required by the Platform and listed as it's best practices.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.