45 published skills

Domain Specific Agent Skills

Specialized skills for narrow industries, expert workflows, and vertical use cases.

306
Skills
14
Categories
13
Repos
8
Agents

Validating Slds

forcedotcom/sf-skills

Domain Specific

Audit Lightning Web Components for SLDS compliance and produce a scored quality report. Runs the SLDS linter, analyzes CSS for theming hook usage and pairing, checks HTML for accessibility attributes, and scores findings across categories into an overall grade. Use when asked to "score my component", "SLDS scorecard",

CodexClaude
reviewdata
608 starsSource linked

Using Salesforce Archive

forcedotcom/sf-skills

Domain Specific

ALWAYS USE THIS SKILL for anything involving Salesforce Archive (also called Trusted Services Archive) — search, view, unarchive, analyze, mask, and erase (RTBF) archived records via the Archive Connect API, and reading archive job status from the ArchiveActivity object. TRIGGER when: user mentions Salesforce Archive,

CodexClaude
data
608 starsSource linked

Segmenting Datacloud

forcedotcom/sf-skills

Domain Specific

Salesforce Data Cloud Segment phase. Use this skill when the user creates or publishes segments, manages calculated insights, or troubleshoots audience SQL in Data Cloud. TRIGGER when: user creates or publishes segments, manages calculated insights, inspects segment counts or membership, or troubleshoots audience SQL i

CodexClaude
data
608 starsSource linked

Syncing Test Providers

forcedotcom/sf-skills

Domain Specific

Re-syncs a configured DevOps Center test provider on a pipeline to pick up new test suites, via the Connect API sync endpoint, after explicit user confirmation. Takes a pipelineId and one or more testProviderIds and triggers an asynchronous re-sync so newly added suites become available for assignment. Use this skill w

CodexClaude
datadevops
608 starsSource linked

Generating UI Bundle Custom App

forcedotcom/sf-skills

Domain Specific

MUST activate when the project contains a uiBundles/*/src/ directory and the task involves creating or configuring a Custom Application for hosting a UI bundle in Lightning Experience. Use this skill when creating a CustomApplication metadata record to surface the UI bundle in the App Launcher. Activate when files matc

CodexClaude
reactdata
608 starsSource linked

Using Mobile Native Capabilities

forcedotcom/sf-skills

Domain Specific

Build a Salesforce LWC that uses native mobile device capabilities — barcode scanner, biometrics, location, NFC, calendar, contacts, document scanner, geofencing, AR space capture, app review, and payments. Use this skill when the user asks for an LWC that scans a barcode, captures a photo of a document, reads location

CodexClaude
typescriptreviewdocuments
608 starsSource linked

Investigating Agentforce D360

forcedotcom/sf-skills

Domain Specific

Data Cloud 360° view of a single Agentforce session. TRIGGER when user asks to trace, inspect, summarize, or describe a specific Agentforce session by session id (Agent Session UUID `019d…` or MessagingSession id `0Mw…`). Also triggers on session discovery — find/list/search sessions by time, agent, channel, outcome, o

CodexClaude
pythondata
608 starsSource linked

Orchestrating Datacloud

forcedotcom/sf-skills

Domain Specific

Salesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troublesho

CodexClaude
designautomationdata
608 starsSource linked

Polling Test Results

forcedotcom/sf-skills

Domain Specific

Polls a DevOps Center async test execution by runId until it completes, fails, or times out — using read-only SOQL on the execution record at provider-specific intervals (Apex 15s/5m, Code Analyzer 10s/3m, Provar UI 60s/20m, Flow 20s/8m) — then surfaces results. Use this skill when a test suite run is in progress and t

CodexClaude
datadevops
608 starsSource linked

Querying SOQL

forcedotcom/sf-skills

Domain Specific

SOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user

CodexClaude
designfrontendsecurityautomation
608 starsSource linked

Running Code Analyzer

forcedotcom/sf-skills

Domain Specific

Run Salesforce Code Analyzer to scan code for security, performance, best practice, and code style violations. Supports all engines (PMD, ESLint, CPD, RetireJS, Flow, SFGE, ApexGuru), targets (files, folders, git diff), categories, and severities. Also handles post-scan exploration: filtering results by engine/severity

CodexClaude
typescriptpythondesignsecurity
608 starsSource linked

Running Devops Test Suite

forcedotcom/sf-skills

Domain Specific

Triggers async execution of one or more DevOps Center test suites on a pipeline stage (Pre-Promote, Post-Promote, or Review event) via the Connect API, after an explicit user confirmation gate, then hands off to result polling via the `polling-test-results` skill. Also re-runs (retriggers) a quality gate after fixes —

CodexClaude
testingreviewdatadevops
608 starsSource linked

Uplifting Components To Slds2

forcedotcom/sf-skills

Domain Specific

Migrate Lightning Web Components from SLDS 1 to SLDS 2 by running the SLDS linter and fixing violations. Use this skill whenever users mention SLDS 2, SLDS uplift, linter violations, LWC token migration, class overrides, hardcoded CSS values that need SLDS hook replacement, or styling hook selection. Covers all styling

CodexClaude
designreview
608 starsSource linked

Using UI Bundle Salesforce Data

forcedotcom/sf-skills

Domain Specific

MUST activate when the project contains a uiBundles/*/src/ directory and the task involves ANY Salesforce record operation — reading, creating, updating, or deleting. Use this skill when building forms that submit to Salesforce, pages that display Salesforce records, or any code that touches Salesforce objects or custo

Cursor
typescriptreactsecurityautomation
608 starsSource linked

Generating UI Bundle Site

forcedotcom/sf-skills

Domain Specific

MUST activate when the project contains a uiBundles/*/src/ directory and the task involves creating or configuring site infrastructure. Use this skill when creating or configuring a Salesforce Digital Experience Site for hosting a UI bundle. Activate when files matching digitalExperiences/, networks/, customSite/, or D

CodexClaude
reactdata
608 starsSource linked

Handling Sf Data

forcedotcom/sf-skills

Domain Specific

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 using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Ape

CodexClaude
testingreviewautomationdata
608 starsSource linked

Investigating Agentforce Architecture

forcedotcom/sf-skills

Domain Specific

Declared architecture snapshot for one Agentforce agent: planner, topics, actions, flows, Apex, prompt templates, and NGA plugins. Renders a human-readable architecture document and Mermaid invocation graph from design-time metadata (not runtime audit rows). TRIGGER when user asks to describe, diagram, inventory, audit

Claude CodeClaude
pythonreactdata
608 starsSource linked

Testing Agentforce

forcedotcom/sf-skills

Domain Specific

Write, run, and analyze structured test suites for Agentforce agents. TRIGGER when: user writes or modifies test spec YAML (AiEvaluationDefinition); runs sf agent test create, run, run-eval, or results commands; asks about test coverage strategy, metric selection, or custom evaluations; interprets test results or diagn

CodexClaude
pythontestingreviewdata
608 starsSource linked

Generating Validation Rule

forcedotcom/sf-skills

Domain Specific

Use this skill when users need to create, modify, or validate Salesforce Validation Rules. Trigger when users mention validation rules, field validation, data quality rules, formula validation, error messages, or validation logic. Also use when users encounter validation errors, need to update formulas, or want to enfo

CodexClaude
data
608 starsSource linked

Implementing UI Bundle File Upload

forcedotcom/sf-skills

Domain Specific

MUST activate when the project contains a uiBundles/*/src/ directory and the task involves uploading, attaching, or dropping files. Use this skill when adding file upload functionality to a UI bundle app. Provides progress tracking and Salesforce ContentVersion integration. This feature provides programmatic APIs ONLY

CodexClaude
typescriptreactfrontenddata
608 starsSource linked

Generating UI Bundle Metadata

forcedotcom/sf-skills

Domain Specific

MUST activate when the project contains a uiBundles/*/src/ directory and scaffolding a new UI bundle or app, or when editing ui-bundle.json, .uibundle-meta.xml, or CSP trusted site files. Use this skill when scaffolding with sf template generate ui-bundle, configuring ui-bundle.json (routing, headers, outputDir), or re

CodexClaude
reactsecurity
608 starsSource linked

Getting Datacloud Schema

forcedotcom/sf-skills

Domain Specific

Retrieve Data Lake Object (DLO) and Data Model Object (DMO) schema information from Salesforce Data Cloud using REST APIs. Use this skill when you need to inspect DLO or DMO field definitions, data types, or metadata. Takes org alias and optional DLO/DMO name as parameters.

CodexClaude
pythondata
608 starsSource linked

Implementing UI Bundle Agentforce Conversation Client

forcedotcom/sf-skills

Domain Specific

Use this skill when the user asks to add, embed, integrate, configure, style, or remove an agent, chatbot, chat widget, conversation client, or AI assistant in a UI Bundle project. TRIGGER when: project contains a uiBundles/*/src/ directory and the task involves adding or modifying a chat widget, chatbot, or conversati

CodexClaude
react
608 starsSource linked

Generating UI Bundle Features

forcedotcom/sf-skills

Domain Specific

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 adding authentication or search to a UI bundle app. Only covers two features: authentication (login, logout, protected routes, session management) and search (global

CodexClaude
608 starsSource linked

Generating Visual Diagrams

forcedotcom/sf-skills

Domain Specific

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 Relationship Diagrams), UI mockups, wireframes, or architecture illustrations. TRIGGER when: user asks for PNG/SVG output, UI mockups, wireframes, visual ERDs, o

Gemini
pythondesignreview
608 starsSource linked

Harmonizing Datacloud

forcedotcom/sf-skills

Domain Specific

Salesforce Data Cloud Harmonize phase. Use this skill when the user works with DMOs, mappings, relationships, identity resolution, unified profiles, data graphs, or universal IDs. TRIGGER when: user works with DMOs, mappings, relationships, identity resolution, unified profiles, data graphs, or universal IDs. DO NOT TR

CodexClaude
reviewdata
608 starsSource linked

Platform Agentexchange Partner Offers Enable

forcedotcom/sf-skills

Domain Specific

Enable or disable the org preference that controls whether a Salesforce org can receive partner offers from the Transactable Marketplace. Use this skill when the user wants to turn partner offer reception on or off for an org. TRIGGER when: user asks to enable or disable partner offers, configure TransactableMarketplac

CodexClaude
data
608 starsSource linked

Integrating B2b Commerce Open Code Components

forcedotcom/sf-skills

Domain Specific

Integrate Salesforce B2B Commerce open source components from GitHub into B2B Commerce stores. Use when users mention "integrate open code components", "open source B2B commerce", "add open code components", "forcedotcom/b2b-commerce-open-source-components", or want to add open source commerce components to their store

CodexClaude
testinggithub
608 starsSource linked

Managing Managed Event Subscription

forcedotcom/sf-skills

Domain Specific

Create, read, update, and delete ManagedEventSubscription metadata in Salesforce. Use this skill for any work involving managed event subscriptions, platform event subscriptions, event channel subscribers, or .managedEventSubscription-meta.xml files. TRIGGER when: user asks to subscribe to a platform event, create a ma

CodexClaude
automationdata
608 starsSource linked

Modeling Omnistudio Epc Catalog

forcedotcom/sf-skills

Domain Specific

Salesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 E

Cursor
designreviewdata
608 starsSource linked

Switching Org

forcedotcom/sf-skills

Domain Specific

Switches the active Salesforce org (default target-org) using the Salesforce CLI. Use whenever someone wants to change which org CLI commands run against — whether they say "switch org", "change default org", "set my org to", "use alias", "point to", or describe wanting to work against a specific org, scratch org, sand

CodexClaude
608 starsSource linked

Managing Cdc Enablement

forcedotcom/sf-skills

Domain Specific

Use to enable Salesforce Change Data Capture (CDC) on a standard or custom object, configure a custom event channel, set a filter expression, or add enrichment fields. TRIGGER broadly on any of: 'enable CDC', 'enable Change Data Capture', 'turn on CDC', 'subscribe X to change events', 'only emit events for', 'filter ch

CodexClaude
data
608 starsSource linked

Managing Suite Assignments

forcedotcom/sf-skills

Domain Specific

Manages all forms of test suite assignment for DevOps Center pipeline stages via the Connect API testSuiteStages endpoint. Covers three modes: (A) attaching a single suite to a stage as a one-off add, (B) bulk-mapping multiple suites to a stage as a testing strategy with a mandatory impact-preview table before any chan

CodexClaude
testingreviewdatadevops
608 starsSource linked

Preparing Datacloud

forcedotcom/sf-skills

Domain Specific

Salesforce Data Cloud Prepare phase. Use this skill when the user creates or manages Data Cloud data streams, DLOs, transforms, or Document AI configurations. TRIGGER when: user creates or manages Data Cloud data streams, DLOs, transforms, or Document AI configurations, or asks about ingestion into Data Cloud. DO NOT T

CodexClaude
testingreviewbrowserautomation
608 starsSource linked

Retrieving Datacloud

forcedotcom/sf-skills

Domain Specific

Salesforce Data Cloud Retrieve phase. Use this skill when the user runs Data Cloud SQL, async queries, vector search, search-index workflows, or metadata introspection for Data Cloud objects. TRIGGER when: user runs Data Cloud SQL, describe, async queries, vector search, search-index workflows, or metadata introspectio

CodexClaude
designdocumentsdata
608 starsSource linked

Observing Agentforce

forcedotcom/sf-skills

Domain Specific

Analyze production Agentforce agent behavior using session traces and Data Cloud. TRIGGER when: user queries STDM session data or Data Cloud trace records; investigates production agent failures, regressions, or performance issues; asks about session traces, conversation logs, or agent metrics; wants to reproduce a rep

CodexClaude
pythontestingreviewdata
608 starsSource linked

Recommending Devops Tests

forcedotcom/sf-skills

Domain Specific

Analyzes a commit diff and available DevOps Center test suite metadata to recommend the most relevant existing test suites, then flags coverage gaps where no suite covers a new method — via pure reasoning, no system calls beyond the prerequisite queries. Use this skill when a developer wants to know which test suites t

CodexClaude
reviewdatadevops
608 starsSource linked

Running Apex Tests

forcedotcom/sf-skills

Domain Specific

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 tests, or work with *Test.cls / *_Test.cls files. TRIGGER when: user runs Apex tests, checks code coverage, fixes failing tests, or touches *Test.cls / *_Test.cl

CodexClaude
testingdata
608 starsSource linked

Reviewing Lwc Mobile Offline

forcedotcom/sf-skills

Domain Specific

Review a Lightning Web Component for **mobile offline** compatibility — the Komaci offline static analyzer that pre-primes the data graph for Salesforce Mobile App Plus and Field Service Mobile App. Produces a finding list with code-level fixes covering inline GraphQL queries in `@wire` configurations, modern `lwc:if`

CodexClaude
reviewdata
608 starsSource linked

Searching Media

forcedotcom/sf-skills

Domain Specific

Searches for and retrieves existing visual media (images, logos, icons, photos, graphics, banners, thumbnails, hero images, backgrounds) from sources such as Salesforce CMS, Data 360 or any other source. Use this skill ANY TIME a user request involves finding, searching, getting, fetching, retrieving, grab, looking up,

CodexClaude
data
608 starsSource linked

Actix Web

TerminalSkills/skills

Domain Specific

Actix Web is one of the fastest web frameworks available. It uses Rust's type system for compiletime safety, async/await for concurrency, and extractors for ergonomic request handling.

CodexClaude CodeClaude
testingdatarosapi
71 starsApache-2.0

3ds Max Rendering

TerminalSkills/skills

Domain Specific

Configure production renders with VRay and Corona. Optimize quality vs. render time for architectural visualization, product shots, and animation.

CodexClaude CodeClaude
reviewdata
71 starsApache-2.0

3ds Max Scripting

TerminalSkills/skills

Domain Specific

Automate 3ds Max workflows with MAXScript (native) and Python (3ds Max 2022+).

CodexClaude CodeClaude
python
71 starsApache-2.0

After Effects

TerminalSkills/skills

Domain Specific

Automate Adobe After Effects — the industrystandard motion graphics and compositing tool. This skill covers ExtendScript for programmatic project manipulation, CEP/UXP panel development, expressions for procedural animation, aerender CLI for headless batch rendering, MOGRT template automation, datadriven graphics, and

CodexClaude CodeClaude
automationdata
71 starsApache-2.0

Aider — AI Pair Programming in Your Terminal

TerminalSkills/skills

Domain Specific

You are an expert in Aider, the terminalbased AI coding assistant that reads your codebase, makes changes across multiple files, and creates proper git commits. You help developers use Aider for autonomous code generation, refactoring, bug fixing, and test writing — working with any LLM (Claude, GPT4, Gemini, local mod

CodexClaude CodeClaude
typescriptpythonreviewros
71 starsApache-2.0

Explore Agent Skills

Browse by agent platform, skill category, or practical SKILL.md implementation guide.

Platforms

Guides