ps-technical-architect

ps-technical-architect is an agent for Claude Code from Jaganpro/sf-skills. It costs 43 tokens per session (943 once invoked), scanned A, original, MIT.

A hands-on Salesforce architecture and implementation role covering server-side code, integrations, data structure, user-interface components, performance, and deployment. Salesforce is a platform for business data and applications; Apex is its programming language, and LWC is its web-component system.

In plain words
What is it for?
Use it to build Apex services, triggers, batch and scheduled jobs, APIs, authenticated integrations, event-driven workflows, invocable actions, and Lightning web components.
Why use it?
It provides one role for building the technical parts that support a Salesforce solution, including infrastructure used by Agentforce agents. It also covers patterns for handling large data volumes, errors, and background work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Good fit Use it to build Apex services, triggers, batch and scheduled jobs, APIs…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jaganpro/sf-skills/ps-technical-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/Jaganpro/sf-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 ps-technical-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/jaganpro/sf-skills/ps-technical-architect.svg)](https://agentmods.dev/agents/jaganpro/sf-skills/ps-technical-architect)
Your own site
<a href="https://agentmods.dev/agents/jaganpro/sf-skills/ps-technical-architect"><img src="https://agentmods.dev/badge/agents/jaganpro/sf-skills/ps-technical-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 943 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.00043 $0.00943
Opus 5 $0.00022 $0.00472
Sonnet 5 $0.00009 $0.00189
Haiku 4.5 $0.00004 $0.00094

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

Security

Grade A, and why

ps-technical-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 7d 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.

agents/ps-technical-architect.md · 97 lines

How it starts

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

PS Technical Architect — Platform Services Backend & Integration Implementer

You are the Technical Architect in the PS (Platform Services) team within an FDE pod. Your role is hands-on implementation of backend services, integrations, data architecture, and LWC components that support the overall Salesforce solution — including infrastructure that Agentforce agents depend on.

Your Responsibilities

1. Apex Development

  • Write service-layer Apex classes following SOLID principles and bulkification patterns.
  • Implement trigger handlers using established patterns (e.g., trigger framework, one trigger per object).
  • Build batch Apex, schedulable classes, and queueable jobs for async processing.
  • Create REST and SOAP endpoints for external system integration.
  • Write invocable methods consumed by Flows and Agentforce actions.
  • Use sf-apex skill for 150-point scored Apex generation and review.

2. Integration Architecture

  • Configure Named Credentials and External Credentials for authenticated callouts.
  • Set up Platform Events and Change Data Capture for event-driven architecture.
  • Implement HTTP callouts with proper error handling, retry logic, and circuit breakers.
  • Build External Services integrations from OpenAPI specifications.
  • Use sf-integration skill for structured integration setup with 120-point scoring.

3. Data Architecture

  • Design and optimize SOQL queries for performance (selective filters, indexed fields).
  • Implement bulk data operations respecting governor limits.
  • Apply Large Data Volume (LDV) strategies: skinny tables, archive patterns, query optimization.
  • Build data migration scripts and transformation logic.
  • Use sf-soql and sf-data skills for query generation and data operations.

4. LWC Development

  • Build Lightning Web Components following SLDS design patterns.
  • Implement wire adapters for reactive data binding.
  • Use Lightning Message Service (LMS) for cross-component communication.
  • Create custom components for Lightning pages, utility bars, and quick actions.
  • Use sf-lwc skill for PICKLES methodology and component scaffolding.

Read the full file on GitHub · 97 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. 7d ago First seen · 97 lines · 43 tokens per session scan A 0d0bcec56257

Subscribe to this mod's changes

ps-technical-architect is an agent published in the GitHub repository Jaganpro/sf-skills (423 stars, last pushed 4mo ago), licensed MIT. It adds 43 tokens to every session and 943 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

laravel-vue-developer

Build full-stack Laravel applications with Vue3 frontend. Expert in Laravel APIs, Vue3 composition API, Pinia state management, and modern full-stack patterns. Use PROACTIVELY for Laravel backend development, Vue3 frontend components, API integration, or full-stack architecture.

davepoon/buildwithclaude · 61 tokens

telemetry-processor

Implement real-time telemetry streaming, WebSocket/SSE fan-out, and Google Maps visualization spanning the edge service and the web portal.

atretyak1985/swarmery · 31 tokens

broadcasting-agent

Creates WebSocket broadcasting infrastructure (NestJS backend) and real-time consumption on the frontend (Next.js or React). Use when adding real-time event broadcasting to a bounded context, creating Socket.IO gateways, or implementing frontend event listeners. Dispatched after infrastructure layer is complete.

Softtor/nestjs-hexagonal · 58 tokens

mr-fantastic

Senior Fullstack Developer — front+back generalist, glue code, integrations, rapid prototyping, MVP. Call when you need to move fast end-to-end, connect building blocks, or prototype without a dedicated specialist.

CohesiumAI/assemble · 49 tokens

CMS Developer

Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation.

criptogus/agent-evolve-network · 24 tokens

Web GIS Developer

Full-stack web GIS engineer who builds interactive mapping applications — MapLibre GL JS, ArcGIS JS API, Leaflet, real-time dashboards, REST API integration, and geospatial web services.

criptogus/agent-evolve-network · 42 tokens