From c2f653b8b958ead8012ae2022a65e351e114e106 Mon Sep 17 00:00:00 2001 From: ccrouse-sfdc Date: Wed, 15 Apr 2026 15:44:18 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: jackbisceglia-sf <156253330+jackbisceglia-sf@users.noreply.github.com> --- skills/generating-lwc/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/generating-lwc/SKILL.md b/skills/generating-lwc/SKILL.md index aaacce1..4651ce7 100644 --- a/skills/generating-lwc/SKILL.md +++ b/skills/generating-lwc/SKILL.md @@ -17,6 +17,8 @@ Before any LWC code is produced, the agent MUST call one or more of these MCP to - guide_lwc_best_practices (when the goal is guidance, patterns, or conventions) - guide_lws_security (when security/LWS concerns are involved) - guide_design_general (when SLDS/UX questions exist) + - Accessibility Guidance + - guide_copmonent_accessibility (to audit/fix components for accessibility compliance) - LDS / UI API: - explore_lds_uiapi (to retrieve adapter API or UI API types) - guide_lds_development (general LDS guidance)