forcedotcom/sf-skills

Salesforce's curated collection of agent skills for building applications. Optimized for Agentforce Vibes, compatible with all AI tools.

952Stars on the repository
59Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of commerce-b2b

Integrate the official Salesforce B2B Commerce open source component library from GitHub into an existing store's site metadata. Use this skill to copy the library's components and labels so they become available in Experience Builder. TRIGGER when: the user asks to integrate or add open code components, names…

not rated 952 +6 5d ago A 159 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of commerce-b2b

Map OOTB Salesforce B2B Commerce component definitions to open source site: equivalents, or replace those definitions in site metadata content.json files. Use this skill for lookup-only and replacement workflows. TRIGGER when: the user asks for an OOTB-to-open-code mapping, names commercebuilder: definitions, requests…

not rated 952 +6 5d ago A 161 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Use this skill to diagnose and resolve what blocks a DevOps Center promotion of a work item's feature branch: Git merge conflicts and deployment failures. DevOps Center is Git-backed, so overlapping metadata changes surface as merge conflicts against the target stage branch, resolved with git (detect, resolve markers…

not rated 952 +6 5d ago A 204 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Use this skill to manage the full lifecycle of a DevOps Center pipeline — list all pipelines, get a single pipeline's details, create a new pipeline linked to a Git repository, add or remove stages, rename a stage, add or remove Salesforce environments on stages, attach or detach projects, and activate or deactivate…

not rated 952 +6 5d ago A 159 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Analyzes DevOps Center test failures and Code Analyzer violations in plain language — failure category, offending file/class/method/line, rule violated, fix direction, and prioritized improvement suggestions (test-code vs production-code) — then optionally creates a tracked fix WorkItem on explicit request. Analysis…

not rated 952 +6 5d ago A 200 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Configures DevOps Center pipeline testing infrastructure: enables a test provider so its suites become available, re-syncs a configured provider to pull in new suites, or creates a quality gate with rules on a stage. Routes by intent across three modes after running shared prerequisite checks and an explicit…

not rated 952 +6 5d ago A 210 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Recommends and manages DevOps Center test suite assignments for pipeline stages. Mode A analyzes a commit diff against assigned suite metadata to recommend relevant existing suites and flag coverage gaps (pure reasoning). Modes B-D assign a single suite, bulk-map multiple suites with a mandatory impact preview, or…

not rated 952 +6 5d ago A 223 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Runs DevOps Center test suites on a pipeline stage (Pre-Promote, Post-Promote, or Review event) end to end: triggers async execution via the Connect API after an explicit confirmation gate, then polls by runId at provider-specific intervals until it completes, fails, or times out, and hands results to failure…

not rated 952 +6 5d ago A 214 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-devops

Use this skill to manage the full lifecycle of DevOps Center work items — list, create, update, commit changes, perform status transitions, and create pull requests. Update fields like subject, description, and status. Commit and push code changes to work item branches. Create pull requests for work item branches via…

not rated 952 +6 5d ago A 143 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-isv-partner

ISV App Analytics metadata types — AppAnalyticsQueryRequest and AppAnalyticsSettings. Use this skill when the user asks about retrieving managed package usage data, configuring App Analytics simulation mode, querying subscriber snapshots, or understanding the AppAnalyticsQueryRequest lifecycle (New → Pending →…

not rated 952 +6 5d ago A 145 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-isv-partner

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…

not rated 952 +6 5d ago A 162 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Generate the JSON config file that the Salesforce sandbox post-copy automation tool consumes, from a customer SOP in any format (PDF, xlsx, csv, JSON, docx, Markdown, plain text, or a screenshot of an endpoint table). Use when the user asks to create, build, generate, produce, or convert a post-copy or post-refresh…

not rated 952 +6 5d ago A 221 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Apply a Salesforce sandbox post-copy automation JSON config against a target org. For each entry, the skill derives the correct Tooling API sobject from the entry's ConfigurationName, verifies the derivation via a describe probe, resolves the record Id via SOQL-over-REST, then PATCHes the record via the compound…

not rated 952 +6 5d ago A 188 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Enable Dev Hub on a Salesforce org and view its scratch org allocation, using the Salesforce CLI (sf). Use when someone wants to turn on or enable Dev Hub, set up an org to create scratch orgs or second-generation (2GP) and unlocked packages, check whether Dev Hub is already enabled, see how many scratch orgs they can…

not rated 952 +6 5d ago A 194 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

ALWAYS USE THIS SKILL to assign permission sets to org users. Assign one or more permission sets to org users using the sf org assign permset command. TRIGGER when the user asks to assign, grant, give, add, or apply permission sets to users, admins, specific orgs, or specific users. Supports granting permissions…

not rated 952 +6 5d ago A 109 tokens original Apache-2.0

dx-org-switch

16

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

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…

not rated 952 +6 5d ago A 77 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Check when Salesforce orgs expire (or already expired) and what to do about it, for one org, the default org, or across all authenticated orgs, using the Salesforce CLI (sf). Use when the user asks about org or trial expiration, "when does my trial expire", "is my trial org still active", "how many days are left"…

not rated 952 +6 5d ago A 223 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Use this skill to automate managed package post-install configuration. Package-agnostic — works with any managed package (LMA, FMA, work.com, Certinia, etc.). TRIGGER when: user installs a managed package and needs post-install configuration, mentions LMA/FMA/work.com post-install setup, asks to configure permission…

not rated 952 +6 5d ago A 150 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

MUST USE this skill for ANY sandbox request — including simply getting a sandbox's details, status, license type, or pending-activation state by name or ID. TRIGGER when the user: types "sandbox -help"/"sandbox help"; mentions a sandbox ID (07E prefix); asks to list or show sandboxes; asks for the details, status…

not rated 952 +6 5d ago A 130 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of dx-org-lifecycle

Use this skill to create a Salesforce trial, developer, or Trialforce org against an already-authenticated host org, the same way a developer/Trialforce web signup form provisions one. INVOKE when the user asks to: create a trial org, sign up a new trial or developer org, provision a Trialforce org from a template, or…

not rated 952 +6 5d ago A 163 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of experience-cms

Extracts, retrieves, and applies CMS brand guidelines (voice, tone, style, colors, typography) to generated content. Use this skill ANY TIME a user request involves branding, brand voice, brand tone, brand guidelines, brand identity, brand styling, or applying a brand to content. Triggers for requests like "apply my…

not rated 952 +6 5d ago A 160 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of experience-cms

Creates, edits, and publishes Salesforce CMS content of any kind — any domain, any topic. Single and bulk: create many in parallel, edit one or many, publish all or a subset. Use this skill ANY TIME a user asks to create, generate, write, draft, author, or add content, OR to update, edit, or revise a content record…

not rated 952 +6 5d ago C 241 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of experience-cms

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…

not rated 952 +6 5d ago A 210 tokens original Apache-2.0

forcedotcom/sf-skills

Skill Claude CodeCodex

Part of experience-cms

Searches for and downloads ethically-licensed stock images via the media-management MCP server. Use this skill whenever a user wants an image, photo, or picture — for BOTH requests to find existing imagery ("find a stock image", "search for a photo of X", "get a royalty-free image", "find an ethical image"…

not rated 952 +6 5d ago A 200 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: