refreshing-the-org-vault

Refresh the local SfIntelligence vault with Salesforce CLI metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manages the process of refreshing the local vault of SfIntelligence, ensuring the knowledge base is always up-to-date with live Salesforce org data.

Core Features & Use Cases

  • Automated Metadata Retrieval: Refresh the vault with the latest Salesforce org metadata.
  • Integration with Salesforce CLI: Utilizes the Salesforce CLI to pull metadata efficiently.
  • Offline-First Design: Allows users to work offline, with the option to update the vault later.
  • Monitoring & Verification: Confirms successful metadata updates through the new manifest and reports any issues.

Quick Start

To refresh the vault, execute the /sfi-refresh command.

Frequently Asked Questions about refreshing-the-org-vault

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

FAQPage Schema
How do I refresh local Salesforce org metadata for a knowledge base?

You can refresh local Salesforce org metadata by executing a command that connects to Salesforce CLI and pulls the latest org data into a local vault. This ensures your knowledge base reflects current metadata configurations.

What is a Salesforce org refresh and when do I need to update my local metadata vault?

A Salesforce org refresh updates your local metadata vault with live org data. You need it when your knowledge base requires current Salesforce configurations, ensuring your offline metadata references remain accurate and up-to-date.

Do I need Salesforce CLI to retrieve org metadata for an offline knowledge base?

Yes, Salesforce CLI is required to retrieve org metadata. The refresh process integrates directly with the CLI to pull metadata, after which the vault supports offline-first use for your knowledge base.

What's the best way to keep Salesforce metadata up-to-date for offline use?

The best way to keep Salesforce metadata up-to-date for offline use is maintaining an offline-first local vault that periodically syncs with live org data. This lets you work offline and refresh metadata on demand.

How do I verify a Salesforce metadata update was successful?

To verify a Salesforce metadata update was successful, check the newly generated manifest in your local vault. The refresh process monitors retrieval and reports any issues encountered during the metadata update.

Salesforce org refresh not working, what are the limitations of retrieving metadata via CLI?

If an org refresh is not working, limitations may include Salesforce CLI connectivity issues or permission errors preventing metadata retrieval. The refresh process reports these issues during the vault update, helping identify manifest generation failures.