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>
33 lines
849 B
JSON
33 lines
849 B
JSON
{
|
|
"name": "salesforce-development",
|
|
"description": "Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components, Aura components, and Visualforce pages.",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "TemitayoAfolabi"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"salesforce",
|
|
"apex",
|
|
"triggers",
|
|
"lwc",
|
|
"aura",
|
|
"flow",
|
|
"visualforce",
|
|
"crm",
|
|
"salesforce-dx"
|
|
],
|
|
"agents": [
|
|
"./agents/salesforce-apex-triggers.md",
|
|
"./agents/salesforce-aura-lwc.md",
|
|
"./agents/salesforce-flow.md",
|
|
"./agents/salesforce-visualforce.md"
|
|
],
|
|
"skills": [
|
|
"./skills/salesforce-apex-quality/",
|
|
"./skills/salesforce-component-standards/",
|
|
"./skills/salesforce-flow-design/"
|
|
]
|
|
}
|