salesforce-expert

salesforce-expert is a skill for Claude Code from personamanagmentlayer/pcl. It costs 76 tokens per session (1,200 once invoked), scanned A, original, Apache-2.0.

A guide to developing on Salesforce, a cloud platform for customer-management and business applications. It covers Apex code, Lightning web components, Salesforce query languages, APIs, automation, and deployment metadata.

In plain words
What is it for?
Use it to build Apex logic, Lightning interfaces, SOQL or SOSL queries, triggers, integrations, API clients, and Salesforce tests. It also covers moving configuration and application metadata between environments.
Why use it?
It helps an agent follow Salesforce-specific rules for data access, bulk operations, exceptions, and tests. This avoids treating Salesforce code and its hosted data model like an ordinary web backend.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to build Apex logic, Lightning interfaces, SOQL or SOSL queries, triggers, integrations, API clients, and Salesforce tests. It also covers moving configuration and application metadata between environments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/personamanagmentlayer/pcl/salesforce-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add personamanagmentlayer/pcl --skill salesforce-expert
Clone the repo
git clone --depth 1 https://github.com/personamanagmentlayer/pcl

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for salesforce-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/salesforce-expert/github.svg)](https://agentmods.dev/skills/personamanagmentlayer/pcl/salesforce-expert)
Your own site
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/salesforce-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/salesforce-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for salesforce-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/salesforce-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/salesforce-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.01200
Opus 5 $0.00038 $0.00600
Sonnet 5 $0.00015 $0.00240
Haiku 4.5 $0.00008 $0.00120

Measured 5d ago against content hash c6f4a9933903, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

salesforce-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

stdlib/domains/salesforce-expert/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Salesforce Expert

Core Concepts

Salesforce Platform

  • Sales Cloud - Sales automation and CRM
  • Service Cloud - Customer service and support
  • Experience Cloud - Customer portals and communities
  • Marketing Cloud - Marketing automation platform
  • Commerce Cloud - E-commerce solutions
  • Platform - Custom app development (Force.com)

Development Components

  • Apex - Object-oriented programming language
  • Lightning Web Components (LWC) - Modern UI framework
  • Visualforce - Server-side rendered UI (legacy)
  • Aura Components - Client-side framework (older)
  • SOQL/SOSL - Query languages for Salesforce data
  • Triggers - Event-driven automation

Integration & APIs

  • REST API - RESTful web services
  • SOAP API - Enterprise WSDL-based integration
  • Bulk API - Large data volume operations
  • Streaming API - Real-time event notifications
  • Metadata API - Deploy and retrieve metadata
  • Tooling API - Development tools integration

Best Practices

Development Standards

  • Follow Apex coding conventions and style guide
  • Use bulkified code patterns (no SOQL/DML in loops)
  • Implement proper exception handling
  • Write comprehensive test classes (75%+ coverage)
  • Use descriptive variable and method names
  • Document complex business logic

Governor Limits

  • Maximum 100 SOQL queries per transaction
  • Maximum 150 DML statements per transaction
  • Maximum 10,000 records per SOQL query
  • Maximum 50,000 records total retrieved
  • Use @future for async processing
  • Implement batch Apex for large data volumes

Security Best Practices

  • Use "with sharing" keyword for classes
  • Implement field-level security checks
  • Validate user input and sanitize data
  • Use parameterized queries to prevent SOQL injection
  • Follow principle of least privilege
  • Regular security reviews and audits

Lightning Best Practices

  • Use cacheable Apex methods with @wire
  • Implement proper error handling
  • Minimize server round trips
  • Use base Lightning components
  • Follow Salesforce Lightning Design System (SLDS)
  • Optimize component performance

Read the full file on GitHub · 170 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 170 lines · 76 tokens per session scan A c6f4a9933903

Subscribe to this mod's changes

salesforce-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed 3d ago), licensed Apache-2.0. It adds 76 tokens to every session and 1,200 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

sf-knowledge-uiapi

Apply Salesforce knowledge and best practices for User Interface API Developer Guide.

Avinava/sf-documentation-knowledge · 18 tokens

nebula-logger-instrumentation

Use this skill when the user wants to add or update Nebula Logger instrumentation in Apex, LWC, Aura, Flow, or OmniStudio. Covers logging APIs, save patterns, record association, scenarios, tags, async transaction linking, and save method selection.

jongpie/NebulaLogger · 60 tokens

om-system-extension

Extend installed Open Mercato modules through UMES enrichers, interceptors, mutation guards, widgets, menus, entity extensions, events, component/page replacements, and overrides. Use for "extend core", "add field/column/action", "hide page", "intercept API", "UMES", or "rozszerz moduł".

open-mercato/open-mercato · 73 tokens

sf-omnistudio

Comprehensive OmniStudio / Salesforce Industries development skill covering OmniScripts, FlexCards, Integration Procedures, Data Mappers (DataRaptors), namespace detection, dependency mapping, and migration patterns. TRIGGER when: user works with OmniStudio components, asks about OmniScripts, FlexCards, Integration…

Clientell-Ai/salesforce-skills · 88 tokens

salesforce

Use when working with Salesforce orgs — executing Apex, writing SOQL/SOSL, managing records, running tests, deploying metadata, or analyzing code. Guidance for the Salesforce MCP Server's tools, prompts, and resources.

advancedcommunities/salesforce-mcp-server · 48 tokens

aws-fullstack-development

Apply AWS-oriented fullstack defaults for frontend hosting, backend microservices, security, and observability. Use when users request cloud-specific fullstack delivery on AWS.

vaquarkhan/Fullstack-development-agent-skills · 37 tokens