stack-salesforce

stack-salesforce is a skill for Claude Code from e-t-y-b/etyb-skills. It costs 235 tokens per session (2,566 once invoked), scanned A, original, MIT.

A Salesforce knowledge guide for developing and operating Salesforce business applications, including its CRM data, automation tools, code, and connected services.

In plain words
What is it for?
Use it when working with Apex, Lightning Web Components, Flow, Salesforce data, MuleSoft, Heroku, Salesforce CLI tools, or related Salesforce products.
Why use it?
It gives the existing team roles a shared place to find Salesforce-specific guidance and current reference material.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the etyb plugin — 14 skills, 5 agents, 4 hooks shipped together

Good fit Use it when working with Apex, Lightning Web Components, Flow, Salesforce data, MuleSoft, Heroku, Salesforce CLI tools, or related Salesforce products.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/e-t-y-b/etyb-skills/salesforce
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 e-t-y-b/etyb-skills --skill salesforce
Clone the repo
git clone --depth 1 https://github.com/e-t-y-b/etyb-skills

Made for: Claude Code.

Or install etyb, the plugin that ships this one along with the rest of its 14 skills, 5 agents, 4 hooks.

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 stack-salesforce

README.md
[![agentmods](https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/salesforce/github.svg)](https://agentmods.dev/skills/e-t-y-b/etyb-skills/salesforce)
Your own site
<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/salesforce"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/salesforce/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 stack-salesforce

Your own site · 80×15
<a href="https://agentmods.dev/skills/e-t-y-b/etyb-skills/salesforce"><img src="https://agentmods.dev/badge/skills/e-t-y-b/etyb-skills/salesforce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 235 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,566 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.
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.00235 $0.02566
Opus 5 $0.00118 $0.01283
Sonnet 5 $0.00047 $0.00513
Haiku 4.5 $0.00023 $0.00257

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

Security

Grade A, and why

stack-salesforce 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 11d 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.

stacks/salesforce/SKILL.md · 117 lines

How it starts

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

Salesforce Stack — Team Briefing

This is a knowledge overlay, not a new specialist. The existing ETYB team does the work — backend-architect writes the backend code, devops-engineer wires the deploys, security-engineer enforces the boundary. This pack tells each role where the current Salesforce knowledge lives.

Where the full briefing lives

The full Stack briefing lives in this same folder. Per-product and per-role pages are siblings of this SKILL.md. Every page carries last_verified_on stamps and authoritative-source URLs in its frontmatter; see skills/etyb/core/knowledge-currency.md for the drift-check protocol that uses them.

  • Stack briefing: stacks/salesforce/index.md
  • Per-product pages: stacks/salesforce/<product>.md — one per entry in products_covered above
  • Per-role views: stacks/salesforce/<role>.md — one per role in applies_to_roles above

When ETYB is installed locally these are read directly from disk. For third-party agents without the install, the same content is reachable as raw markdown at https://raw.githubusercontent.com/e-t-y-b/etyb-skills/main/stacks/salesforce/<page>.md.

When delegate_to_skills (frontmatter above) lists a first-party vendor MCP/skill that's installed in the user's environment, ETYB defers to it first. The in-repo Stack content is the curated fallback.

What changed in 2025-2026 that older training data misses

Critical context — an LLM with a 2024 cutoff will get these wrong:

  • Einstein Copilot is now Agentforce (renamed Jan 2025). Same product. Old names are wrong.
  • Data Cloud is now Data 360 (renamed Dreamforce '25). CRM Analytics is now Tableau Cloud-integrated.
  • Headless 360 (TDX 2026) — the whole platform is exposed as APIs/MCP/CLI. Agent clients (Claude Code, Cursor, Codex) can drive Salesforce directly.
  • Salesforce Hosted MCP Servers went GA in April 2026 (Enterprise+). 60+ MCP tools shipped.
  • Agentforce Vibes 2.0 (TDX 2026) — Salesforce's in-IDE coding agent. Default model is Claude Sonnet 4.5.
  • Salesforce Functions was retired (Jan 31, 2025). Heroku ended new enterprise sales (Feb 2026). Don't propose either for new architecture.
  • sf CLI is current; sfdx is a deprecated alias.
  • External Client Apps (ECA) replace Connected Apps — mandatory migration deadline May 11, 2026.
  • MFA mandate for all UI logins phases in June–August 2026. Phishing-resistant MFA required for admins.
  • Apex Cursors GA in Spring '26 — iterate 50M-row result sets across transactions.
  • Flow Orchestration is free (Feb 2026) — no longer a paid add-on.
  • Lightning Out 2.0 GA (Winter '26). LWC TypeScript types + lightning/graphql module (Spring '26).

Read the full file on GitHub · 117 lines

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. 11d ago First seen · 117 lines · 235 tokens per session scan A 3ca3d551dab6

Subscribe to this mod's changes

stack-salesforce is a skill published in the GitHub repository e-t-y-b/etyb-skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 235 tokens to every session and 2,566 once invoked, about $0.0012 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-08-31.

Related

Other skills, from other repositories

architecture-patterns

Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right…

yonatangross/orchestkit · 56 tokens

architecture-decision-record

ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.

yonatangross/orchestkit · 38 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens

architecture-paradigm-microservices

Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.

athola/claude-night-market · 33 tokens

architecture-paradigm-layered

Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.

athola/claude-night-market · 32 tokens

architecture-paradigm-event-driven

Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.

athola/claude-night-market · 34 tokens