Grzegorz Mołdawa avatar

Grzegorz Mołdawa

Community

@grzmol · Poland

2Followers
|
3Public Repos
|
34Published Skills

A comprehensive Salesforce platform engineering skill registry covering Apex, LWC, SOQL optimization, fflib patterns, CI/CD deployment, security audits, and Data Cloud development.

Skills Distribution
DomainDeveloper To...Apex & Async Devel.. (30%)Testing & Quality .. (20%)DevOps, Packaging .. (20%)Security & Complia.. (15%)

Agent Skills by Grzegorz Mołdawa

Showing 34 vetted skills indexed across 1 GitHub repositories.

grzmolgrzmol
2

sf-soql-sosl-optimization

Diagnoses and rewrites slow or non-selective SOQL and SOSL queries on Salesforce.

Community
Advanced
grzmolgrzmol
2

sf-governor-limits

Diagnose and remediate Apex governor limit violations using API 67.0 limit tables and bulkification patterns.

Community
Intermediate
grzmolgrzmol
2

sf-data-cloud

Implements Salesforce Data Cloud ingestion, DLO-to-DMO mapping, querying, and source-tracked metadata deployment.

Community
Advanced
grzmolgrzmol
2

sf-scratch-orgs-sandboxes

Provision and manage Salesforce scratch orgs and sandboxes through definition files and CLI lifecycle scripts.

Community
Advanced
grzmolgrzmol
2

sf-cli-operations

Operates Salesforce CLI v2 commands, JSON output parsing, and CI authorization for Salesforce projects.

Community
Advanced
grzmolgrzmol
2

sf-agentforce-development

Build, test, and deploy Salesforce Agentforce agents from source-tracked SFDX projects.

Community
Advanced
grzmolgrzmol
2

sf-async-apex-patterns

Implements Salesforce asynchronous Apex patterns including Queueable, Batch, Schedulable, Platform Events, and CDC.

Community
Advanced
grzmolgrzmol
2

sf-ui-test-automation

Build Salesforce UI tests with UTAM, WebdriverIO, and Salesforce page objects.

Community
Advanced
grzmolgrzmol
2

sf-post-deploy-verification

Verifies deployed Salesforce metadata, Apex tests, data, and configuration against a live org.

Community
Advanced
grzmolgrzmol
2

sf-security-model

Enforce Salesforce CRUD, FLS, sharing, and secure-coding rules across Apex, LWC, and permission metadata.

Community
Advanced
grzmolgrzmol
2

sf-integration-patterns

Designs and implements Salesforce integrations using named credentials, platform events, and REST APIs.

Community
Advanced
grzmolgrzmol
2

sf-data-management

Moves Salesforce records between orgs using sObject tree plans, Bulk API 2.0, and sf data commands.

Community
Advanced
grzmolgrzmol
2

sf-apex-testing

Writes and repairs Salesforce Apex unit tests with mocks, async recipes, and coverage gates.

Community
Advanced
grzmolgrzmol
2

sf-code-analyzer-quality

Configure and run Salesforce Code Analyzer v5 static analysis gates for Apex, LWC, and metadata.

Community
Advanced
grzmolgrzmol
2

sf-fflib-testing

Writes and reviews Apex tests for fflib codebases using ApexMocks, matchers, and real-DML variants.

Community
Advanced
grzmolgrzmol
2

sf-lwc-development

Builds Lightning Web Components with wire adapters, events, lifecycle hooks, and js-meta.xml configuration.

Community
Advanced
grzmolgrzmol
2

sf-debugging-logs

Diagnose Salesforce failures using debug logs, trace flags, and the Tooling API.

Community
Advanced
grzmolgrzmol
2

sf-fflib-operations

Operate fflib Apex Enterprise Patterns across triggers, async jobs, packaging, and deployment pipelines.

Community
Advanced
grzmolgrzmol
2

sf-deployment-strategies

Guides Salesforce metadata deployments using sf project deploy commands, test levels, and validate-plus-quick production workflows.

Community
Advanced
grzmolgrzmol
2

sf-apex-development

Writes and reviews production Salesforce Apex classes, triggers, and services with API 67.0 security defaults.

Community
Advanced
grzmolgrzmol
2

sf-packaging-release

Guides Salesforce 2GP package creation, versioning, promotion, and installation decisions.

Community
Advanced
grzmolgrzmol
2

sf-minimal-change

Selects the smallest Salesforce change satisfying a requirement before writing Apex, LWC, or metadata.

Community
Advanced
grzmolgrzmol
2

sf-fflib-domain-service-uow

Implements fflib Apex domain classes, service layers, and Unit of Work transaction patterns.

Community
Advanced
grzmolgrzmol
2

sf-fflib-foundations

Implements the fflib Apex Enterprise Patterns four-layer architecture and Application factory wiring in Salesforce projects.

Community
Advanced

Frequently Asked Questions About Grzegorz Mołdawa

FAQPage Schema
What 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.