sfdx-iq
01Plugin Claude Code
Plugin marketplace listing 1 plugin: sfdx-iq.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sfdx-iq.
Plugin Claude Code
Complete Salesforce DX plugin for Claude Code — agents, commands, and hooks for Apex, LWC, SOQL, Flows, and SFDX CI/CD.
Instructions file CodexOpenCode
AGENTS.md instructions for bhanu91221/sfdx-iq, covering claude sfdx iq — agent instructions, core principles, available agents, agent orchestration and security guidelines.
Instructions file
Claude Code instructions for bhanu91221/sfdx-iq, covering claude.md, project overview, running tests, run all validators and tests and run individual validators.
Agent
Use this agent to review Apex code (classes, triggers, batch, queueable, schedulable) for best practices, governor limit risks, bulkification, SOQL performance, naming conventions, security, and code quality. Produces a structured review with severity-rated findings.
Agent
Use this agent for Salesforce DevOps tasks including deployment strategy, test patterns (TDD, TestDataFactory, mocks), org health analysis, metadata dependency mapping, technical debt identification, and CI/CD pipeline configuration.
Agent
Use this agent to analyze Salesforce Flows for best practices including DML optimization, fault path coverage, before-save vs after-save patterns, subflow decomposition, variable naming, and recursion prevention.
Agent
Use this agent for Salesforce integration patterns including Named Credentials, REST/SOAP callouts, Platform Events, Change Data Capture, async callout patterns, retry with exponential backoff, and circuit breaker implementation.
Agent
Use this agent to review Lightning Web Components for best practices including proper decorator usage, lifecycle hooks, event handling, accessibility, CSS patterns, import conventions, and component composition.
Agent
Use this agent to review Salesforce code and configuration for security vulnerabilities including CRUD/FLS enforcement, sharing model compliance, SOQL injection, CSP compliance, Connected App security, and Experience Cloud guest user risks.
Agent
Use this agent for Salesforce solution architecture and implementation planning. Covers data model design, integration architecture, scalability planning, packaging strategy, declarative-vs-code decisions, phased implementation roadmaps, and dependency mapping. Best for greenfield projects, major refactors, or complex…
Command
Create, review, refine, or debug Apex classes (service, selector, controller, utility, domain).
Command
Create or improve Apex test classes with coverage targeting and Salesforce best practices.
Command
Create, refine, or debug async Apex (Batch, Queueable, Schedulable, Future methods).
Command
Full code review across Apex, LWC, and Flows using specialized agents.
Command
Show available sfdx-iq commands and usage help.
Command
Analyze or design Salesforce data model with relationship mapping.
Command
Retrieve and analyze Salesforce debug logs.
Command
Diagnose environment configuration for Salesforce development (alternative to npx sfdx-iq doctor).
Command
Explain what Salesforce code does — Apex classes, triggers, LWC components, Flows. Use --deep for cross-file behavioral tracing.
Command
Create, review, refine, or explain Salesforce Flows.
Command
Generate a session summary for context handoff to the next conversation.
Command
Create, refine, or debug Salesforce integration Apex (REST/SOAP callouts, inbound REST/SOAP services).
Command
Create, explain, refine, or debug Lightning Web Components.