answering-org-questions

Query Salesforce org metadata conversationally from a local Markdown vault.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a conversational interface to query metadata about a Salesforce org, eliminating the need for manual searches and improving efficiency.

Core Features & Use Cases

  • Schema and Dependency Queries: Retrieve information about objects, fields, and their relationships.
  • Permission and Naming Convention Queries: Get details on permissions, naming conventions, and Apex source code.
  • Flow Metadata and Health Queries: Inspect flow metadata and the health of the metadata vault.
  • Use Case: For example, ask "What fields does the Account object have?" or "Who can read the Industry field?" to quickly get information about your Salesforce org.

Quick Start

Use the 'answering-org-questions' skill to ask "What fields does the Account object have?" and get a list of fields from the Account object.

Frequently Asked Questions about answering-org-questions

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

FAQPage Schema
How do I query Salesforce org metadata without manual searches?

You can query Salesforce org metadata conversationationally by asking questions about schema, fields, permissions, Apex source, and Flow metadata. The Skill uses a local Markdown vault and DuckDB dependency graph to resolve specific question patterns and return targeted metadata results.

What kind of Salesforce metadata questions can I ask?

Salesforce metadata questions cover schema and object dependencies, field-level permissions, naming conventions, Apex source code, Flow metadata, and vault freshness. You can ask things like what fields an object has or who can read a specific field.

Do I need a local Markdown vault and DuckDB to query Salesforce org metadata?

Yes, querying Salesforce org metadata conversationally requires a local Markdown vault and a DuckDB dependency graph. These components store and resolve schema, permissions, Apex source, and Flow metadata for the question patterns the Skill handles.

How do I check permissions and naming conventions in a Salesforce org?

To check permissions and naming conventions in a Salesforce org, ask conversational questions like who can read a specific field. The Skill resolves these queries using the local Markdown vault and DuckDB dependency graph to retrieve permission and convention details.

Can I inspect Flow metadata and vault health for a Salesforce org?

Yes, you can inspect Flow metadata and vault freshness for a Salesforce org. The Skill handles flow metadata queries and checks the health of the metadata vault to ensure the dependency graph and stored data remain current.

What's the best way to retrieve Apex source code and object dependencies in Salesforce?

Retrieving Apex source code and object dependencies is best done through conversational queries against the local Markdown vault and DuckDB dependency graph. The Skill resolves dependency relationships and returns Apex source details without requiring manual searches.