Skip to main content
forcedotcom
Perfil de creador de GitHub

forcedotcom

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

skills recopiladas
314
repositorios
8
actualizado
12 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
246 skills · 7 sept 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresDesarrolladores webEspecialistas en gestión de proyectosDiseñadores de interfaces web y digitales
14 categorías ocupacionales · 84 % clasificado
78 %participación
#02
salesforcedx-vscode
37 skills · 12 sept 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresEspecialistas en gestión de proyectosDesarrolladores web
4 categorías ocupacionales · 68 % clasificado
12 %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
6,4 %participación
#04
SalesforceMobileSDK-Templates
6 skills · 1 jul 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
1,9 %participación
#05
agents
2 skills · 8 sept 2026
Analistas de garantía de calidad de software y probadores
1 categorías ocupacionales · 50 % 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

field-service-data-capture-form-deployer-configure
Desarrolladores de software

Assemble a Data Capture Flow from a JSON spec and deploy it to a connected Field Service org via the Tooling Flow sObject (JSON Metadata, no XML). Use when given a data-capture spec JSON and asked to build or deploy a DataCaptureFlow.

7 sept 2026
field-service-data-capture-form-editor-configure
Desarrolladores de software

Patch an existing Data Capture Flow that's already deployed in a connected Salesforce org. Retrieves the live Flow Metadata JSON via the Tooling API, applies the user's requested change, and PATCHes it back. Use when the user names an existing flow and asks…

7 sept 2026
field-service-data-capture-reference-configure
Desarrolladores de software

Build, edit, and deploy Salesforce Data Capture Flows (processType DataCaptureFlow) — Field Service mobile / offline forms. Use when authoring flow-meta.xml with runtime_service_fieldservice:dc* components, Repeater loops (.AllItems), master-detail child…

7 sept 2026
field-service-foundation-setup-designer-get
Desarrolladores de software

Creates Field Service foundation data — Work Types, Skills, Service Territories, and Operating Hours. Accepts existing data in any format or designs from scratch, and confirms the design with the user. Use this skill when a user wants to create, design, or…

7 sept 2026
field-service-mobile-branding-configure
Diseñadores de interfaces web y digitales

Derive a Field Service mobile app color scheme from a brand source (URL, hex codes, brand-guide paste, or color description), validate WCAG AA contrast in both light and dark mode, and apply the 14-field scheme to the org-default FieldServiceMobileSettings…

7 sept 2026
field-service-objective-designer-configure
Desarrolladores de software

Designs service objectives for a Salesforce Field Service scheduling policy via a structured trade-off interview. Guides the user through objective selection and derives weights by establishing crossover equivalences against Minimize Travel (the anchor).…

7 sept 2026
field-service-prework-brief-deployer-configure
Administradores de redes y sistemas informáticos

Deploy the deterministic half of Einstein Pre-Work Brief on Field Service Mobile to a target org — prompt template, Lightning Data Service, licenses and permission sets, the Work Order layout field, and a scheduled test Work Order. Use this skill when a user…

7 sept 2026
field-service-scheduling-policy-designer-query
Desarrolladores de software

Designs the four policy-level settings for a Salesforce Field Service scheduling policy — name, optimization mode (In-Day vs Global), commit mode, and description — and delegates to work rule design when complete. Use this skill when a user wants to design,…

7 sept 2026
Mostrando 8 de 246 skills recopiladas.
effect-best-practices
sin clasificar

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.

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

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

11 sept 2026
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.

10 sept 2026
lit-webview-architecture
sin clasificar

Design or refactor a Lit webview's package boundary, Effect service contract, host adapter, lifecycle, registration, or browser bundle. Use for VS Code webviews that separate browser-safe UI from extension-host APIs and message protocols.

9 sept 2026
lit-webview-testing
sin clasificar

Write or review browser component tests for Lit webviews and VSCode Elements. Use for Playwright component harnesses, fake Effect services, accessibility locators, shadow DOM boundaries, lifecycle tests, and deciding what belongs in component tests versus VS…

9 sept 2026
vscode-elements-webviews
sin clasificar

Integrate @vscode-elements/elements controls into Lit webviews. Use when adding or changing VSCode Elements selects, text fields, checkboxes, buttons, form association, controlled values, accessibility state, or VS Code theme styling.

9 sept 2026
command-ui
sin clasificar

Command palette, CodeLens, context menus, package.nls titles, and NotificationModeService. Use when adding a command, editing package.nls command titles, wiring success/progress, or calling vscode.commands.registerCommand / vscode.window.withProgress /…

9 sept 2026
Mostrando 8 de 37 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.
Mostrando 8 de 8 repositorios
Todos los repositorios cargados