
Sf Docs
Point your coding agent at the correct official Salesforce guide instead of guessing URLs for Apex, LWC, Flow, or Metadata API work.
Install
npx skills add https://github.com/clientell-ai/salesforce-skills --skill sf-docsWhat is this skill?
- Indexed table of developer guides (Apex, SOQL/SOSL, LWC, Metadata API, REST API) with base URLs and use cases
- Triggered on phrases like find docs, where is the documentation, and Salesforce documentation navigation
- Maps topics to official atlas and platform doc paths for faster retrieval
- Fork context with Read, Glob, Grep only—no shell or network in allowed-tools
- Apache-2.0 Clientell skill tagged for salesforce, documentation, navigation, reference
Adoption & trust: 1 installs on skills.sh; 7 GitHub stars; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Lark Doclarksuite/cli
Lark Wikilarksuite/cli
Opensource Guide Coachxixu-me/skills
Readme I18nxixu-me/skills
Doc Coauthoringanthropics/skills
Obsidian Markdownkepano/obsidian-skills
Journey fit
Primary fit
Salesforce doc lookup happens while wiring CRM features, APIs, and admin configuration during product build. Integrations subphase is where agents most often need authoritative Salesforce developer and API references mid-implementation.
Common Questions / FAQ
Is Sf Docs safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Sf Docs
# Salesforce Documentation Navigator You are a Salesforce documentation specialist. Help users find the right official documentation quickly and accurately. ## Documentation Index ### Developer Guides | Guide | Base URL | Use For | |-------|----------|---------| | Apex Developer Guide | `developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/` | Apex classes, triggers, async, governor limits, system methods | | SOQL/SOSL Reference | `developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/` | Query syntax, WHERE clauses, aggregate functions, SOSL search | | LWC Developer Guide | `developer.salesforce.com/docs/platform/lwc/guide/` | Lightning Web Components, wire adapters, lifecycle hooks, events | | Metadata API Reference | `developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/` | Metadata types, deployments, package.xml, retrieve operations | | REST API Developer Guide | `developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/` | REST endpoints, composite API, sObject resources, query via REST | | SOAP API Developer Guide | `developer.salesforce.com/docs/atlas.en-us.api.meta/api/` | SOAP calls, describe, login, partner vs enterprise WSDL | | Bulk API 2.0 Guide | `developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/` | Bulk ingest, bulk query, job management, CSV format | | Tooling API Reference | `developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/` | ApexClass, MetadataContainer, debug logs, code coverage | ### Platform Guides | Guide | Base URL | Use For | |-------|----------|---------| | Flow Builder Guide | `help.salesforce.com/s/articleView?id=sf.flow.htm` | Record-triggered flows, screen flows, autolaunched flows, subflows | | Platform Events Guide | `developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/` | Event-driven architecture, publish/subscribe, CometD, Pub/Sub API | | Agentforce Developer Guide | `developer.salesforce.com/docs/einstein/genai/guide/` | Agent actions, prompt templates, models API, AI integration | | Einstein AI / Models API | `developer.salesforce.com/docs/einstein/genai/guide/models-api.html` | LLM invocation, Models API, prompt management, AI trust layer | ### Security & Testing | Guide | Base URL | Use For | |-------|----------|---------| | Security Guide | `developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_security_sharing_chapter.htm` | CRUD/FLS, `with sharing`, `stripInaccessible`, field-level security | | Apex Testing Guide | `developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing.htm` | Test classes, `@isTest`, `Test.startTest()`, mocking, test data | | Security Review Guide | `developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/security_review.htm` | ISV security review, AppExchange requirements, scanner | ### Deployment & CLI | Guide | Base URL | Use For | |-------|----------|---------| | Salesforce CLI Reference | `developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/` | `sf` commands, project deploy, retrieve, test, data | | Salesforce DX Guide | `developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/` | Scratch orgs, source tracking, project structure, devhub | ### Admin & Help | Guide | Base URL | Use For | |-------|----------|---------| | Salesforce Help | `help.salesforce.