mcpbeat

Switch Brand

indranilbanerjee/switch-brand

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

328 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
694
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill switch-brand

The instruction itself

8 sections, as written by the author

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:

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:

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).

How to use it

Copy the folder

Take indranilbanerjee/switch-brand from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.