PranavNagrecha

105 mods across 4 repositories, 18 stars between them.

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers admin questions about Salesforce's legacy automation layer: "what workflow rules touch Account", "which approval processes are still active", "what assignment rule routes Cases", "is this workflow being replaced by a flow", "which fields does this duplicate rule check", "what emails go out for this approval"…

3 6d ago A 206 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce admin questions about which page layout a user sees and why: "what layout does user X see for Account", "which page layout for Sales rep on Opportunity", "why is this user seeing this layout", "which record type does this profile default to", "what's the layout for record type Y", "user reports…

3 6d ago C 206 tokens

admin-playbooks

75

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Saved, repeatable admin routines for the sf-intelligence org that batch the right sfi. tools in one request, then synthesize ONE report. Fire when the user asks for a named routine rather than a single fact — "run my pre-deploy checklist", "I inherited this org, give me the tour", "run a security audit", "what's junk…

3 6d ago A 151 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce admin sharing/visibility questions like "why can't user X see Y", "who can see this record", "what would let this user see Y", "the user says they can't see Z", "visibility check for X on Y", "sharing rules touching Z", "role hierarchy from Foo up", "what grants Edit access to Bar". Calls…

3 6d ago A 192 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Conversational interface for questions about the Salesforce org backed by this repo's org-kb/ vault. Use for any question about schema, dependencies, permissions, naming conventions, Apex source, Flow metadata, or vault freshness — except refresh requests (those fire refreshing-the-org-vault instead) and…

3 6d ago A 162 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce architect async + event-driven topology questions that v2.8 surfaces beyond the v1.5 integration tier. Triggers: "who subscribes to CDC events on Account", "what change-data-capture subscribers do we have", "what's the async chain depth from this Queueable", "show me every scheduled job", "what…

3 6d ago A 301 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers cross-org metadata comparison questions for Salesforce architects — sandbox-vs-prod drift, prod-vs-prod (multi-customer) audits, "what changed since I last refreshed?" diffs, and Lead-vs- Contact (intra-org) field-mapping for the conversion. Triggers on phrases like "compare sandbox vs prod", "compare two…

3 6d ago A 216 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers "what breaks if I change X?" CHANGE-IMPACT questions for Salesforce architects. Triggers on phrases like "what breaks if I change/delete/rename", "what depends on", "what's the impact of", "is it safe to deprecate", "blast radius of". USAGE phrasings — "where is X used", "what touches X", "which components…

3 6d ago A 216 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce architect integration questions: "draw me our integration map", "what subscribes to this platform event", "who calls this REST API", "which classes are queueable / batchable", "what runs async in this org", "where does this external data source connect", "what is our external API surface", "which…

3 6d ago A 246 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers business-user-flavored Salesforce questions like "what does this field mean in English", "what happens when I close this opportunity", "why can't I do X", "how do I find report Y", "what's the SLA on this case", "how are cases routed to agents", "is this field required", "what's this object for", "how is this…

3 6d ago C 264 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Conversation memory and follow-up handling for the sf-intelligence org. Fire on follow-up turns that depend on what was just discussed — pronouns and ellipsis ("what about the other one?", "and on Contact?", "is that one safe to delete?", "show me its dependencies", "the second one"), refinements of a prior answer, or…

3 6d ago A 143 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers code-source-focused developer questions across the full org code surface: Apex classes, Apex triggers, and the v1.4 frontend tier (LWC, Aura, Visualforce). Triggers: "where is field X used in Apex", "find LWC components reading this field", "what calls this Apex from VF", "Aura references to this object", "who…

3 6d ago A 360 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce developer code-quality questions: "audit my Apex for quality issues", "find governor-limit risks", "where do we have hardcoded IDs / emails / usernames", "check CRUD / FLS enforcement", "what tests are missing / fake-covered", "find dead code", "review this Apex class", "what methods does this class…

3 6d ago A 302 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce developer "show me EVERYTHING about this field" and "trace this field's lineage" deep-forensics questions: "what does Account.Industryc touch", "give me the full field profile for X", "where does this field's data come from", "what fires when this field changes", "show me the upstream + downstream…

3 6d ago A 204 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce developer "where is X used everywhere" and "what does this field mean in our org" discovery questions: "find every reference to Industryc", "do we already have a field for customer health", "what does this field actually mean", "is Status the same as Stage here", "is this field manually entered or…

3 6d ago A 221 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce developer "what breaks if I change X / where is M reachable from / what does this method touch / is this dead code" questions. Cascades the v2.3 what-if composer family (whatifdeactivateflow, whatifdisabletrigger, whatifchangemethodsignature, whatifchangefieldtype, whatifremovepicklistvalue…

3 6d ago A 211 tokens

freshness-tracking

89

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce admin/architect freshness questions like "when was X modified?", "who built this?", "what changed since last week?", "has this been touched since go-live?", "what changed in the last sprint?". Call sfi.runanalysis with { "name": "sfi.lastmodified", "args": { … } } and sfi.changedsince. Discloses…

3 6d ago A 131 tokens

pre-flight-checks

90

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Diagnostic skill for the SfIntelligence vault. Use when the user invokes /sfi-status, says "is something wrong?", "the vault feels off", "something looks stale", "are we connected?", "is the index current?", or when a previous sfi. MCP call returned a degraded or unhealthy status, an unexpected error envelope, or two…

3 6d ago A 146 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Surfaces observed naming-convention patterns from the SfIntelligence vault. Use when the user asks "what's our convention", "what's the naming standard", "do we always …", "is this consistent with the rest of the org", or proposes a new component name and wants it sanity-checked ("can I name this CustomerOrderc?"…

3 6d ago A 134 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Refreshes the SfIntelligence vault from a live Salesforce org. Use when the user invokes /sfi-refresh, or says "refresh", "refresh the vault", "pull latest", "pull the latest from my org", "rebuild the vault", "rebuild the index", "my data is stale", "the vault is stale", "I just deployed changes", or any phrase…

3 6d ago A 147 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Decide whether Salesforce fields can be deleted, and validate someone else's field-cleanup analysis. Traces every dependency (flows, formulas, roll-ups, validation rules, layouts, related lists, reports, dashboards, Apex, LWC, integrations) before any field is dispositioned Keep / Review / Deprecate-then-Remove /…

3 6d ago A 134 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Answers Salesforce Industries / OmniStudio questions: "walk this OmniScript step by step", "what endpoints does this Integration Procedure hit", "what does this DataRaptor map", "what's inside this FlexCard", "what inputs does this DecisionTable take", "what OmniStudio version is this org on". Drives the v3.2 cascade…

3 6d ago A 339 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Silent pre-loader for the SfIntelligence vault. Fires automatically when the user's message mentions any Salesforce concept — words like "object", "field", "trigger", "flow", "validation rule", "permission set", "profile", "layout", "Apex", "picklist", "lookup", "record type", "metadata", "org", "sandbox"; common…

3 6d ago C 242 tokens

PranavNagrecha/Salesforce-Intelligence

Skill Claude CodeCodex

Entry point for the SfIntelligence plugin. Use whenever the conversation touches a Salesforce org in this repo — schema, dependencies, permissions, naming conventions, automation, Apex, Flow, integrations, sharing, or any question about a component the org contains. Loads first; teaches Claude the sfi. MCP tool…

3 6d ago C 106 tokens