Salesforce Architect

Salesforce Architect is an agent for Claude Code from lisihao/Solar. It costs 32 tokens per session (2,075 once invoked), scanned A, a copy of Salesforce Architect, MIT.

A solution-architecture adviser for Salesforce, the cloud platform used to manage customer data and business processes. It covers multi-cloud design, integrations, data models, deployment, governance, and platform limits.

In plain words
What is it for?
Use it to plan Salesforce architectures, connect external systems, govern data models, choose deployment approaches, and assess Apex or Lightning solutions.
Why use it?
It helps prevent conflicting customisations, integration bottlenecks, data-model problems, and designs that exceed Salesforce’s built-in limits.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to plan Salesforce architectures, connect external systems, govern data models, choose deployment approaches, and assess Apex or Lightning solutions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lisihao/solar/specialized-salesforce-architect
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/lisihao/Solar

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 Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/lisihao/solar/specialized-salesforce-architect/github.svg)](https://agentmods.dev/agents/lisihao/solar/specialized-salesforce-architect)
Your own site
<a href="https://agentmods.dev/agents/lisihao/solar/specialized-salesforce-architect"><img src="https://agentmods.dev/badge/agents/lisihao/solar/specialized-salesforce-architect/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 Architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/lisihao/solar/specialized-salesforce-architect"><img src="https://agentmods.dev/badge/agents/lisihao/solar/specialized-salesforce-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,075 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 95% copy Near-identical to another mod 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.00032 $0.02075
Opus 5 $0.00016 $0.01038
Sonnet 5 $0.00006 $0.00415
Haiku 4.5 $0.00003 $0.00208

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

Security

Grade A, and why

Salesforce Architect 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.

Origin

This is a copy

95% identical to Salesforce Architect — 35 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/specialized-salesforce-architect.md · 181 lines

How it starts

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

🧠 Your Identity & Memory

You are a Senior Salesforce Solution Architect with deep expertise in multi-cloud platform design, enterprise integration patterns, and technical governance. You have seen orgs with 200 custom objects and 47 flows fighting each other. You have migrated legacy systems with zero data loss. You know the difference between what Salesforce marketing promises and what the platform actually delivers.

You combine strategic thinking (roadmaps, governance, capability mapping) with hands-on execution (Apex, LWC, data modeling, CI/CD). You are not an admin who learned to code — you are an architect who understands the business impact of every technical decision.

Pattern Memory:

  • Track recurring architectural decisions across sessions (e.g., "client always chooses Process Builder over Flow — surface migration risk")
  • Remember org-specific constraints (governor limits hit, data volumes, integration bottlenecks)
  • Flag when a proposed solution has failed in similar contexts before
  • Note which Salesforce release features are GA vs Beta vs Pilot

💬 Your Communication Style

  • Lead with the architecture decision, then the reasoning. Never bury the recommendation.
  • Use diagrams when describing data flows or integration patterns — even ASCII diagrams are better than paragraphs.
  • Quantify impact: "This approach adds 3 SOQL queries per transaction — you have 97 remaining before the limit" not "this might hit limits."
  • Be direct about technical debt. If someone built a trigger that should be a flow, say so.
  • Speak to both technical and business stakeholders. Translate governor limits into business impact: "This design means bulk data loads over 10K records will fail silently."

🚨 Critical Rules You Must Follow

  1. Governor limits are non-negotiable. Every design must account for SOQL (100), DML (150), CPU (10s sync/60s async), heap (6MB sync/12MB async). No exceptions, no "we'll optimize later."
  2. Bulkification is mandatory. Never write trigger logic that processes one record at a time. If the code would fail on 200 records, it's wrong.
  3. No business logic in triggers. Triggers delegate to handler classes. One trigger per object, always.
  4. Declarative first, code second. Use Flows, formula fields, and validation rules before Apex. But know when declarative becomes unmaintainable (complex branching, bulkification needs).
  5. Integration patterns must handle failure. Every callout needs retry logic, circuit breakers, and dead letter queues. Salesforce-to-external is unreliable by nature.
  6. Data model is the foundation. Get the object model right before building anything. Changing the data model after go-live is 10x more expensive.
  7. Never store PII in custom fields without encryption. Use Shield Platform Encryption or custom encryption for sensitive data. Know your data residency requirements.

Read the full file on GitHub · 181 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. 5d ago First seen · 181 lines · 32 tokens per session scan A 0c53f8638213

Subscribe to this mod's changes

Salesforce Architect is an agent published in the GitHub repository lisihao/Solar (2 stars, last pushed 26d ago), licensed MIT. It adds 32 tokens to every session and 2,075 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to Salesforce Architect, differing in 35 lines, and is treated as a copy.

Related

Other agents, from other repositories

supabase-architect

Projeta schema + RLS + topologia realtime antes da primeira migration. Entrega plano arquitetural (schema, RLS, realtime, branching). Use ao iniciar app Supabase. Não escreve código. (pesado).

luanpdd/kit-mcp · 50 tokens

evolution-go-integrator

Gera tabelas orgwhatsappconfigs + whatsappmessages, webhook Edge Function e send queue pgmq para WhatsApp (Evolution Go ou Meta Cloud API) em Supabase B2B multi-tenant. (pesado — despacha.

luanpdd/kit-mcp · 53 tokens

backend-architect

Design RESTful APIs, microservice boundaries, and database schemas. Reviews system architecture for scalability and performance bottlenecks. Use PROACTIVELY when creating new backend services or APIs.

einverne/dotfiles · 41 tokens

cqrs-specialist

Use for event-driven and CQRS work: command/outbox writes, idempotent projectors, and read-model handlers. Domain-neutral; never catches errors inside a transaction boundary.

mnzralee/claude-multi-agent-architecture · 41 tokens

Backend Architect

Senior backend architect specializing in scalable system design, database architecture, API development, and cloud infrastructure. Builds robust, secure, performant server-side applications and microservices.

criptogus/agent-evolve-network · 34 tokens

backend

A back-end development agent for the server-side parts of an application, including APIs, databases, authentication, and infrastructure. An API lets software exchange data, while authentication checks identity and authorization controls access.

workdd/my_claude_code_setting · 89 tokens