Plugins
1 pluginResults for “salesforce”
123 skills134 Type 805802fb
Defines naming conventions for Apex classes, methods, variables, constants, custom objects, triggers, and test classes.
7 · bundle
Npsp Data Model
Understand and query the NPSP data model, including namespace prefixes, GAU allocations, recurring donations, relationships, and affiliations.
15 · bundle
Heroku Applink Connections
Set up and manage Heroku AppLink org connections and JWT authorizations for Salesforce or Data Cloud. Use when the agent needs to provision the Heroku AppLink add-on, install the AppLink CLI plugin, inspect AppLink connection setup, review connection prerequisites or connection state, connect Salesforce orgs, create JWT authorizations, review trusted org connection security, or reason about environment mapping for AppLink connections on Heroku.
0 · bundle
Lwc Lightning Modal
Build accessible modal dialogs in LWC using the LightningModal base class, covering open(), close(), sizes, and accessibility.
15 · bundle
Apex Scheduled Jobs
Design, implement, review, and troubleshoot Apex scheduled jobs using the Schedulable interface, cron expressions, and CronTrigger monitoring.
15 · bundle
Batch Apex Patterns
Design, review, and debug Batch Apex contracts, scope sizing, stateful behavior, chaining, and AsyncApexJob monitoring.
15 · bundle
Health Cloud Apis
Query healthcare-specific SObjects and use the FHIR R4-aligned Healthcare API, including bundle limits and authentication differences.
15 · bundle
Apex Email Services
Implements inbound email processing in Apex: parsing messages, creating or updating records, handling attachments, and configuring Email Service routing.
15 · bundle
Apex Enum Patterns
Use Apex enums for closed-set dispatch and routing, with safe valueOf conversion, exhaustiveness checks, and managed-package considerations.
15 · bundle
Lifecycle Hooks
Builds memory-safe, performant Lightning Web Components with correct lifecycle hook usage, covering build, review, and troubleshooting workflows.
15 · bundle
Trigger Framework
Designs, reviews, and troubleshoots Apex triggers using a single-trigger-per-object handler pattern with recursion guards and activation bypass.
15 · bundle
Lwc Security
Guides secure design and review of Lightning Web Components, covering DOM safety, Apex data exposure, and Lightning Web Security.
15 · bundle
Lwc Accessibility
Guides designing or reviewing Lightning Web Components for keyboard access, semantic labeling, and focus management, prioritizing base components over custom ARIA.
15 · bundle
Lwc Drag And Drop
Implements HTML5 drag-and-drop in Lightning Web Components, covering dataTransfer usage, drop targets, visual states, and keyboard accessibility.
15 · bundle
Lwc Template Refs
Migrate LWC components from fragile querySelector lookups to typed lwc:ref handles, with guidance on lifecycle timing, shadow boundaries, and iterator limitations.
15 · bundle
Invocable Methods
Designs and reviews Apex actions exposed to Flow via @InvocableMethod, focusing on wrapper DTOs, bulk-safe list contracts, and intentional error behavior.
15 · bundle
Soql Security
Prevents SOQL injection and enforces CRUD, FLS, and sharing in Apex queries, with guidance for building, reviewing, and troubleshooting secure data access.
15 · bundle
Exception Handling
Guides Apex exception handling design: catching expected failures, bulk DML semantics, boundary-specific error translation, and logging once at the right layer.
15 · bundle
Npsp Custom Rollups
Configures, troubleshoots, and extends NPSP Customizable Rollups, including rollup definitions, filter groups, batch job modes, and migration from legacy rollups.
15 · bundle
Lwc Record Picker
Guides using the lightning-record-picker base component for single-record selection in LWC, covering display-info, matching-info, graph-QL filters, and accessibility.
15 · bundle
Lwc Async Patterns
Implements async/await and Promise patterns in Lightning Web Components, covering imperative Apex calls, loading states, error handling, parallel calls, and cancellation with AbortController.
15 · bundle
Apex REST Services
Guides building, reviewing, and debugging inbound Apex REST resources with explicit status codes, JSON error shapes, and versioned URL mappings.
15 · bundle
Async Apex
Selects and reviews Queueable, Batch, Future, and Schedulable Apex for callouts, large data processing, retries, and background work, with decision guidance and validation checklists.
15 · bundle
Scheduled Flows
Designs and reviews schedule-triggered flows for recurring automation, covering bounded record selection, idempotent processing, and escalation to Apex when volume is too high.
15 · bundle
Fsl Scheduling API
Implements Apex code that calls the FSL scheduling API (GetSlots, schedule, GradeSlotsService, OAAS) with correct transaction boundaries, bulk patterns, and licensing considerations.
15 · bundle
Lwc Custom Lookup
Builds a custom LWC lookup component with typeahead search via Apex SOSL/SOQL, debounce, keyboard navigation, and pill UI for cases where standard pickers fall short.
15 · bundle
Bulk API Patterns
Implements Bulk API 2.0 REST calls for ingest and query jobs, covering CSV format requirements, locator pagination, and v1 vs v2 selection.
15 · bundle
Agent Actions
Designs or reviews Agentforce agent actions, covering Flow, Apex invocable, and prompt-template actions, including naming, input/output contracts, confirmation, and error behavior.
15 · bundle
Lwc Light Dom
Use Light DOM in LWC when third-party libraries or global CSS require document-level access, with guidance on scoped styles and managed-package constraints.
15 · bundle
Debug And Logging
Diagnose Apex behavior with debug logs, structured production logging, and async job monitoring, replacing ad-hoc System.debug habits with durable, queryable observability.
15 · bundle
Dynamic Apex
Builds and reviews Apex code that constructs SOQL/SOSL at runtime, inspects schema metadata, and accesses fields dynamically, with guidance on injection prevention and FLS enforcement.
15 · bundle
Lwc Data Table
Guides Lightning Web Component developers in setting up lightning-datatable with stable row identity, typed columns, row actions, inline edit, and bounded infinite loading.
15 · bundle
Sosl With Clauses
Guides composing SOSL FIND queries with result-scoping or result-shaping WITH clauses, covering clause order, supported objects, field-type limits, and API-version floors.
15 · bundle
Commerce Order API
Submits, retrieves, and manages headless B2C Commerce storefront orders via SCAPI ShopAPI Orders or legacy OCAPI, including SLAS authentication, order amendment, status retrieval, and notifications.
15 · bundle
178 Use 01fe0ef7
Provides a pre-deployment security checklist for OAuth-connected apps and external client apps, covering configuration, token policies, access control, and compliance.
7 · bundle
Lwc Performance
Optimizes Lightning Web Components for slow initial load, heavy rerenders, large-list rendering, payload reduction, and lazy instantiation choices such as lwc:if, tabs, or dynamic components.
15 · bundle