Lists and switches between configured brand profiles for multi-client or agency workflows. Useful when working with multiple brands in marketing contexts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-marketing-pro:switch-brand [brand-slug][brand-slug]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User says "switch to [brand name]" or "change brand to..."
Run the setup script to show all configured brands:
python "scripts/setup.py" --list-brands
The currently active brand is marked with *.
When the user selects a brand, run:
python "scripts/setup.py" --switch-brand BRAND_SLUG
After switching, confirm:
If the user asks to compare brands, load both profiles and present a side-by-side comparison of key attributes (voice settings, channels, goals).
npx claudepluginhub indranilbanerjee/digital-marketing-proManages brand and client context for marketing sessions with cross-conversation continuity. Supports creation, switching, listing, updates, and task gating behind active brand.
Guides through interactive brand profile setup (quick or full mode) for marketing work. Supports new brand onboarding, client setup, brand switching, and context updates.
Automates Brandfetch operations via Rube MCP (Composio). Discovers tools, manages connections, and executes Brandfetch tasks with schema compliance.