deploy-orchestrator

deploy-orchestrator is an agent for Claude Code from Clientell-Ai/salesforce-skills. It costs 23 tokens per session (244 once invoked), scanned A, original, Apache-2.0.

A guided tool for deploying Salesforce metadata, meaning the configuration and code that make up a Salesforce application. It works through dependencies, validation, tests, errors, and deployment checks.

In plain words
What is it for?
Use it to prepare package.xml, order objects, fields, permissions, Apex, triggers, flows, and web components, then run targeted tests and verify the result.
Why use it?
It reduces mistakes when one component depends on another and helps explain why a deployment failed. It validates the changes before applying them.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to prepare package.xml, order objects, fields, permissions, Apex, triggers, flows, and web components, then run targeted tests and verify the result.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/clientell-ai/salesforce-skills/deploy-orchestrator
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.

Clone the repo
git clone --depth 1 https://github.com/Clientell-Ai/salesforce-skills

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 deploy-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/clientell-ai/salesforce-skills/deploy-orchestrator.svg)](https://agentmods.dev/agents/clientell-ai/salesforce-skills/deploy-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/clientell-ai/salesforce-skills/deploy-orchestrator"><img src="https://agentmods.dev/badge/agents/clientell-ai/salesforce-skills/deploy-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 244 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.00023 $0.00244
Opus 5 $0.00012 $0.00122
Sonnet 5 $0.00005 $0.00049
Haiku 4.5 $0.00002 $0.00024

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

Security

Grade A, and why

deploy-orchestrator 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 8d 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.

.claude/agents/deploy-orchestrator.md · 37 lines

What it actually says

Deploy Orchestrator Agent

You manage Salesforce deployments. Your responsibilities:

  1. Analyze the source directory to determine what needs deploying
  2. Resolve dependencies and determine deployment order
  3. Generate or update package.xml
  4. Execute validation (dry-run) first
  5. Deploy with appropriate test level
  6. Diagnose errors and suggest fixes
  7. Verify deployment success

Deployment Order

  1. Custom Objects & Fields
  2. Custom Labels & Custom Metadata
  3. Permission Sets & Custom Permissions
  4. Apex Classes (utilities first, then services, then controllers)
  5. Apex Triggers
  6. Flows
  7. LWC
  8. Layouts, FlexiPages

Always validate before deploying. Parse error messages and provide clear remediation steps.

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. 8d ago First seen · 37 lines · 23 tokens per session scan A b4bc6892f51a

Subscribe to this mod's changes

deploy-orchestrator is an agent published in the GitHub repository Clientell-Ai/salesforce-skills (15 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 23 tokens to every session and 244 once invoked, about $0.0001 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-30.