AgentStack
SKILL verified MIT Self-run

Sf Docs Lookup

skill-jiten-singh-shahi-salesforce-claude-code-sf-docs-lookup · by jiten-singh-shahi

>-

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-jiten-singh-shahi-salesforce-claude-code-sf-docs-lookup

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Sf Docs Lookup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Salesforce Documentation Lookup

Query Salesforce developer documentation for current, accurate answers. Uses WebSearch to find official documentation, then extracts and summarizes the relevant content.

When to Use

  • When you need to look up Apex class, method, or interface documentation
  • When checking LWC component API, wire service, or lifecycle documentation
  • When verifying SOQL/SOSL syntax, functions, or query limits
  • When researching REST API, Metadata API, Tooling API, or Bulk API endpoints
  • When looking up governor limits, security features, or platform event details
  • When checking sf CLI command flags and usage
  • When verifying whether a feature is deprecated or version-gated

Usage

sf-docs-lookup 

Workflow

Step 1 — Identify Topic Category

Classify the query into the correct Salesforce documentation area:

| Category | Documentation Source | Search Strategy | |----------|---------------------|-----------------| | Apex Classes/Interfaces | Apex Developer Guide | site:developer.salesforce.com apex | | Apex System Methods | Apex Reference | site:developer.salesforce.com "System." | | LWC Components | LWC Dev Guide | site:developer.salesforce.com lwc | | SOQL/SOSL | SOQL and SOSL Reference | site:developer.salesforce.com soql | | REST API | REST API Developer Guide | site:developer.salesforce.com rest api | | Metadata API | Metadata API Developer Guide | site:developer.salesforce.com metadata api | | Tooling API | Tooling API Reference | site:developer.salesforce.com tooling api | | Bulk API | Bulk API 2.0 Developer Guide | site:developer.salesforce.com bulk api | | Platform Events | Platform Events Developer Guide | site:developer.salesforce.com platform events | | Flows | Flow Builder Guide | site:help.salesforce.com flow | | Agentforce | Einstein/Agentforce Docs | site:developer.salesforce.com agentforce | | Governor Limits | Apex Developer Guide | site:developer.salesforce.com "execution governors" limits | | Security | Security Implementation Guide | site:developer.salesforce.com security | | CLI (sf) | Salesforce CLI Reference | site:developer.salesforce.com sf |

Step 2 — Search Documentation

Use WebSearch with targeted site-scoped queries:

site:developer.salesforce.com 

For admin/configuration topics, also check:

site:help.salesforce.com 

Step 3 — Extract and Format Answer

When presenting documentation results:

  1. Lead with the answer -- do not make the user read through preamble
  2. Include code examples -- Apex, LWC, or SOQL snippets when relevant
  3. Note API version -- Salesforce features are version-gated; specify the minimum API version
  4. Link to source -- provide the URL so the user can read more
  5. Flag deprecations -- if the queried feature is deprecated, say so and recommend the replacement

Step 4 — Cross-Reference with SCC Knowledge

After finding the official docs, check if SCC has relevant skills:

  • Skills in skills/ or skills2/ that cover the topic in depth
  • Mention relevant SCC resources: "For best practices on this, see the sf-soql-optimization skill."

Complex Documentation Queries

For complex documentation queries spanning multiple topics, delegate to the deep-researcher agent which can perform multi-step research across documentation sources.

Examples

sf-docs-lookup Wire service in LWC
sf-docs-lookup Database.Batchable interface
sf-docs-lookup Platform Events best practices
sf-docs-lookup SOQL aggregate functions
sf-docs-lookup WITH USER_MODE vs WITH SECURITY_ENFORCED
sf-docs-lookup sf project deploy start flags
sf-docs-lookup Trigger.operationType enum values

Related

  • Agent: sf-docs-lookup -- for multi-step documentation research
  • Constraints: (none -- this is a search tool, no domain constraints apply)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.