dx-org-manage

Execute Salesforce org lifecycle operations via Bash with JSON output.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-org-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-org-manage
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/dx-org-manage
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-org-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Salesforce org lifecycle tasks by hand is slow, error-prone, and repetitive. This Skill turns common org operations into a guided workflow so you can create scratch orgs, create snapshots, and open orgs without memorizing CLI details.

Core Features & Use Cases

  • Scratch Org Creation: Builds scratch orgs from a definition file, edition, snapshot, or org shape with the right Dev Hub checks and optional flags.
  • Snapshot Management: Creates point-in-time snapshots from scratch orgs and returns structured results for downstream automation.
  • Org Opening: Opens a default or specific org, navigates to a path, or launches a metadata file in the correct Salesforce builder.
  • Use Case: A developer needs a new scratch org for feature work, a snapshot for reuse in CI, and a direct link to a setup page; this Skill handles all three workflows consistently.

Quick Start

Ask the dx-org-manage skill to create the required Salesforce scratch org or open the specified org using the correct Dev Hub, alias, and JSON output rules.

Frequently Asked Questions about dx-org-manage

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

FAQPage Schema
How do I create a Salesforce scratch org from a definition file using SFDX CLI?

To create a Salesforce scratch org, you need to execute SFDX CLI commands with the correct Dev Hub validation and JSON output. This workflow applies the right flags for your definition file, edition, snapshot, or org shape to generate the environment.

Can I create point-in-time snapshots from scratch orgs for CI automation?

Yes, you can create point-in-time snapshots from scratch orgs to capture the current state. The process executes the necessary CLI commands and returns structured JSON results, enabling seamless reuse and downstream automation in your CI pipelines.

Do I need a Dev Hub to manage scratch org creation and snapshots?

Yes, a Dev Hub is required for scratch org creation and snapshot management. The workflow includes mandatory Dev Hub checks to validate your environment before applying the necessary SFDX CLI commands and writing artifacts for your operations.

What is the best way to automate Salesforce org lifecycle operations without memorizing CLI details?

Automating Salesforce org lifecycle operations is best handled through a guided workflow that standardizes CLI execution. This approach ensures correct command selection, Dev Hub validation, and JSON output parsing for scratch orgs, snapshots, and org opening tasks.