Skip to main content
forcedotcom
Perfil de creador de GitHub

forcedotcom

Vista por repositorio de 341 skills recopiladas en 8 repositorios de GitHub.

skills recopiladas
341
repositorios
8
actualizado
23 sept 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
sf-skills
268 skills · 18 sept 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosDesarrolladores webDiseñadores gráficos
14 categorías ocupacionales · 83 % clasificado
79 %participación
#02
salesforcedx-vscode
38 skills · 19 sept 2026
Desarrolladores de softwareEspecialistas en gestión de proyectosAnalistas de garantía de calidad de software y probadoresDesarrolladores web
4 categorías ocupacionales · 74 % clasificado
11 %participación
#03
apex-language-support
20 skills · 20 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectos
3 categorías ocupacionales · 100 % clasificado
5,9 %participación
#04
SalesforceMobileSDK-Templates
10 skills · 23 sept 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 50 % clasificado
2,9 %participación
#05
agents
2 skills · 8 sept 2026
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 100 % clasificado
0,6 %participación
#06
SalesforceMobileSDK-iOS
1 skills · 9 jun 2026
Analistas de garantía de calidad de software y probadores
1 categorías ocupacionales · 100 % clasificado
0,3 %participación
#07
SalesforceMobileSDK-Android
1 skills · 28 may 2026
Analistas de garantía de calidad de software y probadores
1 categorías ocupacionales · 100 % clasificado
0,3 %participación
#08
apex-tmLanguage
1 skills · 25 mar 2026
Desarrolladores de software
1 categorías ocupacionales · 100 % clasificado
0,3 %participación
explorador de repositorios

Repositorios y skills representativas

agentforce-generate
sin clasificar

Build, modify, audit, repair, optimize, debug, and deploy agents with Agentforce Agent Script. TRIGGER when: user creates, reviews, or changes .agent files or aiAuthoringBundle metadata; asks to fix AgentScript, audit an existing agent, run an AgentScript…

18 sept 2026
agentforce-observe
sin clasificar

Analyze production Agentforce agent behavior using session traces and Data Cloud, and manage Agent Health Monitoring (AHM) alerts. TRIGGER when: user queries STDM session data or Data Cloud trace records; investigates production agent failures, regressions,…

18 sept 2026
automation-sandbox-post-copy-config-generate
sin clasificar

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,…

18 sept 2026
automation-sandbox-post-copy-configure
sin clasificar

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…

18 sept 2026
consumer-goods-accruals-datakit-deploy
sin clasificar

Use this skill to deploy the TPM Liability Accruals data kit end to end to a Salesforce org. Invoke when a customer or teammate wants to install the accrual engine, verify the Data Cloud connection, deploy the Data Kit components, and schedule the export and…

18 sept 2026
consumer-goods-sync-management-configure
sin clasificar

Use this skill to set up Salesforce Consumer Goods (CG) Cloud Mobile Sync end-to-end for the Sync Management App managed package — it runs all three acts in order (Act 1 Setup Sync, Act 2 Assign Users, Act 3 Plan & Verify), not just installing the baseline,…

18 sept 2026
dx-org-analyze
sin clasificar

Compare two Salesforce orgs side-by-side and produce a comparison report with drift score, or analyze a single org to produce an inventory covering metadata components, org permissions, system permissions, profiles, installed packages, licenses, and org…

18 sept 2026
dx-org-manage
sin clasificar

Use to EXECUTE Salesforce org operations immediately via the sf CLI (this skill runs them, it does NOT generate scripts): create scratch orgs (from edition, definition file, snapshot, or org shape), list/display/resume/delete scratch orgs, open orgs in…

18 sept 2026
Mostrando 8 de 268 skills recopiladas.
drivable-vscode
sin clasificar

Operate a real VS Code instance through drivable-vscode. Use for drivable VS Code, exploratory testing, customer bug reproduction, feature verification, screenshots, videos, or other evidence from VS Code.

19 sept 2026
services-extension-consumption
sin clasificar

Consume the salesforcedx-vscode-services extension API. Use when an extension depends on salesforcedx-vscode-services and you are registering commands, calling its services (Workspace, Connection, Project, Settings, FS, Channel, Media, prompts), watching…

19 sept 2026
release
sin clasificar

Run the VS Code extension release workflow end-to-end. Use when publishing a release, running prerelease, verifying the release branch, polishing changelog for release, or installing release vsixes for verification.

18 sept 2026
effect-best-practices
sin clasificar

Enforces Effect-TS patterns for services, errors, layers, atoms, and Effect.pipe composition. Use when writing Effect.Service, Schema.TaggedError, Layer, effect-atom, Effect.fn/`.pipe`, or `yield*` pipelines.

18 sept 2026
changelog
sin clasificar

Polish the automated CHANGELOG on develop before the next stable build. Removes GUS refs, categorizes under-the-cover changes, improves customer-facing descriptions. Use when preparing/reviewing the changelog after a weekly prerelease promotion, or when user…

18 sept 2026
playwright-e2e
sin clasificar

writing, running, and debugging Playwright tests; creating and recreating scratch orgs (Dreamhouse, minimal, non-tracking); working with their output from github actions

18 sept 2026
external-consumers
sin clasificar

Known external consumers of APIs from this monorepo's extensions. Use when changing public API surfaces (activate return types, exported types, services sub-objects), evaluating breaking changes, removing exports, or checking if anything uses a given API…

17 sept 2026
ts4023-effect-errors
sin clasificar

Fix TS4023 when an exported Effect's error channel names a TaggedError from another module. Use when tsc reports "has or is using name 'X' from external module but cannot be named".

17 sept 2026
Mostrando 8 de 38 skills recopiladas.
apex-stubs-generator
Desarrolladores de software

Everything about generating, maintaining, and troubleshooting the Apex standard library stubs in StandardApexLibrary. Use when regenerating stubs, debugging casing failures on Linux CI, working on the API generator pipeline, or syncing stubs to jorje.

20 ago 2026
apex-language
Desarrolladores de software

Understand Apex language rules, ANTLR grammar structure, and how to implement parser listeners for language server features. Use when working on Apex parser implementation, creating validators, implementing listeners, or referencing parser grammar rules.

5 ago 2026
language-server-architecture
Desarrolladores de software

Apex Language Server data architecture — type sources, worker topology, and data ownership. Use when working on type resolution, worker communication, resource loading, hover, definition, diagnostics, or any code in apex-ls/src/server/ or…

5 ago 2026
work-item-sequencing
Especialistas en gestión de proyectos

Numbering convention for ordering GUS work items within an epic. Numeric prefixes in Subject__c express sequencing (do X before Y) and parallelism. Use when planning an epic, when the user states a dependency between work items, or when asked what's…

25 jun 2026
effect-best-practices
Desarrolladores de software

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

23 jun 2026
feature-branch
Desarrolladores de software

Create feature branches for all work. Use when creating branches, checking out, or pushing. Prevents accidental push to main.

23 jun 2026
gus-cli
Desarrolladores de software

Interact with the Gus Salesforce org via CLI (sf). Query, create, update work items; query team epics. Use when user mentions Gus, work items, epics, or GUS/Git2Gus workflows.

23 jun 2026
packagejson
Desarrolladores de software

Guidelines for package.json files in packages

23 jun 2026
Mostrando 8 de 20 skills recopiladas.
android-mobile-sdk
sin clasificar

Add Salesforce Mobile SDK capabilities to Android Kotlin applications. Covers creating new apps with the SDK pre-integrated, or adding base SDK, SmartStore (encrypted database), MobileSync (cloud sync), and biometric authentication to existing applications.

23 sept 2026
android-upgrade-mobile-sdk-13-to-14
sin clasificar

Upgrades an existing Android Kotlin app from Salesforce Mobile SDK 13.x to 14.0. Use when the user asks to upgrade the Mobile SDK version, or when you detect SDK 13.x version strings in build.gradle.kts or libs.versions.toml. Covers: AGP 8→9 migration (plugin…

23 sept 2026
ios-mobile-sdk
Desarrolladores de software

Integrate Salesforce Mobile SDK into iOS Swift apps. Covers creating a new app, adding SDK auth, SmartStore (encrypted local DB), MobileSync (cloud sync), and biometric auth (Face ID / Touch ID). Use when an iOS Swift project needs Salesforce login, encrypted…

23 sept 2026
ios-upgrade-mobile-sdk-13-to-14
sin clasificar

Upgrades an existing iOS app from Salesforce Mobile SDK 13.x to 14.0. Use when the user asks to upgrade the Mobile SDK version, or when you detect SDK 13.x version strings in a Podfile, project.pbxproj (SPM pin), or project.yml. Covers: iOS deployment target…

23 sept 2026
android-upgrade-mobile-sdk-12-to-13
sin clasificar

Upgrades an existing Android app from Salesforce Mobile SDK 12.x to 13.2.1. Use when the user asks to upgrade the Mobile SDK version, or when you detect SDK 12.x version strings in build.gradle.kts, libs.versions.toml, or build.gradle files. Covers: minSdk…

23 sept 2026
ios-upgrade-mobile-sdk-12-to-13
sin clasificar

Upgrades an existing iOS app from Salesforce Mobile SDK 12.x to 13.2.1. Use when the user asks to upgrade the Mobile SDK version, or when you detect SDK 12.x version strings in a Podfile, Package.swift, or Package.resolved. Covers: iOS deployment target bump…

23 sept 2026
test-sdk-consumer-skills
Analistas de garantía de calidad de software y probadores

End-to-end test harness for the consolidated SDK consumer skills. Creates 10 apps (5 iOS, 5 Android) in parallel, one per scenario within the ios-mobile-sdk and android-mobile-sdk skills, builds each, and reports results.

14 may 2026
remove-template
Desarrolladores de software

Remove a template from the Templates repository

13 may 2026
Mostrando 8 de 10 skills recopiladas.
Mostrando 8 de 8 repositorios
Todos los repositorios cargados