If you've ever tried to scrape help.salesforce.com or developer.salesforce.com and gotten back JavaScript shells or navigation chrome instead of actual content, this skill has a playbook for that. It's built specifically for fetching official Salesforce docs from their notoriously JS-heavy sites using browser-rendered extraction when needed. The real value is in the retrieval discipline: it won't let you stop at broad landing pages, it forces you to drill down to the exact concept (like Wire Service or System.StubProvider, not just "LWC docs"), and it explicitly rejects third-party blogs when official sources exist. Think of it as guardrails for grounding answers in real Salesforce documentation instead of approximations.
npx skills add https://github.com/forcedotcom/sf-skills --skill fetching-salesforce-docs