indranilbanerjee/digital-marketing-pro

switch-brand

Switch the active brand profile for multi-client and agency work by running setup.py --switch-brand, after listing configured brands with the active one starred; confirms the new brand's industry, business model, and primary channel so subsequent outputs use its voice and compliance rules. Triggers on \"/digital-marketing-pro:switch-brand\", \"switch to the other client\", \"change brand to Acme\", \"list available brands\", \"what brands do I have set up\". Can present a side-by-side compariso…

First seen Feb 27, 2026

Installation

$ npx skills add indranilbanerjee/digital-marketing-pro --skill switch-brand

Summary

  • Switch the active brand profile for multi-client and agency work by running setup.py --switch-brand, after listing configured brands with the active one starred; confirms the new brand's industry, business model, and primary channel so subsequent outputs use its voice and compliance rules.
  • Triggers on \"/digital-marketing-pro:switch-brand\", \"switch to the other client\", \"change brand to Acme\", \"list available brands\", \"what brands do I have set up\".
  • Can present a side-by-side comparison of two brand profiles on request; offers /digital-marketing-pro:brand-setup when the brand isn't found; pairs with /digital-marketing-pro:status to verify the active context.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from indranilbanerjee/digital-marketing-pro · top by installs.

npx skills add indranilbanerjee/digital-marketing-pro

Browse all from indranilbanerjee/digital-marketing-pro

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 797
License LICENSE
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,891 B
  • docs SUMMARY.md 695 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 105 installs

SKILL.md

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