$npx -y skills add omnigentx/jarvis --skill brand-guidelinesApplies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
| 1 | # Anthropic Brand Styling |
| 2 | |
| 3 | ## Overview |
| 4 | |
| 5 | To access Anthropic's official brand identity and style resources, use this skill. |
| 6 | |
| 7 | **Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design |
| 8 | |
| 9 | ## Brand Guidelines |
| 10 | |
| 11 | ### Colors |
| 12 | |
| 13 | **Main Colors:** |
| 14 | |
| 15 | - Dark: `#141413` - Primary text and dark backgrounds |
| 16 | - Light: `#faf9f5` - Light backgrounds and text on dark |
| 17 | - Mid Gray: `#b0aea5` - Secondary elements |
| 18 | - Light Gray: `#e8e6dc` - Subtle backgrounds |
| 19 | |
| 20 | **Accent Colors:** |
| 21 | |
| 22 | - Orange: `#d97757` - Primary accent |
| 23 | - Blue: `#6a9bcc` - Secondary accent |
| 24 | - Green: `#788c5d` - Tertiary accent |
| 25 | |
| 26 | ### Typography |
| 27 | |
| 28 | - **Headings**: Poppins (with Arial fallback) |
| 29 | - **Body Text**: Lora (with Georgia fallback) |
| 30 | - **Note**: Fonts should be pre-installed in your environment for best results |
| 31 | |
| 32 | ## Features |
| 33 | |
| 34 | ### Smart Font Application |
| 35 | |
| 36 | - Applies Poppins font to headings (24pt and larger) |
| 37 | - Applies Lora font to body text |
| 38 | - Automatically falls back to Arial/Georgia if custom fonts unavailable |
| 39 | - Preserves readability across all systems |
| 40 | |
| 41 | ### Text Styling |
| 42 | |
| 43 | - Headings (24pt+): Poppins font |
| 44 | - Body text: Lora font |
| 45 | - Smart color selection based on background |
| 46 | - Preserves text hierarchy and formatting |
| 47 | |
| 48 | ### Shape and Accent Colors |
| 49 | |
| 50 | - Non-text shapes use accent colors |
| 51 | - Cycles through orange, blue, and green accents |
| 52 | - Maintains visual interest while staying on-brand |
| 53 | |
| 54 | ## Technical Details |
| 55 | |
| 56 | ### Font Management |
| 57 | |
| 58 | - Uses system-installed Poppins and Lora fonts when available |
| 59 | - Provides automatic fallback to Arial (headings) and Georgia (body) |
| 60 | - No font installation required - works with existing system fonts |
| 61 | - For best results, pre-install Poppins and Lora fonts in your environment |
| 62 | |
| 63 | ### Color Application |
| 64 | |
| 65 | - Uses RGB color values for precise brand matching |
| 66 | - Applied via python-pptx's RGBColor class |
| 67 | - Maintains color fidelity across different systems |