AwesomeSalesforceSkills
by @pranavnagrecha · plugin · 94 skills
1,034 grounded Salesforce skill packages, 48 run-time agents and 67 slash commands, reached through 12 lightweight router skills instead of a flat index.
Install the whole plugin (CLI)
npx skillmds add pranavnagrecha/async-apex
npx skillmds add pranavnagrecha/lwc-testing
npx skillmds add pranavnagrecha/lwc-security
npx skillmds add pranavnagrecha/dynamic-apex
npx skillmds add pranavnagrecha/flow-testing
npx skillmds add pranavnagrecha/screen-flows
npx skillmds add pranavnagrecha/drag-and-drop
npx skillmds add pranavnagrecha/lwc-light-dom
npx skillmds add pranavnagrecha/soql-security
npx skillmds add pranavnagrecha/lwc-data-table
npx skillmds add pranavnagrecha/lwc-lds-writes
npx skillmds add pranavnagrecha/scoping-rules
npx skillmds add pranavnagrecha/sharing-rules
npx skillmds add pranavnagrecha/platform-cache
npx skillmds add pranavnagrecha/cpq-data-model
npx skillmds add pranavnagrecha/fsc-data-model
npx skillmds add pranavnagrecha/fault-handling
npx skillmds add pranavnagrecha/flow-debugging
npx skillmds add pranavnagrecha/flow-for-slack
npx skillmds add pranavnagrecha/lifecycle-hooks
npx skillmds add pranavnagrecha/lwc-performance
npx skillmds add pranavnagrecha/formula-fields
npx skillmds add pranavnagrecha/governor-limits
npx skillmds add pranavnagrecha/mcae-pardot-api
npx skillmds add pranavnagrecha/npsp-data-model
npx skillmds add pranavnagrecha/person-accounts
npx skillmds add pranavnagrecha/flow-governance
npx skillmds add pranavnagrecha/scheduled-flows
npx skillmds add pranavnagrecha/lwc-graphql-wire
npx skillmds add pranavnagrecha/flow-for-admins
npx skillmds add pranavnagrecha/user-management
npx skillmds add pranavnagrecha/cpq-apex-plugins
npx skillmds add pranavnagrecha/flow-data-tables
npx skillmds add pranavnagrecha/lwc-accessibility
npx skillmds add pranavnagrecha/lwc-custom-lookup
npx skillmds add pranavnagrecha/lwc-drag-and-drop
npx skillmds add pranavnagrecha/lwc-quick-actions
npx skillmds add pranavnagrecha/lwc-record-picker
npx skillmds add pranavnagrecha/lwc-styling-hooks
npx skillmds add pranavnagrecha/lwc-template-refs
npx skillmds add pranavnagrecha/virtualized-lists
npx skillmds add pranavnagrecha/assignment-rules
npx skillmds add pranavnagrecha/escalation-rules
npx skillmds add pranavnagrecha/fsc-action-plans
npx skillmds add pranavnagrecha/mobile-publisher
npx skillmds add pranavnagrecha/sandbox-strategy
npx skillmds add pranavnagrecha/validation-rules
npx skillmds add pranavnagrecha/apex-dml-patterns
npx skillmds add pranavnagrecha/apex-metadata-api
npx skillmds add pranavnagrecha/apex-system-runas
npx skillmds add pranavnagrecha/debug-and-logging
npx skillmds add pranavnagrecha/health-cloud-apis
npx skillmds add pranavnagrecha/invocable-methods
npx skillmds add pranavnagrecha/soql-fundamentals
npx skillmds add pranavnagrecha/trigger-framework
npx skillmds add pranavnagrecha/bulk-api-patterns
npx skillmds add pranavnagrecha/fhir-data-mapping
npx skillmds add pranavnagrecha/sosl-with-clauses
npx skillmds add pranavnagrecha/lwc-async-patterns
npx skillmds add pranavnagrecha/cpq-pricing-rules
npx skillmds add pranavnagrecha/mcae-pardot-setup
npx skillmds add pranavnagrecha/media-cloud-setup
npx skillmds add pranavnagrecha/path-and-guidance
npx skillmds add pranavnagrecha/restriction-rules
npx skillmds add pranavnagrecha/apex-enum-patterns
npx skillmds add pranavnagrecha/apex-rest-services
npx skillmds add pranavnagrecha/commerce-order-api
npx skillmds add pranavnagrecha/cpq-custom-actions
npx skillmds add pranavnagrecha/exception-handling
npx skillmds add pranavnagrecha/fsl-scheduling-api
npx skillmds add pranavnagrecha/flow-bulkification
npx skillmds add pranavnagrecha/lwc-css-and-styling
npx skillmds add pranavnagrecha/lwc-imperative-apex
npx skillmds add pranavnagrecha/lwc-in-flow-screens
npx skillmds add pranavnagrecha/lwc-lightning-modal
npx skillmds add pranavnagrecha/lwc-pubsub-patterns
npx skillmds add pranavnagrecha/approval-processes
npx skillmds add pranavnagrecha/cpq-guided-selling
npx skillmds add pranavnagrecha/custom-permissions
npx skillmds add pranavnagrecha/salesforce-surveys
npx skillmds add pranavnagrecha/agent-actions
npx skillmds add pranavnagrecha/apex-batch-chaining
npx skillmds add pranavnagrecha/apex-email-services
npx skillmds add pranavnagrecha/apex-scheduled-jobs
npx skillmds add pranavnagrecha/batch-apex-patterns
npx skillmds add pranavnagrecha/cpq-test-automation
npx skillmds add pranavnagrecha/fsc-apex-extensions
npx skillmds add pranavnagrecha/fsl-apex-extensions
npx skillmds add pranavnagrecha/marketing-cloud-api
npx skillmds add pranavnagrecha/npsp-custom-rollups
npx skillmds add pranavnagrecha/soql-date-functions
npx skillmds add pranavnagrecha/gift-history-import
npx skillmds add pranavnagrecha/copado-essentials
npx skillmds add pranavnagrecha/scratch-org-poolsSkills in this plugin
- ▌ async-apex · pranavnagrecha bundleSelects and reviews Queueable, Batch, Future, and Schedulable Apex for callouts, large data processing, retries, and background work, with decision guidance and validation checklists.
- ▌ lwc-testing · pranavnagrecha bundleWrites Jest unit tests for Lightning Web Components using @salesforce/sfdx-lwc-jest, covering wire adapter mocks, imperative Apex mocking, and async rerender handling.
- ▌ lwc-security · pranavnagrecha bundleGuides secure design and review of Lightning Web Components, covering DOM safety, Apex data exposure, and Lightning Web Security.
- ▌ dynamic-apex · pranavnagrecha bundleBuilds 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.
- ▌ flow-testing · pranavnagrecha bundleDefines a test strategy for Salesforce Flow, combining declarative Flow Tests, debug runs, path matrices, test data, and boundary tests for Apex, LWC, and external services.
- ▌ screen-flows · pranavnagrecha bundleGuides the design and review of interactive Salesforce Flow screens, covering navigation, validation, component choice, and commit timing to avoid common UX failures.
- ▌ drag-and-drop · pranavnagrecha bundleImplements accessible drag-and-drop in Lightning Web Components using the HTML5 Drag and Drop API, with keyboard alternatives, live-region announcements, and file drop zones.
- ▌ lwc-light-dom · pranavnagrecha bundleUse Light DOM in LWC when third-party libraries or global CSS require document-level access, with guidance on scoped styles and managed-package constraints.
- ▌ soql-security · pranavnagrecha bundlePrevents SOQL injection and enforces CRUD, FLS, and sharing in Apex queries, with guidance for building, reviewing, and troubleshooting secure data access.
- ▌ lwc-data-table · pranavnagrecha bundleGuides Lightning Web Component developers in setting up lightning-datatable with stable row identity, typed columns, row actions, inline edit, and bounded infinite loading.
- ▌ lwc-lds-writes · pranavnagrecha bundleCreates, updates, and deletes Salesforce records from Lightning Web Components using Lightning Data Service, covering record input shapes, error handling, and cache refresh strategies.
- ▌ scoping-rules · pranavnagrecha bundleConfigures Salesforce scoping rules to set a default filtered view of records in list views, reports, and SOQL without removing user access.
- ▌ sharing-rules · pranavnagrecha bundleDesign, create, and manage Salesforce sharing rules to grant record access beyond the role hierarchy, covering owner-based, criteria-based, and guest user rules.
- ▌ platform-cache · pranavnagrecha bundleGuides the design and review of Salesforce Platform Cache usage in Apex, covering org versus session cache, cache-aside patterns, invalidation, and safe key design.
- ▌ cpq-data-model · pranavnagrecha bundleMaps the Salesforce CPQ managed-package object graph (SBQQ__ namespace) and explains when to use the CPQ Quote API for programmatic writes instead of direct DML.
- ▌ fsc-data-model · pranavnagrecha bundleExplains the Financial Services Cloud data model, covering managed-package and Core FSC object structures, household relationships, financial account ownership, and the rollup framework, with SOQL query patterns.
- ▌ fault-handling · pranavnagrecha bundleDesign, review, and troubleshoot Salesforce Flow fault handling with error logging and bulk-safe automation paths.
- ▌ flow-debugging · pranavnagrecha bundleDiagnose Salesforce Flows that fail to run, produce wrong results, or error out, using debug mode, interview logs, fault emails, and test suites.
- ▌ flow-for-slack · pranavnagrecha bundleGuides Salesforce Flow builders through the Flow Core Actions for Slack catalog, covering prerequisites, common patterns, and troubleshooting for sending messages and managing channels.
- ▌ lifecycle-hooks · pranavnagrecha bundleBuilds memory-safe, performant Lightning Web Components with correct lifecycle hook usage, covering build, review, and troubleshooting workflows.
- ▌ lwc-performance · pranavnagrecha bundleOptimizes 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.
- ▌ formula-fields · pranavnagrecha bundleDesign, review, and troubleshoot Salesforce formula fields with guidance on null handling, cross-object references, and performance.
- ▌ governor-limits · pranavnagrecha bundleDesigns bulk-safe, limit-aware Apex transactions to prevent Salesforce governor limit errors, covering SOQL, DML, CPU, heap, and async patterns.
- ▌ mcae-pardot-api · pranavnagrecha bundleIntegrates with the Account Engagement (Pardot) REST API v5 to authenticate via Salesforce OAuth, perform CRUD on Prospects, query Visitors and Visitor Activities, configure Form Handlers, and handle cursor-based pagination.
- ▌ npsp-data-model · pranavnagrecha bundleUnderstand and query the NPSP data model, including namespace prefixes, GAU allocations, recurring donations, relationships, and affiliations.
- ▌ person-accounts · pranavnagrecha bundleEnables, configures, and troubleshoots Salesforce Person Accounts, covering data model design, IsPersonAccount flag handling, reporting impact, migration planning, and integration requirements.
- ▌ flow-governance · pranavnagrecha bundleEstablishes operational standards for a Salesforce Flow portfolio, covering naming conventions, ownership, version discipline, retirement of stale flows, and release readiness checks.
- ▌ scheduled-flows · pranavnagrecha bundleDesigns and reviews schedule-triggered flows for recurring automation, covering bounded record selection, idempotent processing, and escalation to Apex when volume is too high.
- ▌ lwc-graphql-wire · pranavnagrecha bundleReads related records across multiple sObjects in one GraphQL request, paginates related lists with cursors, and replaces overlapping @wire(getRecord) calls with a single cache-shared query.
- ▌ flow-for-admins · pranavnagrecha bundleDesigns, reviews, and troubleshoots Salesforce Flows from an admin perspective, covering flow type selection, bulkification, fault handling, and error diagnosis.
- ▌ user-management · pranavnagrecha bundleManages the full Salesforce user lifecycle: create, deactivate, freeze, assign licenses, configure profiles and roles, set login restrictions, and set up delegated administration.
- ▌ cpq-apex-plugins · pranavnagrecha bundleImplements Salesforce CPQ plugin interfaces in Apex or JavaScript (JS QCP) to customize quote calculation, product search, order creation, contracting, and configuration screens.
- ▌ flow-data-tables · pranavnagrecha bundleConfigure the Data Table screen component in Salesforce Screen Flows for row selection, including single/multi-select, column setup, and downstream consumption of selected rows.
- ▌ lwc-accessibility · pranavnagrecha bundleGuides designing or reviewing Lightning Web Components for keyboard access, semantic labeling, and focus management, prioritizing base components over custom ARIA.
- ▌ lwc-custom-lookup · pranavnagrecha bundleBuilds 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.
- ▌ lwc-drag-and-drop · pranavnagrecha bundleImplements HTML5 drag-and-drop in Lightning Web Components, covering dataTransfer usage, drop targets, visual states, and keyboard accessibility.
- ▌ lwc-quick-actions · pranavnagrecha bundleBuilds Lightning Web Components for record-page quick actions, covering screen actions with modals and headless actions with no UI, including lifecycle, recordId injection, and post-action UX.
- ▌ lwc-record-picker · pranavnagrecha bundleGuides using the lightning-record-picker base component for single-record selection in LWC, covering display-info, matching-info, graph-QL filters, and accessibility.
- ▌ lwc-styling-hooks · pranavnagrecha bundleTheme Salesforce Lightning base components and custom LWCs using SLDS Styling Hooks, covering global and component hooks, shadow DOM considerations, Experience Cloud theming, and SLDS 2 migration.
- ▌ lwc-template-refs · pranavnagrecha bundleMigrate LWC components from fragile querySelector lookups to typed lwc:ref handles, with guidance on lifecycle timing, shadow boundaries, and iterator limitations.
- ▌ virtualized-lists · pranavnagrecha bundleRender long lists (1k+ rows) efficiently in Salesforce LWC using lightning-datatable infinite loading or an IntersectionObserver sentinel, with keyset pagination and accessibility guidance.
- ▌ assignment-rules · pranavnagrecha bundleConfigure and troubleshoot Lead or Case assignment rules in Salesforce, including rule entries, queue vs user assignment, trigger contexts, and round-robin patterns with Apex.
- ▌ escalation-rules · pranavnagrecha bundleConfigure and troubleshoot Salesforce Case Escalation Rules, including time-based entries, business hours, and escalation actions, with guidance on diagnosing why cases are not escalating.
- ▌ fsc-action-plans · pranavnagrecha bundleDesigns and maintains versioned reusable task sequences in Financial Services Cloud using Action Plan templates for client onboarding, account opening, annual review preparation, and compliance tasks.
- ▌ mobile-publisher · pranavnagrecha bundlePlans, configures, and maintains Salesforce Mobile Publisher branded apps for App Store and Google Play distribution, covering build assets, push certificates, and version policies.
- ▌ sandbox-strategy · pranavnagrecha bundleDesign and review Salesforce sandbox topology, refresh cadence, data masking, and environment purpose to keep production data protected and refreshes manageable.
- ▌ validation-rules · pranavnagrecha bundleWrites, audits, and troubleshoots Salesforce validation rules, covering formula best practices, bypass patterns, and integration pitfalls.
- ▌ apex-dml-patterns · pranavnagrecha bundleChoose between DML statements and Database class methods for bulk Salesforce operations, handling partial success, DMLOptions, and error collection.
- ▌ apex-metadata-api · pranavnagrecha bundleCreates or updates Salesforce metadata components at runtime from Apex using the Metadata namespace, including custom fields, objects, picklist values, and labels, with asynchronous deployment and callback handling.
- ▌ apex-system-runas · pranavnagrecha bundleImpersonate a user in Apex tests with System.runAs to verify sharing, profile, and permission-set behavior, and to work around mixed-DML errors in test setup.
- ▌ debug-and-logging · pranavnagrecha bundleDiagnose Apex behavior with debug logs, structured production logging, and async job monitoring, replacing ad-hoc System.debug habits with durable, queryable observability.
- ▌ health-cloud-apis · pranavnagrecha bundleQuery healthcare-specific SObjects and use the FHIR R4-aligned Healthcare API, including bundle limits and authentication differences.
- ▌ invocable-methods · pranavnagrecha bundleDesigns and reviews Apex actions exposed to Flow via @InvocableMethod, focusing on wrapper DTOs, bulk-safe list contracts, and intentional error behavior.
- ▌ soql-fundamentals · pranavnagrecha bundleWrite and debug SOQL queries covering SELECT syntax, filters, sorting, pagination, relationship traversal, and aggregate functions.
- ▌ trigger-framework · pranavnagrecha bundleDesigns, reviews, and troubleshoots Apex triggers using a single-trigger-per-object handler pattern with recursion guards and activation bypass.
- ▌ bulk-api-patterns · pranavnagrecha bundleImplements Bulk API 2.0 REST calls for ingest and query jobs, covering CSV format requirements, locator pagination, and v1 vs v2 selection.
- ▌ fhir-data-mapping · pranavnagrecha bundleMaps FHIR R4 clinical resources (Patient, Observation, Condition, CarePlan, CodeableConcept) to Salesforce Health Cloud objects, including prerequisite configuration and cardinality handling.
- ▌ sosl-with-clauses · pranavnagrecha bundleGuides composing SOSL FIND queries with result-scoping or result-shaping WITH clauses, covering clause order, supported objects, field-type limits, and API-version floors.
- ▌ lwc-async-patterns · pranavnagrecha bundleImplements async/await and Promise patterns in Lightning Web Components, covering imperative Apex calls, loading states, error handling, parallel calls, and cancellation with AbortController.
- ▌ cpq-pricing-rules · pranavnagrecha bundleConfigures and troubleshoots Salesforce CPQ pricing: Price Rules, Discount Schedules, Block Pricing, Percent of Total, and Contracted Prices.
- ▌ mcae-pardot-setup · pranavnagrecha bundleConfigures Marketing Cloud Account Engagement (MCAE, formerly Pardot) business units: Salesforce v2 connector activation, connector user permissions, Salesforce User Sync, prospect field sync rules, tracking domain setup, and Account Engagement Lightning App installation.
- ▌ media-cloud-setup · pranavnagrecha bundleConfigures Salesforce Media Cloud for advertising sales management, covering ad product catalogs, rate cards, audience targeting, revenue recognition, and ad-server integration.
- ▌ path-and-guidance · pranavnagrecha bundleConfigures and troubleshoots the Salesforce Path component, including key fields, guidance text, confetti, and page placement.
- ▌ restriction-rules · pranavnagrecha bundleDesign and deploy Salesforce restriction rules to subtract record access from users, covering eligibility, criteria syntax, metadata shape, and documented enforcement gaps.
- ▌ apex-enum-patterns · pranavnagrecha bundleUse Apex enums for closed-set dispatch and routing, with safe valueOf conversion, exhaustiveness checks, and managed-package considerations.
- ▌ apex-rest-services · pranavnagrecha bundleGuides building, reviewing, and debugging inbound Apex REST resources with explicit status codes, JSON error shapes, and versioned URL mappings.
- ▌ commerce-order-api · pranavnagrecha bundleSubmits, retrieves, and manages headless B2C Commerce storefront orders via SCAPI ShopAPI Orders or legacy OCAPI, including SLAS authentication, order amendment, status retrieval, and notifications.
- ▌ cpq-custom-actions · pranavnagrecha bundleConfigure and troubleshoot Salesforce CPQ custom action buttons in the Quote Line Editor, product configurator, and amendment/renewal screens, covering action types, placement, conditional visibility, and the five-action limit.
- ▌ exception-handling · pranavnagrecha bundleGuides Apex exception handling design: catching expected failures, bulk DML semantics, boundary-specific error translation, and logging once at the right layer.
- ▌ fsl-scheduling-api · pranavnagrecha bundleImplements Apex code that calls the FSL scheduling API (GetSlots, schedule, GradeSlotsService, OAAS) with correct transaction boundaries, bulk patterns, and licensing considerations.
- ▌ flow-bulkification · pranavnagrecha bundleRedesign Salesforce Flows to handle bulk data loads without hitting transaction limits, using collection-first patterns and safe transaction scope.
- ▌ lwc-css-and-styling · pranavnagrecha bundleStyle Lightning Web Components using SLDS design tokens, styling hooks, scoped CSS, and ::part() while avoiding common pitfalls like !important and shadow-DOM piercing.
- ▌ lwc-imperative-apex · pranavnagrecha bundleCall Apex methods imperatively from Lightning Web Components for button clicks, lifecycle hooks, and conditional logic, covering import syntax, cacheable vs non-cacheable methods, async/await patterns, error handling, loading states, and parallel calls with Promise.all.
- ▌ lwc-in-flow-screens · pranavnagrecha bundleBuild, review, or troubleshoot Lightning Web Components that run inside Salesforce Flow screens, covering @api properties, FlowAttributeChangeEvent, validate(), and navigation events.
- ▌ lwc-lightning-modal · pranavnagrecha bundleBuild accessible modal dialogs in LWC using the LightningModal base class, covering open(), close(), sizes, and accessibility.
- ▌ lwc-pubsub-patterns · pranavnagrecha bundleImplements sibling communication between Lightning Web Components using Lightning Message Service (LMS) or the legacy pubsub utility, covering message channel definition, publish/subscribe patterns, and scope selection.
- ▌ approval-processes · pranavnagrecha bundleDesign, review, or troubleshoot Salesforce Approval Processes, covering entry criteria, approver routing, record locking, and recall behavior.
- ▌ cpq-guided-selling · pranavnagrecha bundleConfigures and troubleshoots Salesforce CPQ Guided Selling, covering Quote Process and ProcessInput setup, field mirroring, search types, and Auto Select Product behavior.
- ▌ custom-permissions · pranavnagrecha bundleCreates, assigns, and checks custom permissions to gate feature access across Salesforce contexts including validation rules, Apex, Flow, Visualforce, and Connected Apps.
- ▌ salesforce-surveys · pranavnagrecha bundleDesign, configure, distribute, and troubleshoot Salesforce Surveys and Feedback Management, including guest user access and branching logic.
- ▌ agent-actions · pranavnagrecha bundleDesigns or reviews Agentforce agent actions, covering Flow, Apex invocable, and prompt-template actions, including naming, input/output contracts, confirmation, and error behavior.
- ▌ apex-batch-chaining · pranavnagrecha bundleChains Salesforce Batch Apex jobs via finish() callbacks, Flex Queue guards, or a Queueable coordinator, with guidance on state passing and test limitations.
- ▌ apex-email-services · pranavnagrecha bundleImplements inbound email processing in Apex: parsing messages, creating or updating records, handling attachments, and configuring Email Service routing.
- ▌ apex-scheduled-jobs · pranavnagrecha bundleDesign, implement, review, and troubleshoot Apex scheduled jobs using the Schedulable interface, cron expressions, and CronTrigger monitoring.
- ▌ batch-apex-patterns · pranavnagrecha bundleDesign, review, and debug Batch Apex contracts, scope sizing, stateful behavior, chaining, and AsyncApexJob monitoring.
- ▌ cpq-test-automation · pranavnagrecha bundleWrites and debugs Apex test classes for Salesforce CPQ, covering quote setup, price rule execution via ServiceRouter, contracting, and order generation.
- ▌ fsc-apex-extensions · pranavnagrecha bundleExtends Financial Services Cloud behavior through Apex: custom triggers coexisting with FSC's trigger framework, post-bulk-load rollup recalculation, and Compliant Data Sharing participant integrations.
- ▌ fsl-apex-extensions · pranavnagrecha bundleWrites Apex that calls Field Service Lightning scheduling APIs to book, schedule, grade, or optimize service appointments programmatically, including transaction-splitting patterns to avoid callout-DML conflicts.
- ▌ marketing-cloud-api · pranavnagrecha bundleIntegrates Salesforce or external systems with Marketing Cloud Engagement REST and SOAP APIs, covering OAuth 2.0 authentication, journey injection, triggered sends, and Data Extension row operations.
- ▌ npsp-custom-rollups · pranavnagrecha bundleConfigures, troubleshoots, and extends NPSP Customizable Rollups, including rollup definitions, filter groups, batch job modes, and migration from legacy rollups.
- ▌ soql-date-functions · pranavnagrecha bundleWrite SOQL queries that group or filter records by date periods using the 13 SOQL date functions, with rules for WHERE vs GROUP BY placement, date-literal comparisons, and fiscal-year restrictions.
- ▌ gift-history-import · pranavnagrecha bundleMigrates historical donation or gift records into Salesforce NPSP using the NPSP Data Importer (BDI), covering DataImport__c staging, payment mapping, soft credits via Opportunity Contact Roles, GAU allocation, and campaign attribution.
- ▌ copado-essentials · pranavnagrecha bundleConfigures and troubleshoots Copado Essentials deployment pipelines in Salesforce, covering user stories, branches, promotion paths, conflict resolution, and deployment modes.
- ▌ scratch-org-pools · pranavnagrecha bundleConfigures pre-created scratch org pools for parallel CI testing, reducing pipeline wait times by claiming pre-warmed orgs instead of provisioning on demand. Covers CumulusCI pool commands, Dev Hub limits, and CI integration.