Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
jiten-singh-shahi
/
salesforce-claude-code
home
/
subagents
/
jiten-singh-shahi
/
salesforce-claude-code
jiten-singh-shahi/salesforce-claude-code
16 subagents
View on GitHub
Subagent
deep-researcher
Multi-source Salesforce research — Apex patterns, org architecture, platform event trade-offs, deploy strategies. Use when investigating complex decisions requiring cited reports. Do NOT use for singl
doc-updater
Sync Salesforce project docs with codebase — codemaps, ADRs, data dictionaries, deployment runbooks, ApexDoc. Use when updating docs after sprints or architect planning. Do NOT use for authoring desig
eval-runner
Run eval suites for Salesforce Apex and org quality — define pass/fail, grade with code/model graders, run pipeline evals (architect → build → review). Use when validating session quality. Do NOT use
loop-operator
Run autonomous loops over Salesforce tasks — iterating Apex refactors, test coverage improvements, deploy validations, or multi-agent pipeline execution with safety gates. Use when running repeated or
refactor-cleaner
Use when removing dead Apex code, unused metadata, or duplicate logic from a Salesforce project using PMD with safety tiers (SAFE/CAREFUL/RISKY). Do NOT use before production deploys.
sf-admin-agent
Configure Salesforce org — objects, fields, relationships, permissions, sharing, Custom Metadata, Experience Cloud. Use PROACTIVELY when setting up org config. For new features, use sf-architect first
sf-agentforce-agent
Build and test Agentforce AI agents — Agent Script, topics, Apex actions, metadata deployment. Use PROACTIVELY when building Agentforce. Do NOT use for standard Apex.
sf-apex-agent
Build, test, and review Apex classes, triggers, batch, async, and callouts via TDD. Use PROACTIVELY when modifying Apex. For new features, use sf-architect first. Do NOT use for LWC, Flow, or org conf
sf-architect
Classify work, interview user, run impact analysis, design Salesforce Apex/LWC/Flow solutions, decompose into agent tasks with deploy order and rollback plan. Use PROACTIVELY when planning ANY change
sf-aura-reviewer
Use when reviewing or maintaining Aura components for architecture, events, Locker/LWS compliance, performance, and LWC migration readiness. Do NOT use for LWC components or Apex-only review.
sf-bugfix-agent
Diagnose and fix Salesforce build errors, Apex test failures, metadata conflicts, and deployment issues with minimal diffs. Use PROACTIVELY when builds or deploys fail. Do NOT use for new features or
sf-flow-agent
Build, test, and review Record-Triggered, Screen, Scheduled, and Orchestration Flows with approvals and sub-flow decomposition. Use PROACTIVELY when modifying Flows. For new features, use sf-architect
sf-integration-agent
Build and review Salesforce integrations — REST/SOAP callouts, Named Credentials, Platform Events, CDC, retry via Finalizers. Use PROACTIVELY when building integrations. For new features, use sf-archi
sf-lwc-agent
Build, test, and review LWC with SLDS, accessibility, wire, and events. Use built in lightning components first otherwise build own using SLDS. Use PROACTIVELY when modifying LWC. For new features, us
sf-review-agent
Final Salesforce quality gate — validate Apex, LWC, Flow against architect plan; audit security, governor limits, tests, and deploy readiness. Use PROACTIVELY when reviewing as LAST agent before deplo
sf-visualforce-reviewer
Reviews Visualforce pages for XSS, SOQL injection, ViewState, CRUD/FLS, and LWC migration readiness. Use when reviewing or maintaining Visualforce pages. Do NOT use for LWC or Apex classes.