Brand Manager
Guided brand-profile intake for SocialForge's 16-skill social content pipeline.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 24e678a
Produces a genuinely thorough 5-file brand-config schema (colors, fonts, platform posting mix, approval tiers, compliance warnings) far beyond a generic baseline reply — but the SKILL.md tells users to run `/socialforge:setup` and `/socialforge:brand-setup` slash commands and reads `${CLAUDE_PLUGIN_DATA}`, neither of which exist when only this skill folder is copied per the install instructions; it's really one piece of a 16-skill plugin, not a standalone skill.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Brand Manager does
Runs a structured, multi-step interview to create or update a brand profile (colors, fonts, platforms, compliance rules, approval chain, asset sources) for the SocialForge social-media plugin. Triggers when a user wants to configure a new brand, update brand config, or switch active brand.
How to install Brand Manager
git clone https://github.com/indranilbanerjee/socialforge.git
cd socialforge
mkdir -p ~/.claude/skills
cp -r skills/brand-manager ~/.claude/skills/brand-manager
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Brand Manager
-
/brand-managerGuided brand-profile intake for SocialForge's 16-skill social content pipeline.
It also activates on plain-language prompts like these:
-
Set up a new brand profile for my coffee shop with colors and fonts -
Update our approval chain and compliance rules for social media posts -
Switch the active brand profile to our new client before we post
Frequently asked questions
- Is the Brand Manager skill free?
- Yes. The skill itself is free from indranilbanerjee/socialforge. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Brand Manager work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Produces a genuinely thorough 5-file brand-config schema (colors, fonts, platform posting mix, approval tiers, compliance warnings) far beyond a generic baseline reply — but the SKILL.md tells users to run `/socialforge:setup` and `/socialforge:brand-setup` slash commands and reads `${CLAUDE_PLUGIN_DATA}`, neither of which exist when only this skill folder is copied per the install instructions; it's really one piece of a 16-skill plugin, not a standalone skill.
- What is the Brand Manager SkillProof Score?
- 8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Brand Manager?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Brand Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.