npx skills add ...
npx skills add jaganpro/sf-skills --skill sf-datacloud-retrieve
Salesforce Data Cloud Retrieve phase. TRIGGER when: user runs Data Cloud SQL, describe, async queries, vector search, search-index workflows, or metadata introspection for Data Cloud objects. DO NOT TRIGGER when: the task is standard CRM SOQL (use sf-soql), segment creation or calculated insight design (use sf-datacloud-segment), or STDM/session tracing/parquet analysis (use sf-ai-agentforce-observability).
npx skills add jaganpro/sf-skills --skill sf-datacloud-retrieve
Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations.
Use sf-datacloud-retrieve when the work involves:
sf data360 query *sf data360 search-index *sf data360 metadata *sf data360 profile * or sf data360 insight * inspectionDelegate elsewhere when the user is:
Ask for or infer:
node ~/.claude/skills/sf-datacloud/scripts/diagnose-org.mjs -o <org> --phase retrieve --json.sqlv2 or async query flows for larger result sets.Use the phase-owned examples instead of inventing JSON from scratch:
examples/search-indexes/vector-knowledge.jsonexamples/search-indexes/hybrid-structured.jsonsqlv2 is better than ad hoc OFFSET paging for medium result sets.--prefilter, but only on fields configured as prefilter-capable when the search index was created.userValues: [] unless the platform explicitly documents otherwise.query describe is not a universal tenant probe; only run it with a known DMO or DLO table after broader readiness has been confirmed.