@salesforce/afv-skills 1.35.0 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/afv-skills",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "description": "Salesforce skills for Agentforce Vibes",
5
5
  "license": "CC-BY-NC-4.0",
6
6
  "files": [
@@ -6,6 +6,8 @@ metadata:
6
6
  - tool: ["sf"]
7
7
  semver: ">=2.0.0"
8
8
  relatedSkills:
9
+ - "data360-query"
10
+ - "platform-metadata-deploy"
9
11
  - "platform-soql-query"
10
12
  version: "1.0"
11
13
  minApiVersion: "56.0"
@@ -3,6 +3,9 @@ name: experience-ui-bundle-site-generate
3
3
  description: "MUST activate when the project contains a uiBundles/*/src/ directory and the task involves creating or configuring site infrastructure. Use this skill when creating or configuring a Salesforce Digital Experience Site for hosting a UI bundle. Activate when files matching digitalExperiences/, networks/, customSite/, or DigitalExperienceBundle exist and need modification, or when the user wants to publish, host, or configure guest access for their app."
4
4
  metadata:
5
5
  version: "1.0"
6
+ cliTools:
7
+ - tool: ["sf"]
8
+ semver: ">=2.0.0"
6
9
  ---
7
10
 
8
11
  # Digital Experience Site for React UI Bundles
@@ -2,12 +2,10 @@
2
2
  name: mobile-apps-create
3
3
  description: "The entry point for building any Salesforce native mobile app on iOS or Android. TRIGGER when the user says: \"build a Salesforce iOS app\", \"add Salesforce login to my Android app\", \"set up Mobile SDK\", \"add MobileSync / SmartStore offline storage\", \"embed an Agentforce agent in my mobile app\", \"add Agentforce chat to iOS/Android\", or otherwise asks to create, extend, or integrate a Salesforce mobile experience in Swift or Kotlin (MSDK, Agentforce SDK, or both). SKIP when the user is building a non-Salesforce mobile app, using React Native / Flutter / Ionic without Salesforce integration, asking about generic mobile UI design, or working on a Salesforce-adjacent web/desktop surface (LWC, Experience Cloud, Mobile Publisher branding-only)."
4
4
  metadata:
5
+ version: "1.0"
5
6
  cliTools:
6
7
  - tool: ["npx"]
7
8
  semver: ">=9.0.0"
8
- relatedSkills:
9
- - "mobile-platform-native-capabilities-integrate"
10
- version: "1.0"
11
9
  ---
12
10
 
13
11
  # Salesforce Mobile