okhp3-brand-style-registrylisted
Install: claude install-skill OKHP3/skillz
# okhp3-brand-style-registry
**OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3)
Build a durable library of named visual profiles, then use it to create work that feels intentionally aligned instead of generically themed. Treat a profile as design evidence and reusable direction, not as permission to copy another organization’s identity.
This skill has two operating modes: capture a source into a named profile, or apply one or more existing profiles to a target. Keep those modes separate. A capture updates the library only after provenance and confidence are recorded; an application changes the target only after the profile roles and target boundaries are explicit.
---
## Cardinal rule: brand name integrity
A registered brand name string -- most notably **"OverKill Hill P³™"** -- must never break, wrap, or truncate across a line boundary in any target artifact (navigation bars, footers, headers, body copy, presentation slides, or exported documents). A mid-name line break (e.g. "OverKill Hill" wrapping away from "P³™") is a rendering defect, not a cosmetic nit, and must be fixed immediately wherever it is found -- including in artifacts this skill did not itself produce.
When applying or auditing a profile that carries a brand name:
- Join the name with non-breaking spaces (` ` in HTML/JSX, `\u00A0` elsewhere) so the browser cannot insert a line break between words.
- Also set `white-space: nowrap` (o