jiten-singh-shahi

60 mods across 1 repository, 15 stars between them.

deep-researcher

03

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 single doc lookups.

15 2mo ago A 42 tokens original MIT

doc-updater

04

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 design docs or CLAUDE.md.

15 2mo ago A 54 tokens original MIT

eval-runner

05

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 for post-implementation checks.

15 2mo ago A 51 tokens original MIT

learning-engine

06

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

Build learning loops for Salesforce Apex and org development — observe patterns, create confidence-scored instincts, feed insights to sf-architect and sf-review-agent. Use when improving quality over time. Do NOT use for single-session tasks.

15 2mo ago B 48 tokens original MIT

loop-operator

07

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 multi-step tasks. Do NOT use for single-pass.

15 2mo ago A 49 tokens original MIT

refactor-cleaner

08

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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.

15 2mo ago A 46 tokens original MIT

sf-admin-agent

09

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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. Do NOT use for Apex, LWC, or Flow.

15 2mo ago A 57 tokens original MIT

sf-agentforce-agent

10

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

Build and test Agentforce AI agents — Agent Script, topics, Apex actions, metadata deployment. Use PROACTIVELY when building Agentforce. Do NOT use for standard Apex.

15 2mo ago A 41 tokens original MIT

sf-apex-agent

11

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 config.

15 2mo ago A 59 tokens original MIT

sf-architect

12

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 — FIRST agent. Do NOT skip to domain agents.

15 2mo ago A 56 tokens original MIT

sf-aura-reviewer

13

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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.

15 2mo ago A 43 tokens original MIT

sf-bugfix-agent

14

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 refactoring.

15 2mo ago A 51 tokens original MIT

sf-flow-agent

15

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 first. Do NOT use for Apex or LWC.

15 2mo ago A 60 tokens original MIT

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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-architect first. Do NOT use for internal Apex or LWC.

15 2mo ago A 60 tokens original MIT

sf-lwc-agent

17

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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, use sf-architect first. Do NOT use for Apex/Aura/VF.

15 2mo ago A 67 tokens original MIT

sf-review-agent

18

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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 deploy. Do NOT use for writing/fixing.

15 2mo ago A 53 tokens original MIT

jiten-singh-shahi/salesforce-claude-code

Agent Cursor

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.

15 2mo ago A 51 tokens original MIT

aside

20

jiten-singh-shahi/salesforce-claude-code

Skill Claude CodeCodexCursor

Use when you need a quick Salesforce answer mid-task. Answer a side question about Apex, org config, or metadata without losing context, then resume work automatically.

15 2mo ago A 34 tokens original MIT

checkpoint

21

jiten-singh-shahi/salesforce-claude-code

Skill Claude CodeCodexCursor

Use when saving Salesforce development progress. Create a named checkpoint via git stash before risky Apex deploys or org changes for easy recovery.

15 2mo ago A 28 tokens original MIT

configure-scc

22

jiten-singh-shahi/salesforce-claude-code

Skill Claude CodeCodexCursor

Use when setting up SCC for Salesforce Apex and LWC development. Interactive wizard to install profiles, modules, and customize the harness for your org.

15 2mo ago A 33 tokens original MIT

jiten-singh-shahi/salesforce-claude-code

Skill Claude CodeCodexCursor

Use when building autonomous Claude Code loops for Salesforce Apex and LWC projects. Patterns from sequential pipelines to RFC-driven multi-agent DAG systems with quality gates. Do NOT use for single-shot Apex tasks.

15 2mo ago A 43 tokens original MIT

mcp-server-patterns

24

jiten-singh-shahi/salesforce-claude-code

Skill Claude CodeCodexCursor

Use when building MCP servers for Salesforce Apex or org integration. Node/TypeScript SDK patterns — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Do NOT use for Apex class writing or deployment.

15 2mo ago A 52 tokens original MIT