Tenzir brand and style guidelines for frontend development. Includes design tokens, component specifications, and official logo assets to ensure consistent UI styling across Tenzir products.
Features
Section titled “Features”- 🎨 Design Tokens - Colors, typography, spacing, and shadows as CSS custom properties and Tailwind config
- 🧩 Component Specs - 17 UI components (buttons, inputs, tags, toasts, and more) with all states documented
- ⚡ Tailwind Ready - Configuration snippets for immediate integration
- 🏷️ Logo Assets - Official SVG logos and logomarks in standard and white variants
Installation
Section titled “Installation”Use the plugin manager UI in Claude Code.
- Run
/pluginin Claude Code Enter - Go to Marketplaces Tab
- Select + Add Marketplace Enter
- Type
tenzir/claude-pluginsEnter - Install brand from the plugin list
Run the CLI command with your preferred scope.
# Install to user scope (default)claude plugin install brand@tenzir
# Install to project scope (shared with team)claude plugin install brand@tenzir --scope project
# Install to local scope (gitignored)claude plugin install brand@tenzir --scope localAdd the marketplace and plugin to your settings file.
{ "extraKnownMarketplaces": { "tenzir": { "source": { "source": "github", "repo": "tenzir/claude-plugins" } } }, "enabledPlugins": { "brand@tenzir": true }}Capabilities
Section titled “Capabilities”| Type | Name | Description |
|---|---|---|
| Skill | styling-tenzir-ui | Provides Tenzir design system tokens and component specifications. Use when building UI components, styling with CSS/Tailwind, choosing colors, typography, spacing, or implementing buttons, inputs, tags/badges, toasts, and other Tenzir UI elements. |
The brand:styling-tenzir-ui skill activates automatically when you work on
Tenzir frontend code. It provides design tokens, component specs, and CSS
snippets for consistent UI styling.