sf-docslisted
Install: claude install-skill Brite-Nites/brite-claude-plugins
<!-- Adopted verbatim from Jaganpro/sf-skills@ff1ab74 (MIT). Web-retrieval concern only (developer.salesforce.com, help.salesforce.com, etc.). Brite-internal SF documentation (artifacts inventory, ADR convention, cross-repo pointers) lives in the sibling sf-internal-docs skill — see BC-6081. -->
# sf-docs
Use this skill to retrieve and ground answers in **official Salesforce documentation on the public web**.
This skill is intentionally simple:
- **no local corpus**
- **no indexing**
- **no benchmark workflow**
- **no helper CLI dependency**
- **no PDF fallback**
Its job is to provide a **reliable online retrieval playbook** for Salesforce docs that are hard to fetch, especially `help.salesforce.com`, JS-heavy `developer.salesforce.com`, Lightning Design System docs on `lightningdesignsystem.com`, and other official Salesforce-owned doc pages such as `architect.salesforce.com` and `admin.salesforce.com`.
An optional wrapper script is available at:
- `skills/sf-docs/scripts/extract_salesforce_doc.py`
It automatically routes `help.salesforce.com` URLs into the dedicated Help extractor and supports other official documentation pages such as `*.salesforce.com` and `lightningdesignsystem.com` through a generic browser-rendered path. For bot-sensitive pages, it also supports best-effort optional stealth mode via `--stealth` when `playwright-stealth` is installed.
The dedicated Help extractor is also available directly at:
- `skills/sf-docs/scripts/extract_help_salesforce.py`