# Switch Brand

> Switch active brand profile. Use when: changing brand context in multi-client or agency workflows.

- Skill: `thedixitjain/switch-brand` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/switch-brand`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/switch-brand/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/switch-brand

---



# Switch Brand

## When to Use
- User says "switch to [brand name]" or "change brand to..."
- User wants to work on a different client/brand
- User asks to list available brands

## Process

### 1. List Available Brands
Run the setup script to show all configured brands:
```bash
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --list-brands
```

The currently active brand is marked with `*`.

### 2. Switch Active Brand
When the user selects a brand, run:
```bash
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --switch-brand BRAND_SLUG
```

### 3. Confirm Switch
After switching, confirm:
- Brand name and slug
- Key profile details (industry, business model, primary channel)
- Remind: "All marketing outputs will now use [brand_name]'s voice, compliance rules, and context."

## If Brand Not Found
- Show the list of available brands
- Offer to create a new brand: "Brand not found. Would you like to create a new profile? Use /digital-marketing-pro:brand-setup"

## Multi-Brand Comparison
If the user asks to compare brands, load both profiles and present a side-by-side comparison of key attributes (voice settings, channels, goals).

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/indranilbanerjee/digital-marketing-pro/skills/switch-brand/SKILL.md`

