-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(agents): add Salesforce Expert agent #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
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.