reopt-brandapp

reopt-brandapp is a skill for Claude Code, Codex from reopt-ai/reopt-skills. It costs 80 tokens per session (1,383 once invoked), scanned A, original, MIT.

A workflow for managing Brandapp projects through the reopt command-line tool. Brandapp is the connected application or service being managed, while a sandbox is an isolated environment for testing.

In plain words
What is it for?
Use it to list, link, unlink, or diagnose projects; inspect terms; create project files; run the local in-memory development server; seed test data; and manage sandbox environments.
Why use it?
It provides checks and project commands for linking the right project, inspecting available data, repairing stale links, and working safely in development environments.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it to list, link, unlink, or diagnose projects; inspect terms; create project files; run the local in-memory development server; seed test data; and manage sandbox environments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reopt-ai/reopt-skills/reopt-brandapp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add reopt-ai/reopt-skills --skill reopt-brandapp
Clone the repo
git clone --depth 1 https://github.com/reopt-ai/reopt-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reopt-brandapp

README.md
[![agentmods](https://agentmods.dev/badge/skills/reopt-ai/reopt-skills/reopt-brandapp/github.svg)](https://agentmods.dev/skills/reopt-ai/reopt-skills/reopt-brandapp)
Your own site
<a href="https://agentmods.dev/skills/reopt-ai/reopt-skills/reopt-brandapp"><img src="https://agentmods.dev/badge/skills/reopt-ai/reopt-skills/reopt-brandapp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reopt-brandapp

Your own site · 80×15
<a href="https://agentmods.dev/skills/reopt-ai/reopt-skills/reopt-brandapp"><img src="https://agentmods.dev/badge/skills/reopt-ai/reopt-skills/reopt-brandapp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,383 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.01383
Opus 5 $0.00040 $0.00691
Sonnet 5 $0.00016 $0.00277
Haiku 4.5 $0.00008 $0.00138

Measured 12d ago against content hash a2158a079d44, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

reopt-brandapp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/reopt-brandapp/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

reopt Brandapp

This is NOT the reopt CLI you know. Run reopt brandapp --help / reopt brandapp <cmd> --help for the live command tree. The CLI ships no dist/docs/; if narrative context is needed, locate the README.md from the actual CLI installation or source checkout instead of assuming a local node_modules path.

When to apply

  • listing accessible brandapps
  • linking / unlinking a project directory
  • repairing stale links with doctor
  • inspecting published terms
  • scaffolding BrandApp dev files (init)
  • running the offline in-memory dev server (dev, seed)
  • managing sandbox cloud environments (env list/create/use/destroy)

Load reopt-cli first. Its agent-rules block (<!-- BEGIN:reopt/cli-agent-rules -->) covers this skill too — if reopt-cli already pinned it, skip Step 1.

Step 1 — Pin agent rules (only if reopt-cli hasn't already)

Same source/fallback/marker as reopt-cli. If the marker block is already present in AGENTS.md/CLAUDE.md, do nothing here.

Step 2 — Command map (refer to --help for flags)

Command Purpose Needs login Needs link Status
brandapp list List accessible brandapps stable
brandapp link Link current dir to a brandapp stable
brandapp unlink Remove the current dir link stable
brandapp doctor Repair stale links / missing creds stable
brandapp term list List brandapp terms stable
brandapp init Scaffold dev-mode files (see below) stable
brandapp dev Offline EAV/Auth/AI/Files server experimental
brandapp seed Apply seed data to dev server stable
brandapp env list/create/use/destroy Sandbox cloud envs experimental

Term types: termsOfService, privacyPolicy, marketingConsent, custom.

Step 3 — init file map (consumer project, not module docs)

reopt brandapp init is a dev-environment scaffold — not the SDK app code. It only adds:

Read the full file on GitHub · 85 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 85 lines · 80 tokens per session scan A a2158a079d44

Subscribe to this mod's changes

reopt-brandapp is a skill published in the GitHub repository reopt-ai/reopt-skills (1 stars, last pushed 7d ago), licensed MIT. It adds 80 tokens to every session and 1,383 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

test-driven-development

Drives development with tests using the red-green-refactor loop. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 57 tokens

documentation-and-adrs

Records decisions and documentation. Use when you need to document an architecture decision (ADR) or the reasoning behind a design choice, when changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

addyosmani/agent-skills · 58 tokens

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens

chinese-git-workflow

A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.

jnMetaCode/superpowers-zh · 69 tokens

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

skillshare-implement-feature

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…

runkids/skillshare · 114 tokens