implexa
back to leaderboard
FO

@forcedotcom

contributor on implexa, with 88 skills ranked by SkillRank across 1 source.

forcedotcom on githubpublishes to skills.sh
skills
88
avg SkillRank
6.1
46 scored / 88 total
total stars
across 2 repos
total installs
across 2 repos

skills, ranked by SkillRank

scoresourceskill
8.3skills.sh
generating-custom-object
generating-custom-object provides structured guidance for creating salesforce custom object metadata xml with explicit constraint validation, sharing model decision logic, and a comprehensive verification checklist to prevent deployment errors.
8.3skills.sh
developing-datacloud-code-extension
developing-datacloud-code-extension covers the full lifecycle of building python transformations for salesforce data cloud, from project initialization through local testing to production deployment via sf cli plugin.
8.2skills.sh
generating-custom-field
generating-custom-field provides exhaustive metadata rules for creating salesforce custom fields, with particular rigor on roll-up summaries and master-detail relationships. covers field types, attribute constraints, and common deployment errors.
7.9skills.sh
generating-list-view
generating-list-view covers salesforce list view metadata creation, configuration, and deployment. handles field naming conventions, filter logic, visibility strategy, and common deployment errors with structured validation workflows.
7.8skills.sh
generating-apex-test
generating-apex-test guides construction of production-ready apex test classes with emphasis on single-behavior methods, bulkified record testing, isolated test data via factory pattern, meaningful assertions, and external boundary mocking.
7.8skills.sh
generating-lightning-app
generates complete salesforce lightning experience applications from natural language by orchestrating custom objects, fields, flows, pages, and permission sets in dependency order, with per-type skill and api context validation before file generation.
7.8skills.sh
generating-lightning-app
generating-lightning-app orchestrates end-to-end salesforce lightning application deployment by parsing natural language requests into a multi-phase build plan, executing dependent metadata skills in strict order (data model, business logic, ui, assembly, security), and producing deployment-ready sfdx artifacts with integrity validation.
7.3skills.sh
getting-datacloud-schema
retrieves data lake object and data model object schema from salesforce data cloud via rest apis. supports listing all objects or fetching detailed field metadata for specific dlos or dmos using sf cli and bundled python scripts.
7.3skills.sh
generating-ui-bundle-metadata
generating-ui-bundle-metadata covers scaffolding react ui bundles with proper naming, metadata xml structure, target configuration, and csp trusted site registration for external domains.
7.3skills.sh
creating-b2b-commerce-store
creating-b2b-commerce-store guides agents through a structured 7-step workflow to provision a salesforce b2b commerce store, list auto-generated storefronts, and retrieve metadata to a local repository via cli.
7.2skills.sh
building-ui-bundle-app
building-ui-bundle-app orchestrates a seven-phase workflow to construct deployable react ui bundles on salesforce, from scaffolding through experience site generation, with explicit skill dependencies and phase checkpoints.
7.2skills.sh
generating-flexipage
generating-flexipage covers creation and modification of salesforce lightning pages via cli bootstrapping and xml manipulation, with detailed validation rules and component-specific patterns for recordpage, apppage, and homepage types.
7.2skills.sh
generating-custom-lightning-type
generating-custom-lightning-type covers the complete workflow for authoring json schema-based type definitions on the lightning platform, including schema generation, editor/renderer configuration, deployment validation, and common error recovery patterns.
7.2skills.sh
generating-apex-test
generating-apex-test documents disciplined test patterns for salesforce apex covering testdatafactory isolation, bulk record testing (251+), mocking strategies, and assertion best practices with governor limit resets.
7.2skills.sh
building-omnistudio-integration-procedure
building-omnistudio-integration-procedure covers declarative orchestration of OmniStudio Integration Procedures (IP), combining DataRaptor, Apex Remote Actions, HTTP callouts, and conditional logic into multi-step server-side workflows with 110-point scoring validation.
7.2skills.sh
generating-custom-application
generating-custom-application covers creation and configuration of lightning apps with tabs, navigation modes, branding, and action overrides. provides detailed metadata specification and navtype decision logic for standard vs console workflows.
7.2skills.sh
building-ui-bundle-app
building-ui-bundle-app orchestrates a seven-phase workflow to generate complete, deployable react applications on salesforce, from scaffolding through hosting via experience sites or custom applications. it enforces strict phase ordering and dependency resolution.
6.4skills.sh
switching-org
switching-org changes the active salesforce org context for cli commands via sf config set, supporting both local project scope and global system scope with optional verification.
6.3skills.sh
generating-ui-bundle-site
generating-ui-bundle-site configures salesforce digital experience infrastructure for react ui bundles, resolving five required properties (siteName, siteUrlPathPrefix, appNamespace, appDevName, enableGuestAccess) with explicit fallback chains before metadata generation.
6.3skills.sh
building-omnistudio-flexcard
building-omnistudio-flexcard handles creation and validation of salesforce omnistudio flexcard ui components with integration procedure data binding, conditional rendering, and structured rubric-based scoring across layout, states, and actions.
6.2skills.sh
uplifting-components-to-slds2
uplifting-components-to-slds2 provides a taxonomy-driven approach to migrating lightning web components from SLDS 1 to SLDS 2 styling hooks, mapping six hook categories with guidance on linter-identified violations.
6.2skills.sh
deploying-ui-bundle
deploying-ui-bundle activates for salesforce projects with ui bundle sources, orchestrating authentication, dependency installation, dist build, and metadata deployment via manifest or full project sync.
5.8skills.sh
configuring-connected-apps
configuring-connected-apps covers oauth flow selection, jwt bearer setup, and connected app vs external client app choices for salesforce integrations, with metadata file handling and scope design.
5.8skills.sh
connecting-datacloud
connecting-datacloud covers the discovery, creation, testing, and configuration phases of data cloud connectors and source connections, with clear delegation boundaries to upstream and downstream skills.
5.8skills.sh
building-omnistudio-omniscript
building-omnistudio-omniscript guides declarative omniScript construction with 120-point validation scoring, element selection strategy, and data flow tracing for multi-step guided experiences without code generation.
5.8skills.sh
debugging-apex-logs
debugging-apex-logs covers root-cause analysis of salesforce debug output via governor limits, stack traces, and query performance evidence. distinguishes itself by explicit delegation boundaries to related apex and agentforce skills.
5.6skills.sh
testing-agentforce
testing-agentforce automates validation of agentforce agents through smoke tests, batch execution, and trace analysis. covers iterative fix loops but procedure remains incomplete in the provided skill.md excerpt.
5.6skills.sh
testing-agentforce
testing-agentforce covers automated test execution for agentforce agents including smoke testing, batch runs, and trace analysis, but the specification is incomplete and lacks procedural clarity in critical areas.
5.4skills.sh
generating-flexipage
generating-flexipage covers creation, modification, and troubleshooting of salesforce lightning pages and flexipage metadata. emphasizes cli-first approach to prevent deployment errors.
5.4skills.sh
implementing-ui-bundle-agentforce-conversation-client
implementing-ui-bundle-agentforce-conversation-client guides embedding the pre-built agentforce conversation client component in salesforce projects by import, configuration, and prerequisite setup. it emphasizes hard constraints against custom component builds.
5.4skills.sh
building-omnistudio-datamapper
building-omnistudio-datamapper covers extract, transform, load, and turbo extract data mapper creation within salesforce omnistudio, including field mapping design, query optimization, fls validation, and scoring against internal criteria.
5.4skills.sh
querying-soql
querying-soql covers soql and sosl query authoring, optimization, and analysis for salesforce. handles natural-language-to-query generation, relationship queries, aggregates, and governor-aware design with clear delegation boundaries.
5.2skills.sh
generating-flow
generates salesforce flow metadata by orchestrating a three-step mcp pipeline (metadata fetch, element selection, code generation) to produce deployment-ready flow xml for screen, autolaunched, record-triggered, and scheduled flow types.
5.2skills.sh
running-code-analyzer
running-code-analyzer invokes salesforce code analyzer to detect security, performance, and style violations across multiple engines, with mandatory script-based result handling.
5.2skills.sh
generating-permission-set
generating-permission-set constructs salesforce permission set xml metadata with object, field, and user permissions, starting from core properties and naming conventions through structured xml assembly.
5.2skills.sh
orchestrating-datacloud
orchestrating-datacloud provides workflow-level guidance for salesforce data cloud multi-phase tasks (connect, prepare, harmonize, segment, act) and troubleshooting across pipeline stages, but lacks procedural depth and failure-mode coverage.
5.1skills.sh
deploying-omnistudio-datapacks
deploying-omnistudio-datapacks covers vlocity build orchestration for datapack export, deployment, and retry workflows. scope includes manifest-driven deploys, dependency resolution, and ci/cd sequencing but lacks concrete procedural steps.
5.0skills.sh
uplifting-components-to-slds2
uplifting-components-to-slds2 provides category mappings for migrating web components from slds 1 to slds 2 styling hooks, but lacks procedural depth and execution guidance for agents.
4.9skills.sh
using-ui-bundle-salesforce-data
using-ui-bundle-salesforce-data specifies mandatory use of the salesforce data sdk for record operations within ui bundle contexts, covering graphql queries and rest fallback patterns.
4.8skills.sh
generating-validation-rule
generating-validation-rule addresses salesforce validation rule creation and deployment, covering formula generation and data quality enforcement. lacks actionable procedural steps and edge case handling.
4.6skills.sh
building-ui-bundle-frontend
skill covers react/typescript ui development within existing app bundles, enforcing shadcn/ui, tailwind, routing patterns, and design aesthetics. activates before visual or layout changes to existing pages, components, or sections.
4.6skills.sh
implementing-ui-bundle-file-upload
implementing-ui-bundle-file-upload provides programmatic apis for file upload handling in react applications. developers must construct custom ui components while leveraging the upload() function and progress callbacks.
4.3skills.sh
developing-agentforce
developing-agentforce covers agent script authoring for salesforce's atlas reasoning engine, including lifecycle phases from design through deployment, but lacks procedural specificity and edge case documentation.
4.3skills.sh
generating-ui-bundle-metadata
generating-ui-bundle-metadata documents initial scaffold setup for salesforce ui bundles using the sf cli, covering naming constraints and post-generation boilerplate replacement steps.
4.2skills.sh
segmenting-datacloud
segmenting-datacloud covers salesforce data cloud segment creation, calculated insights, and publish workflows. lacks procedural depth and edge case handling.
4.2skills.sh
analyzing-omnistudio-dependencies
analyzing-omnistudio-dependencies audits OmniStudio component interdependencies across namespaces. maps relationships between omniscripts, flexcards, and integration procedures. generates mermaid visualizations of dependency graphs for impact assessment.
skills.sh
modeling-omnistudio-epc-catalog
Salesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes,…
skills.sh
building-omnistudio-callable-apex
Salesforce Industries Common Core (OmniStudio/Vlocity) Apex callable generation and review skill with 120-point scoring. Use when creating, reviewing, or…
skills.sh
creating-b2b-commerce-store
Interactive workflow to create Commerce B2B Stores and retrieve storefront metadata. Use when users want to: create B2B Commerce stores, build Commerce…
skills.sh
preparing-datacloud
Salesforce Data Cloud Prepare phase. Use this skill when the user creates or manages Data Cloud data streams, DLOs, transforms, or Document AI configurations.…
skills.sh
harmonizing-datacloud
Salesforce Data Cloud Harmonize phase. Use this skill when the user works with DMOs, mappings, relationships, identity resolution, unified profiles, data…
skills.sh
activating-datacloud
Salesforce Data Cloud Act phase. Use this skill when the user manages activations, activation targets, data actions, or downstream delivery of Data Cloud…
skills.sh
retrieving-datacloud
Salesforce Data Cloud Retrieve phase. Use this skill when the user runs Data Cloud SQL, async queries, vector search, search-index workflows, or metadata…
skills.sh
implementing-ui-bundle-file-upload
MUST activate when the project contains a uiBundles/*/src/ directory and the task involves uploading, attaching, or dropping files. Use this skill when adding…
skills.sh
searching-media
Searches for and retrieves existing visual media (images, logos, icons, photos, graphics, banners, thumbnails, hero images, backgrounds) from sources such as…
skills.sh
observing-agentforce
Analyze production Agentforce agent behavior using session traces and Data Cloud. TRIGGER when: user queries STDM session data or Data Cloud trace records;…
skills.sh
deploying-ui-bundle
MUST activate when the project contains a uiBundles/*/src/ directory or sfdx-project.json and the task involves deploying, pushing to an org, or post-deploy…
skills.sh
generating-ui-bundle-features
MUST activate when the project contains a uiBundles/*/src/ directory and the user wants to add authentication or search to their app. Use this skill when…
skills.sh
developing-agentforce
Build, modify, debug, and deploy agents with Agentforce Agent Script. TRIGGER when: user creates, modifies, or asks about .agent files or aiAuthoringBundle…
skills.sh
generating-visual-diagrams
AI-powered image generation for Salesforce visuals via Nano Banana Pro. Use this skill when the user needs rendered PNG/SVG output such as visual ERDs (Entity…
skills.sh
generating-mermaid-diagrams
Salesforce architecture diagrams using Mermaid with ASCII fallback. Use this skill when generating text-based diagrams for Salesforce architecture, OAuth…
skills.sh
building-sf-integrations
Salesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External…
skills.sh
handling-sf-data
Salesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records…
skills.sh
generating-validation-rule
Use this skill when users need to create, modify, or validate Salesforce Validation Rules. Trigger when users mention validation rules, field validation, data…
skills.sh
generating-custom-lightning-type
Use this skill when users need to create Custom Lightning Types (CLTs) for Einstein Agent actions or structured input/output schemas. Trigger when users…
skills.sh
generating-custom-tab
Use this skill when users need to create or configure Salesforce Custom Tabs. Trigger when users mention tabs, navigation tabs, object tabs, web tabs,…
skills.sh
generating-permission-set
Generates correct, deployable Salesforce permission set metadata (PermissionSet XML) with object, field, user, and app permissions. Use this skill when…
skills.sh
running-apex-tests
Apex test execution, coverage analysis, and test-fix loops with 120-point scoring. Use when the user needs to run Apex tests, check code coverage, fix failing…
skills.sh
fetching-salesforce-docs
Official Salesforce documentation retrieval skill. Use when you need authoritative Salesforce docs from developer.salesforce.com, help.salesforce.com,…
skills.sh
deploying-metadata
Salesforce DevOps automation using sf CLI v2. TRIGGER when: user deploys metadata, creates/manages scratch orgs or sandboxes, sets up CI/CD pipelines, or…
skills.sh
generating-flow
Generate Salesforce Flows using the MCP tool execute_metadata_action. Use when the user asks to create, build, or generate a flow — including Screen,…
skills.sh
generating-lwc-components
Lightning Web Components with PICKLES methodology and 165-point scoring. Use this skill when the user creates or edits LWC components, builds wire service…
skills.sh
generating-apex
Primary Apex authoring skill for class generation, refactoring, and review. ALWAYS ACTIVATE when the user mentions Apex, .cls, triggers, or asks to…
skills.sh
generating-ui-bundle-site
generating-ui-bundle-site — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-ui-bundle-features
generating-ui-bundle-features — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
building-ui-bundle-frontend
building-ui-bundle-frontend — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-custom-application
generating-custom-application — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-list-view
generating-list-view — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-custom-tab
generating-custom-tab — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-custom-object
generating-custom-object — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-custom-field
generating-custom-field — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
using-ui-bundle-salesforce-data
using-ui-bundle-salesforce-data — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
searching-media
searching-media — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
generating-apex
generating-apex — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
switching-org
switching-org — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
implementing-ui-bundle-agentforce-conversation-client
implementing-ui-bundle-agentforce-conversation-client — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
observing-agentforce
observing-agentforce — an installable skill for AI agents, published by forcedotcom/afv-library.
skills.sh
trigger-refactor-pipeline
Refactor Salesforce triggers into handler patterns with automated test generation and deployment. Use when modernizing legacy triggers with DML/SOQL in loops…
forcedotcom (88 skills ranked by SkillRank) | implexa