reopt-brandapp

Manages Brandapp CLI workflows for linking, health checks, and sandbox environments.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/reopt-ai/reopt-skills --skill reopt-brandapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reopt-brandapp
Source: https://github.com/reopt-ai/reopt-skills/tree/main/skills/reopt-brandapp
Command: npx skills add https://github.com/reopt-ai/reopt-skills --skill reopt-brandapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage Brandapp-linked projects without memorizing the full reopt CLI surface, reducing mistakes in everyday project setup, health checks, and environment operations.

Core Features & Use Cases

  • Project Linking and Repair: Link or unlink a directory to a Brandapp, then diagnose and fix stale or broken links with doctor checks.
  • Discovery and Terms Inspection: List accessible Brandapps and inspect published terms for compliance and project awareness.
  • Dev and Sandbox Operations: Scaffold local dev files, run the offline dev server, apply seed data, and manage sandbox cloud environments.

Quick Start

Ask the assistant to inspect my current project and guide me through the correct reopt brandapp command for linking, doctor checks, or sandbox environment setup.

Frequently Asked Questions about reopt-brandapp

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

FAQPage Schema
How do I link a local directory to a Brandapp project using the reopt CLI?

To link a local directory to a Brandapp project, use the reopt brandapp link command in your consumer repository. This workflow connects your local files to the Brandapp environment and establishes the necessary shared CLI rules for safe operations.

What is the best way to diagnose and fix stale or broken Brandapp project links?

The best way to diagnose stale or broken Brandapp project links is running the reopt brandapp doctor command. This health check inspects your project setup, identifies link issues, and guides you through repairing the broken connection safely.

How do I scaffold local dev files and run the reopt offline dev server?

You can scaffold local dev files and run the offline dev server by using the reopt brandapp init and dev commands. This setup generates the required local configuration and starts the isolated development environment for your project.

Can I inspect published terms for a Brandapp without memorizing CLI commands?

Yes, you can inspect published terms by requesting a term list inspection. The assistant will execute the reopt brandapp term list command, allowing you to review published terms for compliance and project awareness directly without memorizing syntax.

How do I manage sandbox cloud environments and apply seed data for Brandapp?

You can manage sandbox cloud environments and apply seed data using the reopt brandapp env and seed commands. These operations allow you to configure isolated cloud environments and safely populate them with initial data for testing.

Are there guardrails for destructive or experimental operations in the reopt CLI?

Yes, the reopt CLI applies guardrails for destructive or experimental operations. When executing commands like unlink or seed, the workflow enforces shared CLI rules and references command-specific help to prevent unsafe project modifications.