developer-find-anywhere

Discover Salesforce field references and compare concepts using v2.2 and v2.9 tools.

2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill developer-find-anywhere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-find-anywhere
Source: https://github.com/PranavNagrecha/Salesforce-Intelligence/tree/main/.claude/skills/developer-find-anywhere
Command: npx skills add https://github.com/PranavNagrecha/Salesforce-Intelligence --skill developer-find-anywhere

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of navigating complex Salesforce org metadata, enabling developers to quickly find field references, understand field meanings, and compare concepts.

Core Features & Use Cases

  • Field Discovery: Find every reference to a field across the org.
  • Field Meaning: Understand the meaning and usage of a specific field.
  • Concept Comparison: Compare two concepts to determine their differences.
  • Use Case: When you need to find all references to a specific field like Industry__c or understand the meaning of a field like Account.Tier__c.

Quick Start

Use the developer-find-anywhere skill to find all references to the 'Industry__c' field in the org.

Frequently Asked Questions about developer-find-anywhere

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find all references to a specific field in a Salesforce org?

To find all references to a specific field in a Salesforce org, this Skill performs metadata discovery to locate every reference. It scans the local vault and DuckDB graph to identify all occurrences of fields like Industry__c.

What is the best way to understand the meaning of a custom field in Salesforce metadata?

The best way to understand the meaning of a custom field in Salesforce metadata is through semantic disambiguation. This Skill analyzes field contexts to explain the usage and meaning of specific fields like Account.Tier__c.

Can I compare two concepts within my Salesforce org to determine their differences?

Yes, you can compare two concepts within your Salesforce org. This Skill provides concept comparison functionality using v2.2 and v2.9 tools to analyze and determine the differences between related metadata concepts.

Do I need a local vault and DuckDB graph to use this Salesforce metadata discovery tool?

Yes, you need a local vault and DuckDB graph to use this Salesforce metadata discovery tool. These components are required to facilitate structured metadata access and enable offline operation.

Does Salesforce metadata discovery work offline for analyzing field references?

Yes, Salesforce metadata discovery works offline for analyzing field references. This Skill requires a local vault and DuckDB graph to provide structured metadata access without a live connection.