Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
forcedotcom
GitHub 제작자 프로필

forcedotcom

8개 GitHub 저장소에서 수집된 162개 skills를 저장소 단위로 보여줍니다.

수집된 skills
162
저장소
8
업데이트
2026-07-26
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
sf-skills
skills 102개 · 2026-07-24
소프트웨어 개발자웹 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자시장조사 분석가·마케팅 전문가웹·디지털 인터페이스 디자이너
직업 카테고리 6개 · 100% 분류됨
63%비중
#02
salesforcedx-vscode
skills 29개 · 2026-07-26
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터일반 사무원
직업 카테고리 4개 · 100% 분류됨
18%비중
#03
apex-language-support
skills 20개 · 2026-07-07
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가
직업 카테고리 3개 · 100% 분류됨
12%비중
#04
SalesforceMobileSDK-Templates
skills 6개 · 2026-07-01
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
3.7%비중
#05
agents
skills 2개 · 2026-07-15
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
1.2%비중
#06
SalesforceMobileSDK-iOS
skills 1개 · 2026-06-09
소프트웨어 품질 보증 분석가·테스터
직업 카테고리 1개 · 100% 분류됨
0.6%비중
#07
SalesforceMobileSDK-Android
skills 1개 · 2026-05-28
소프트웨어 품질 보증 분석가·테스터
직업 카테고리 1개 · 100% 분류됨
0.6%비중
#08
apex-tmLanguage
skills 1개 · 2026-03-25
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
0.6%비중
저장소 탐색

저장소와 대표 skills

agentforce-bot-upgrade
소프트웨어 개발자

Use this skill to Upgrade Einstein Bots into Agentforce agents end-to-end in a single pass, orchestrating per-bot Agent Spec generation, planner reconciliation across bots, agentforce-generate authoring, and post-conversion .agent enhancements. TRIGGER when: user asks to migrate, upgrade, or convert one or more Einstein Bots to Agentforce; runs a multi-bot bot-to-agent upgrade; needs Einstein Bot metadata turned into Agent Spec handoffs and generated .agent agents; convert bots to agents; upgrade my service bots; move bots to Agentforce. DO NOT TRIGGER when: user already has an approved Agent Spec and only wants direct .agent authoring, deploy, test, or observe flows; the request is unrelated to Einstein Bot migration.

2026-07-24
dx-devops-work-item-manage
소프트웨어 개발자

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 DevOps Center API. Invoke when the user wants to track, find, create, or update a work item, commit changes to a work item branch, advance a work item's status through the pipeline, or create a pull request for code review. Consolidates sf devops work-item and review operations. DO NOT TRIGGER for promotion or deployment operations, or conflict detection.

2026-07-24
dx-org-manage
소프트웨어 개발자

INVOKE this skill to execute Salesforce org operations: create scratch orgs, create org snapshots, open orgs in browser. This skill EXECUTES operations immediately - it does NOT generate scripts or code files. ALWAYS invoke this skill (do not execute SF CLI commands directly) when user requests to: create a scratch org (Developer/Enterprise edition, from definition file (.json), from snapshot, or from org shape), create an org snapshot, or open a Salesforce org. Trigger phrases include: 'create a snapshot', 'create snapshot of my scratch org', 'take a snapshot', 'create scratch org', 'create a Developer edition scratch org', 'new scratch org', 'spin up an org', 'create org from snapshot', 'scratch-def.json', 'project-scratch-def.json', 'open my Salesforce org', 'open org in browser', 'get me the URL'. Do NOT use for switching default org (use dx-org-switch) or deploying metadata (use platform-metadata-deploy).

2026-07-24
dx-org-trial-expiration-check
소프트웨어 개발자

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", "which orgs are expiring soon", wants to filter orgs expiring within N days, needs machine-readable (JSON/CSV) output for cron or alerting, wants to back up an at-risk org before it lapses, or asks how to extend or renew an expiring trial or Developer Edition org. Covers trial editions, Developer Edition orgs (anything with a TrialExpirationDate), and scratch orgs (via sf org list). DO NOT TRIGGER for sandbox refresh timing, for creating, deleting, or switching the active org, or for non-Salesforce trials such as AWS, Netflix, or other vendors — this skill reads expiration and prints guidance, it does not modify orgs.

2026-07-24
experience-ui-bundle-app-coordinate
웹 개발자

MUST activate when the user wants to build, create, or generate a React application, React app, web application, single-page application (SPA), or frontend application — even if no project files exist yet. MUST also activate when the project contains a uiBundles/*/src/ directory or sfdx-project.json and the prompt says create, build, construct, or generate a new app, site, or page from scratch — even if the prompt also describes visual styling. MUST also activate when the task spans more than one ui-bundle skill. Use this skill when building a complete app end-to-end. Do NOT use for Lightning Experience apps with custom objects (use platform-lightning-app-coordinate). Do NOT use for single-concern edits to an existing page (use experience-ui-bundle-frontend-generate).

2026-07-24
experience-ui-bundle-custom-app-generate
웹 개발자

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 matching applications/*.app-meta.xml exist and need modification, or when the user wants to expose their app via the Lightning App Launcher without a Digital Experience Site. Do NOT use platform-custom-application-generate for this — UI bundle apps do not use tabs, action overrides, or flexipages.

2026-07-24
experience-ui-bundle-features-generate
웹 개발자

MUST activate when the project contains a uiBundles/*/src/ directory and the user wants to add a pre-built feature — such as authentication (login, logout, protected routes, session management) or search (global search across pages and content) — instead of building it from scratch. Always run list first to see the current feature catalog, since it can include more than authentication and search. Always use this skill for installing pre-built features rather than hand-building them. DO NOT TRIGGER for Agentforce conversational client or file-upload features — use experience-ui-bundle-agentforce-client-generate and experience-ui-bundle-file-upload-generate respectively.

2026-07-24
experience-ui-bundle-frontend-generate
웹 개발자

MUST activate before editing ANY file under uiBundles/*/src/ for visual or UI changes to an EXISTING app — pages, components, sections, layout, styling, colors, fonts, navigation, animations, or any look-and-feel change. Use this skill when modifying pages, components, layout, styling, or navigation in an existing UI bundle app. Activate when the project contains appLayout.tsx, routes.tsx, src/pages/, src/components/, or src/styles/global.css. This skill contains critical project-specific conventions (appLayout.tsx shell, shadcn/ui components, Tailwind CSS, Salesforce base-path routing, module restrictions) that override general knowledge. Without this skill, generated code will use wrong imports, break routing, or ignore project structure. Do NOT use when creating a new app from scratch (use experience-ui-bundle-app-coordinate instead).

2026-07-24
이 저장소에서 수집된 skills 102개 중 상위 8개를 표시합니다.
effect-best-practices
소프트웨어 개발자

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.

2026-07-26
gus-cli
소프트웨어 개발자

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.

2026-07-26
playwright-e2e
소프트웨어 품질 보증 분석가·테스터

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

2026-07-26
services-extension-consumption
소프트웨어 개발자

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 files/config/target-org, or wiring the AllServicesLayer/runtime in extensionProvider.ts.

2026-07-26
core-extension-api
소프트웨어 개발자

Public API exported by salesforcedx-vscode-core activate(). Use when modifying SalesforceVSCodeCoreApi, the api object in activate(), exports from core index.ts, services sub-object, or evaluating whether a change to core is breaking. Also use when someone asks "does anything use X" for a core export.

2026-07-21
external-consumers
소프트웨어 개발자

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 member.

2026-07-21
dependabot-alerts
소프트웨어 개발자

Triage GitHub Dependabot security alerts into one-point GUS work items that bump the outermost consumer. User-invoked only.

2026-07-21
release
소프트웨어 개발자

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.

2026-07-21
이 저장소에서 수집된 skills 29개 중 상위 8개를 표시합니다.
language-server-architecture
소프트웨어 개발자

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 apex-parser-ast/src/symbols/.

2026-07-07
work-item-sequencing
프로젝트 관리 전문가

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 unblocked/ready in an epic.

2026-06-25
effect-best-practices
소프트웨어 개발자

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.

2026-06-23
feature-branch
소프트웨어 개발자

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

2026-06-23
gus-cli
소프트웨어 개발자

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.

2026-06-23
packagejson
소프트웨어 개발자

Guidelines for package.json files in packages

2026-06-23
playwright-e2e
소프트웨어 품질 보증 분석가·테스터

writing, running, and debugging Playwright tests. working with their output from github actions

2026-06-23
pr-draft
소프트웨어 개발자

Draft PRs with trailing " - W-XXXXXXXX" in titles, conventional commit-style before it, GUS refs in body. Use when drafting PRs, PR titles, PR descriptions, opening PRs, or Git2Gus workflows.

2026-06-23
이 저장소에서 수집된 skills 20개 중 상위 8개를 표시합니다.
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다