brandapp-sdk-install

Install and configure @reopt-ai/brandapp-sdk in a Next.js project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams install and configure @reopt-ai/brandapp-sdk in a consumer Next.js project without breaking env settings, auth flows, or registry configuration.

Core Features & Use Cases

  • SDK onboarding: Pins the correct agent rules block into AGENTS.md or CLAUDE.md for consistent project behavior.
  • Safe environment setup: Migrates to the modern Brandapp and Reopt environment namespace, including browser-safe token handling and deprecated variable cleanup.
  • Integration routing: Directs work to the right package docs for SDK init, auth, EAV, webhooks, files, dev server, testing, and migration guidance.
  • Use case: A developer wants to add Brandapp auth, EAV schema support, and webhook handling to a Next.js app while preserving existing npm and project settings.

Quick Start

Ask me to install and bootstrap @reopt-ai/brandapp-sdk in your project and I will prepare the required agent rules, environment guidance, and implementation path.

Frequently Asked Questions about brandapp-sdk-install

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

FAQPage Schema
How do I install and configure the Brandapp SDK in a Next.js project?

Installing the Brandapp SDK in a Next.js project involves pinning agent rules into AGENTS.md, migrating to the modern environment namespace, and routing integration tasks like auth and webhooks to the package docs.

How do I set up OAuth and auth flows when onboarding an SDK in Next.js?

Setting up OAuth and auth flows during SDK onboarding requires configuring browser-safe token handling and applying the modern environment namespace, then following the package docs for initialization details.

Can I safely migrate environment variables without breaking existing auth and registry settings?

Yes, you can safely migrate environment variables by cleaning up deprecated legacy registry settings and applying browser-safe token handling to preserve existing auth flows and project configurations.

How do I integrate EAV schemas and webhooks into a Next.js application?

Integrating EAV schemas and webhooks into a Next.js app involves using the SDK's integration routing to direct work to the correct package docs for wiring schemas and handling webhook events.

What is the best way to bootstrap a local dev server for an SDK in Next.js?

The best way to bootstrap a local dev server is to use the offline dev bootstrap scenario provided by the SDK, which prepares the required agent rules and environment guidance for safe local development.

Why do I need to pin agent rules in AGENTS.md or CLAUDE.md before adding an SDK?

Pinning agent rules in AGENTS.md or CLAUDE.md ensures consistent project behavior by establishing the correct implementation path and environment guidelines before the SDK onboarding process begins.