commerce-b2b-open-code…
Integrate Salesforce B2B Commerce open source components from GitHub into B2B Commerce stores. Use when users mention \"integrate open code components\",…
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 set up Field Service
$ npx -y skills add forcedotcom/afv-library --skill field-service-foundation-setup-designer-get --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/field-service-foundation-setup-designer-getContext preview
The summary Claude sees to decide when to auto-load this skill.
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 set up Field Service
name: field-service-foundation-setup-designer-get description: "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 set up Field Service foundation data." user-invocable: false metadata: version: "1.0" domains: ["Field Service"]
**Design or refine Field Service foundation data — Work Types, Skills, Service Territories, Operating Hours, and other associated Field Service objects — through structured interviews. Starting from scratch or from existing recommendations.**
This skill runs a design conversation — it does not call Salesforce APIs directly. It collects the design through a structured conversation, whether starting from scratch or working from existing data, and confirms the final design with the user. This skill covers two design workflows in sequence (or independently):
1. **Work Types & Skills** — 6-question interview 2. **Service Territories & Operating Hours** — 3-question interview
Never expose internal skill names, SOR IDs, or tool references to the user.
1. **Structured questions with consistent intent**
2. **Brief answers must work**
3. **Smart question adaptation**
4. **Question format** (three or four parts):
**Recommendation:** [Only include when context is sufficient. Lead with the best-fit option given what's known, then briefly note alternatives with the condition under which they'd apply instead — not a flat menu of equal choices, but a ranked steer. Omit entirely when confidence is low.] **Question:** [The actual question — or a lighter "does this fit?" when a Recommendation is present] **Why I'm asking:** [1-2 sentences: why this matters] **Impact:** [1-2 sentences: how their answer affects the design]
If no source has been provided, creatively ask the user whether they have a website or document that describes their business or Field Service operation — framing it as something that would help build a more accurate and tailored starting recommendation rather than a generic one.
If the user provides a URL, fetch it. Extract Field Service-relevant signals: industry, service types, geographic coverage, team and skill structure. Use these to generate an initial recommendation covering Work Types, Skills, Service Territories, and Operating Hours — which feeds into the refinement interview rather than starting from nothing.
1. **Accept input**: Takes existing data in any format (JSON, CSV, free-form text), or starts fresh if nothing is provided. 2. **Interview**: Cover these topics — service line granularity, equipment size/type variations, brand/model specificity, service tiers and site types, parts tracking, duration accuracy. 3. **Output**: Designed Work Types and Skills as JSON + change log.
1. **Accept input**: Same as Phase 1. 2. **Interview**: Cover these topics — territory structure (geographic/functional/hybrid), geographic boundaries (if applicable), functional team geographic constraints (if applicable). 3. **Output**: Designed Service Territories and Operating Hours as JSON + change log.
This repository provides a curated collection of Salesforce agent skills for building applications.
Repo: forcedotcom/afv-library
Integrate Salesforce B2B Commerce open source components from GitHub into B2B Commerce stores. Use when users mention \"integrate open code components\",…
Replace OOTB (out-of-the-box) B2B Commerce components with open source equivalents in site metadata content.json files, or look up the equivalent open code…
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.…
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…
Analyzes DevOps Center test failures and Code Analyzer violations in plain language — failure category, offending file/class/method/line, rule violated, fix…
Configures DevOps Center pipeline testing infrastructure: enables a test provider so its suites become available, re-syncs a configured provider to pull in new…