Set up or update a brand profile. Use when: new brand onboarding, client setup, brand switching, context update.
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill brand-setup
If the user wants to get started quickly, or says "quick setup", ask only these 5 essential questions:
From these 5 answers, intelligently populate the full profile:
Use the full setup when:
Ask the user one question at a time (don't overwhelm):
10. Target markets: "What countries/regions do you sell to?" (triggers compliance rules)
11. Voice dimensions — Ask user to rate 1-10 or describe:
12. Personality traits: "Pick 3-5 words that describe the brand's personality" (e.g., witty, empathetic, direct, bold, thoughtful, playful, authoritative, warm)
13. This-Not-That: "Give me examples of how you'd say something vs. how you wouldn't" (e.g., "We say 'Let's figure this out together' not 'Contact our support team'")
14. Sample content: "Share 2-3 URLs or text snippets of content you think nails your brand voice"
15. Active channels: "Which marketing channels are you currently using?" (website, Instagram, LinkedIn, Twitter, TikTok, YouTube, Facebook, Pinterest, Email, Google Ads, Meta Ads, etc.)
16. Goals: "What's your #1 marketing goal right now?" + target KPIs + budget range + team size
17. Competitors: "Name 3-5 competitors (direct or aspirational)"
After collecting all information:
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --create-brand "[brand name]"When user says "switch to [brand name]":
python "${CLAUDE_PLUGIN_ROOT}/scripts/setup.py" --list-brands~/.claude-marketing/brands/_active-brand.jsonWhen user wants to update specific fields:
~/.claude-marketing/brands/{slug}/profile.jsonIntegration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take indranilbanerjee/brand-setup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.