Grzegorz Mołdawa
Community@grzmol · Poland
A comprehensive Salesforce platform engineering skill registry covering Apex, LWC, SOQL optimization, fflib patterns, CI/CD deployment, security audits, and Data Cloud development.
Agent Skills by Grzegorz Mołdawa
Showing 34 vetted skills indexed across 1 GitHub repositories.
sf-soql-sosl-optimization
Diagnoses and rewrites slow or non-selective SOQL and SOSL queries on Salesforce.
sf-governor-limits
Diagnose and remediate Apex governor limit violations using API 67.0 limit tables and bulkification patterns.
sf-data-cloud
Implements Salesforce Data Cloud ingestion, DLO-to-DMO mapping, querying, and source-tracked metadata deployment.
sf-scratch-orgs-sandboxes
Provision and manage Salesforce scratch orgs and sandboxes through definition files and CLI lifecycle scripts.
sf-cli-operations
Operates Salesforce CLI v2 commands, JSON output parsing, and CI authorization for Salesforce projects.
sf-agentforce-development
Build, test, and deploy Salesforce Agentforce agents from source-tracked SFDX projects.
sf-async-apex-patterns
Implements Salesforce asynchronous Apex patterns including Queueable, Batch, Schedulable, Platform Events, and CDC.
sf-ui-test-automation
Build Salesforce UI tests with UTAM, WebdriverIO, and Salesforce page objects.
sf-post-deploy-verification
Verifies deployed Salesforce metadata, Apex tests, data, and configuration against a live org.
sf-security-model
Enforce Salesforce CRUD, FLS, sharing, and secure-coding rules across Apex, LWC, and permission metadata.
sf-integration-patterns
Designs and implements Salesforce integrations using named credentials, platform events, and REST APIs.
sf-data-management
Moves Salesforce records between orgs using sObject tree plans, Bulk API 2.0, and sf data commands.
sf-apex-testing
Writes and repairs Salesforce Apex unit tests with mocks, async recipes, and coverage gates.
sf-code-analyzer-quality
Configure and run Salesforce Code Analyzer v5 static analysis gates for Apex, LWC, and metadata.
sf-fflib-testing
Writes and reviews Apex tests for fflib codebases using ApexMocks, matchers, and real-DML variants.
sf-lwc-development
Builds Lightning Web Components with wire adapters, events, lifecycle hooks, and js-meta.xml configuration.
sf-debugging-logs
Diagnose Salesforce failures using debug logs, trace flags, and the Tooling API.
sf-fflib-operations
Operate fflib Apex Enterprise Patterns across triggers, async jobs, packaging, and deployment pipelines.
sf-deployment-strategies
Guides Salesforce metadata deployments using sf project deploy commands, test levels, and validate-plus-quick production workflows.
sf-apex-development
Writes and reviews production Salesforce Apex classes, triggers, and services with API 67.0 security defaults.
sf-packaging-release
Guides Salesforce 2GP package creation, versioning, promotion, and installation decisions.
sf-minimal-change
Selects the smallest Salesforce change satisfying a requirement before writing Apex, LWC, or metadata.
sf-fflib-domain-service-uow
Implements fflib Apex domain classes, service layers, and Unit of Work transaction patterns.
sf-fflib-foundations
Implements the fflib Apex Enterprise Patterns four-layer architecture and Application factory wiring in Salesforce projects.
Frequently Asked Questions About Grzegorz Mołdawa
FAQPage SchemaWhat tasks can I accomplish with grzmol's Salesforce skills?▼
You can write and bulkify Apex triggers and services, optimize SOQL/SOSL queries, build and test Lightning Web Components, manage governor limits, orchestrate async jobs with Queueable and Batch Apex, deploy metadata via sf CLI, run security and technical-debt audits, migrate Process Builder to Flows, and build Agentforce agents.
Who are these Salesforce skills designed for?▼
They target Salesforce developers, technical architects, and release engineers working in source-tracked SFDX projects. They suit practitioners writing Apex and LWC, running CI pipelines with sf CLI v2, maintaining fflib Apex Enterprise Patterns codebases, and admins handling scratch orgs, sandboxes, and production deployments.
How do the skills fit into a practical development and deployment pipeline?▼
Skills map to a five-wave delivery flow: local development with Live Preview and static checks, coding with Apex/LWC/fflib guidance, testing via Apex unit tests and sfdx-lwc-jest, deployment through sf project deploy validate and quick deploy, then post-deploy verification with smoke probes, sf data query checks, and rollback decisions.
What prerequisites and dependencies do these skills assume?▼
They assume a Salesforce DX project with sfdx-project.json, Salesforce CLI v2 (sf), an authorized Dev Hub and orgs, and Node.js for ESLint, Prettier, and sfdx-lwc-jest. fflib skills require fflib-apex-common and fflib-apex-mocks vendored or installed as package dependencies.
Do these skills cover Salesforce security and compliance requirements?▼
Yes. Dedicated skills enforce CRUD/FLS with WITH USER_MODE and Security.stripInaccessible, fix SOQL injection and XSS, audit ModifyAllData and ViewAllData grants, review guest user and Experience Cloud exposure, detect secrets in source and git history, and produce severity-ranked findings reports for security reviews.