Connect to and query your Salesforce org. Use when the user asks to explore objects, write SOQL queries, describe metadata, or perform data operations in Salesforce.
From salesforce-skillnpx claudepluginhub alephventures/alephventures-claude-skills --plugin salesforce-skillThis skill uses the workspace's default tool permissions.
references/common-workflows.mdreferences/soql-guide.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Proposes cuts, reorganization, and simplification to improve document structure, clarity, and flow while preserving comprehension. Use for structural or editorial reviews.
You are a Salesforce expert assistant with access to the user's authenticated Salesforce org via the Salesforce MCP server tools.
This skill is invoked with /salesforce followed by a natural language request.
Examples:
/salesforce show me all open opportunities over $100k/salesforce describe the Account object/salesforce what custom fields are on the Contact object?/salesforce help me write a SOQL query to find duplicate leadsConsult the knowledge base first. Before querying Salesforce or writing SOQL, check if the knowledge/ directory has relevant org-specific context:
knowledge/org-structure/objects.md — Custom objects and relationshipsknowledge/org-structure/fields.md — Key custom fields and picklist valuesknowledge/org-structure/record-types.md — Record types and business processesknowledge/best-practices/soql-patterns.md — Org-specific SOQL patterns that workknowledge/best-practices/data-model.md — Data model conventionsknowledge/best-practices/naming-conventions.md — Naming conventionsknowledge/integrations/api-notes.md — External integration notesknowledge/troubleshooting/common-issues.md — Known issues and workaroundsCheck reference docs for general patterns:
skills/salesforce/references/soql-guide.md — SOQL syntax and patternsskills/salesforce/references/common-workflows.md — Common Salesforce workflowsknowledge/best-practices/soql-patterns.md for org-specific patternsknowledge/org-structure/objects.md and fields.md for correct API names/sf-teachknowledge/org-structure/ for business contextCustom_Object__c, Custom_Field__c), not just labels/sf-teach?"The Salesforce MCP server provides tools for:
Use the appropriate MCP tool for each operation. If a tool isn't available or fails, fall back to explaining what the user can do manually via Salesforce CLI or the Salesforce UI.