brand-voice
v1.1.0Brand Voice transforms scattered brand materials into enforceable AI guardrails — automatically. It searches across Notion, Google Drive, Confluence, Gong, Slack, and meeting transcripts to distill your strongest brand signals into a single source of truth, then applies them to every piece of AI-generated content. The more your team creates with Claude, the more consistent your brand becomes.
by Tribe AI23.4kupdated 4 hours ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is partner-built/brand-voice/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/brand-voice-enforcement/SKILL.md├── skills/discover-brand/SKILL.md├── skills/guideline-generation/SKILL.md└── .mcp.json
Skills3
This skill applies brand guidelines to content creation. It should be used when the user asks to "write an email", "draft a proposal", "create a pitch deck", "write a LinkedIn post", "draft a presentation", "write a Slack message", "draft sales content", or any content creation request where brand voice should be applied. Also triggers on "on-brand", "brand voice", "enforce voice", "apply brand guidelines", "brand-aligned content", "write in our voice", "use our brand tone", "make this sound like us", "rewrite this in our tone", or "this doesn't sound on-brand". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).
This skill orchestrates autonomous discovery of brand materials across enterprise platforms (Notion, Confluence, Google Drive, Box, SharePoint, Figma, Gong, Granola, Slack). It should be used when the user asks to "discover brand materials", "find brand documents", "search for brand guidelines", "audit brand content", "what brand materials do we have", "find our style guide", "where are our brand docs", "do we have a style guide", "discover brand voice", "brand content audit", or "find brand assets".
This skill generates, creates, or builds brand voice guidelines from source materials. It should be used when the user asks to "generate brand guidelines", "create a style guide", "extract brand voice", "create guidelines from calls", "consolidate brand materials", "analyze my sales calls for brand voice", "build a brand playbook from documents", "synthesize a voice and tone guide", or uploads brand documents, transcripts, or meeting recordings for brand analysis. Also triggers when the user has a discovery report and wants to convert it into actionable guidelines.
MCP servers6
- url
- https://mcp.atlassian.com/v1/mcp
- url
- https://mcp.box.com
- url
- https://mcp.figma.com/mcp
- url
- https://mcp.gong.io/mcp
- url
- https://mcp.granola.ai/mcp
- url
- https://mcp.notion.com/mcp
Manifests1
{
"name": "brand-voice",
"version": "1.1.0",
"description": "Brand Voice transforms scattered brand materials into enforceable AI guardrails — automatically. It searches across Notion, Google Drive, Confluence, Gong, Slack, and meeting transcripts to distill your strongest brand signals into a single source of truth, then applies them to every piece of AI-generated content. The more your team creates with Claude, the more consistent your brand becomes.",
"author": {
"name": "Tribe AI"
},
"keywords": [
"brand-voice",
"sales",
"marketing",
"content-creation",
"guidelines",
"discovery",
"enterprise"
]
}