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.
npx skills add personamanagmentlayer/pcl --skill salesforce-expertgit clone --depth 1 https://github.com/personamanagmentlayer/pclWrote 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.
[](https://agentmods.dev/skills/personamanagmentlayer/pcl/salesforce-expert)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
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.
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.
- 5d ago First seen · 170 lines · 76 tokens per session scan A c6f4a9933903
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.
Other skills, from other repositories
sf-knowledge-uiapi
Apply Salesforce knowledge and best practices for User Interface API Developer Guide.
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.
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ł".
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…
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.
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.