Run2 anthropic brand identity
A skill for managing and applying Anthropic's specific brand identity, including color tokens, typography fallbacks, and technical illustration standards.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run2_anthropic-brand-identityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 314 tokens by cl100k_base, as published. Nobody here has run it
Anthropic Brand Identity Management
This skill provides a systematic way to implement Anthropic's brand guidelines in programmatic design.
Official Brand Tokens (Hex)
- Identity Light:
#faf9f5(Preferred background) - Corporate Dark:
#141413(Main casing, titles) - Primary Accent:
#d97757(Action/Connector highlights) - Secondary Accent:
#6a9bcc(Thermal/Cooling elements) - Tertiary Accent:
#788c5d(PCB/Internal substrate) - Muted Mid Gray:
#b0aea5(Leader lines, secondary text)
Design Principles
- Swiss Minimalism: Prioritize whitespace, functional clarity, and grid-based alignment.
- Low Saturation: Avoid vibrant "neon" or "AI gradients". Use solid, muted colors or subtle tonal shifts.
- Precision: Annotation lines should be thin (1-2px) and use a "shelf" layout (diagonal line to a horizontal shelf for the text).
Typography Strategy
Official Headings: Poppins or Reckless Neue. Functional UI: Inter or Arial.
# FALLBACK_STRATEGY
FONT_CANDIDATES = [
"/usr/share/fonts/truetype/poppins/Poppins-Bold.ttf",
"/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf",
"Arial-Bold"
]
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.