What problem does it solve?
Salesforce teams struggle to build scalable Lightning Web Components that adhere to accessibility standards, SLDS 2 styling, and consistent architectural patterns across complex apps. This Skill provides a guided, repeatable framework (PICKLES) to scaffold components, wire data sources, test rigorously, and enforce UI/UX quality at scale.
Core Features & Use Cases
- Component scaffolding: starter templates for LWC bundles (JS, HTML, CSS, and meta.xml) to accelerate UI development.
- Data integration: supports Apex, GraphQL, and Salesforce UI APIs with both reactive (@wire) and imperative patterns.
- Quality & accessibility: SLDS 2 compatibility, keyboard navigation, and Jest-based testing to ensure production readiness.
- Real-world use cases: build dashboards, Flow-integrated UIs, and cross-component communications using LMS and established patterns.
Quick Start
Generate a new LWC scaffold using the sf-lwc skill and begin implementing it with the PICKLES framework, SLDS 2 styling, and Jest tests.