vt-brand Plugin¶
The vt-brand plugin owns VisiTrans brand and corporate-design material: the locked colour
palette, Inter typography, logo lockups, and the CD-conformance audit workflow for documents.
It is consumed by three personas — dev (prototypes and product UI), office (branded documents, minutes, presentations) and marketing (websites) — which is why it is a plugin of its own rather than part of any one of them (SPEC-163 FR-4).
Overview¶
| Property | Value |
|---|---|
| Name | vt-brand |
| Version | 1.0.0 |
| Required | No |
| Depends on | vt-base |
| Skill prefix | vt-b- |
| License | MIT |
What's included¶
| Component | Count |
|---|---|
| Skills | 2 |
Skills¶
| Skill | Purpose |
|---|---|
/vt-b-visitrans-design-system |
Brand bible — palette, typography, logo lockups, two-theme system, CSS tokens and reference builds for visitrans.de / visimatch.com / visifair.com |
/vt-b-visitrans-cd |
Audits and corrects Word, PowerPoint, PDF and Markdown files for VisiTrans CD conformance, and creates new CD-conformant documents |
Brand assets¶
BRAND_ASSETS_ROOT resolves to this plugin:
BRAND_ASSETS_ROOT = TOOLKIT_ROOT/plugins/vt-brand/skills/visitrans_cd/assets/
= ~/.claude/skills/vt-b-visitrans-cd/assets/ (via symlink)
The logo PNGs under skills/visitrans-design-system/assets/logos/ are tracked with Git LFS; the
pattern in .gitattributes is bound to this plugin's path. Master source for the logos is
OneDrive (ONEDRIVE_ROOT/03-Corporate Design/01-Logos/).
/vt-b-visitrans-cd carries scope: product:[VisiTrans, VisiMatch, VisiFair, VisiArea], which
restricts where Claude auto-matches the skill. It does not restrict deployment — scoping and
plugin ownership are independent mechanisms (SPEC-163 Amendment A3).
Related¶
- Design System guide — brand asset resolution and logo selection rules
- Creating Plugins