PranavNagrecha/AwesomeSalesforceSkills
Agent Claude Code
Side-by-side access comparison between two Salesforce users. SfSkills admin workflow agent, /diff-users: reads its AGENT.md playbook, cites its sources, never deploys.
PranavNagrecha/AwesomeSalesforceSkills
Agent Claude Code
Side-by-side access comparison between two Salesforce users. SfSkills admin workflow agent, /diff-users: reads its AGENT.md playbook, cites its sources, never deploys.
PranavNagrecha/AwesomeSalesforceSkills
Agent Claude Code
Well-Architected Framework assessment. SfSkills architect workflow agent, /assess-waf: reads its AGENT.md playbook, cites its sources, never deploys.
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 259 SfSkills admin skill packages. Declarative Salesforce configuration: objects, fields, record types, page layouts, permission sets, reports, the record-access model (OWD, role hierarchy, sharing rules), and the requirements work that precedes them. Use when the request mentions custom object, custom…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 53 SfSkills agentforce skill packages. Agentforce and Einstein: agents, topics, actions, prompt templates, grounding, guardrails, evaluation and production readiness. Use when the request mentions Agentforce, agent topic, agent action, prompt builder, Einstein, Trust Layer, grounding, RAG, guardrails…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 158 SfSkills apex skill packages. Apex and SOQL: triggers, Apex governor limits, async processing, OUTBOUND HTTP callouts, security enforcement, and test patterns. Owns calling an external API FROM Salesforce; salesforce-integration owns inbound. Generic nightly scheduling without naming code belongs to…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 104 SfSkills architect skill packages. Solution and platform architecture: multi-org strategy, scalability limits, licensing, Well-Architected reviews and architecture decision records. Use when the request mentions architecture, solution design, ADR, Well-Architected, scalability, large data volume…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 101 SfSkills data skill packages. Data model, data movement and data quality: migrations, bulk loads, query optimisation, deduplicating at volume, archival. Ordinary-volume duplicate cleanup and prevention use salesforce-admin; come here for hundreds-of-thousands+ dedup or third-party tools. LDV…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 70 SfSkills devops skill packages. Salesforce delivery: source tracking, packaging, branching, CI/CD pipelines, environment strategy and deployment troubleshooting. Use when the request mentions deploy, deployment, sfdx, sf CLI, scratch org, sandbox, unlocked package, change set, CI/CD, GitHub Actions…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 63 SfSkills flow skill packages. Flow Builder: record-triggered, screen, scheduled and orchestration flows, bulkification, fault handling, limits, testing. "My flow" belongs here even when salesforce-apex also names the limit. Nightly scheduling without naming code defaults here; apex takes it when…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 61 SfSkills integration skill packages. INBOUND integration and the API surface itself: the Salesforce REST and SOAP APIs, Bulk API 2.0 jobs, Platform Events, CDC, Pub/Sub, Named Credentials and middleware. For calling OUT to someone else's API from Apex, use salesforce-apex instead. Use when the…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 82 SfSkills lwc skill packages. Lightning Web Components: reactivity, wire adapters, component communication, accessibility, performance, security and Jest testing. Use when the request mentions LWC, Lightning Web Component, wire, @api, @track, lightning-record-form, shadow DOM, Jest, Lightning Message…
PranavNagrecha/AwesomeSalesforceSkills
Skill Claude CodeCodex
Router for the 34 SfSkills omnistudio skill packages. OmniStudio: OmniScripts, FlexCards, DataRaptors, Integration Procedures, Business Rules Engine and DataPack deployment. Use when the request mentions OmniStudio, OmniScript, FlexCard, DataRaptor, Integration Procedure, Business Rules Engine, calculation procedure…
PranavNagrecha/Salesforce-Intelligence
Plugin Claude Code
Plugin marketplace listing 1 plugin: sf-intelligence.
PranavNagrecha/Salesforce-Intelligence
Plugin Claude Code
MCP-first, offline-first hybrid knowledge base for a Salesforce org. Resolve-first routing, coverage-aware destructive verdicts, opt-in live read-only plane. Ask sfi.capabilities for the live tool map. Default tool profile is core (incl. sfi.liveconsent); non-core analyses run via sfi.runanalysis.
PranavNagrecha/Salesforce-Intelligence
Agent Claude Code
Assesses a batch of Salesforce custom fields for deletability and returns one structured verdict record per field (Keep / Review / Deprecate-then-Remove / Remove) with its evidence. Spawned by /sfi-field-audit, usually several in parallel over batches of 4-8 fields. Use directly when the user asks whether specific…
PranavNagrecha/Salesforce-Intelligence
Agent Claude Code
Attacks a single field-deletion verdict from ONE assigned lens and votes to uphold or refute it. Spawned by /sfi-field-audit, three at a time per contested verdict (data-loss, hidden-dependency, future-need), deliberately without shared context. Use when a field verdict overturns a prior analysis, proposes a Remove…
PranavNagrecha/Salesforce-Intelligence
Agent Claude Code
Adversarially QAs one sf-intelligence component that has already been built and reviewed — runs it, tries to break it, and checks that the disclosures it advertises actually fire. Spawned after sfi-component-reviewer returns SHIP or SHIP-WITH-FIXES, one per component. Use when a component is claimed done, when a…
PranavNagrecha/Salesforce-Intelligence
Agent Claude Code
Reviews a newly built or modified sf-intelligence component — an MCP tool, an extractor, a graph edge producer, a named analysis — and returns a structured verdict on whether it is the right thing, built to this product's grain, and honest about what it does not know. Spawned after a builder finishes and before QA…
PranavNagrecha/Salesforce-Intelligence
Command Claude Code
Audit an object's custom fields for deletability — dependency-traced verdicts with an adversarial verification pass.
PranavNagrecha/Salesforce-Intelligence
Command Claude Code
Set up SfIntelligence for this Salesforce org repository.
PranavNagrecha/Salesforce-Intelligence
Command Claude Code
Guided first-run setup for SfIntelligence.
PranavNagrecha/Salesforce-Intelligence
Command Claude Code
Refresh the SfIntelligence vault from the Salesforce org.
PranavNagrecha/Salesforce-Intelligence
Command Claude Code
Show SfIntelligence vault freshness and component counts.
PranavNagrecha/Salesforce-Intelligence
Skill Claude CodeCodex
Answers Salesforce admin documentation-generation requests: "generate a data dictionary for Account", "create an admin handbook for this org", "write an onboarding doc for a new developer", "generate an architecture overview", "produce a sharing-model summary", "draft a compliance report on PII". Drives the v2.5…