Agent skill · Content & Marketing

switch-brand

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

indranilbanerjeegithub.com/indranilbanerjeeGitHub ↗
claude-codecopilotcursorcodexMIT
Install
npx skills add indranilbanerjee/digital-marketing-pro --skill switch-brand --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/switch-brand/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 700
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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: ```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).

What's inside
Steps it walks through
  1. When to Use
  2. Process
  3. 1. List Available Brands
  4. 2. Switch Active Brand
  5. 3. Confirm Switch
  6. If Brand Not Found
  7. Multi-Brand Comparison
Commands it runs
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --list-brands
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --switch-brand BRAND_SLUG
More from digital-marketing-pro
All skills →
About this skill
What does the switch-brand skill do?

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

How do I install it?

Run `npx skills add indranilbanerjee/digital-marketing-pro --skill switch-brand --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From indranilbanerjee/digital-marketing-pro, a repository with 700 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going