composio-community/awesome-codex-skills

brand-guidelines

Applies OpenAI's brand colors and typography to any artifact that should match the Codex/OpenAI look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

First seen Jan 24, 2026

Installation

$ npx skills add composio-community/awesome-codex-skills --skill brand-guidelines

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from composio-community/awesome-codex-skills · top by installs.

npx skills add composio-community/awesome-codex-skills

Browse all from composio-community/awesome-codex-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 16.3K
License Complete terms in LICENSE.txt
Default branch master
Open issues 13
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseComplete terms in LICENSE.txt

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,469 B
  • docs SUMMARY.md 231 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 446 installs

SKILL.md

OpenAI Brand Styling

Overview

Apply OpenAI's brand identity and style resources with this skill.

Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, OpenAI brand, Codex, visual formatting, visual design

Brand Guidelines

Colors

Main Colors:

  • Charcoal: #0E0F12 - Primary text and dark backgrounds
  • Slate: #202123 - Surface backgrounds
  • Mist: #F5F7FA - Light backgrounds and text on dark
  • Steel: #9EA1AA - Secondary elements and dividers

Accent Colors:

  • OpenAI Green: #10A37F - Primary accent
  • Azure: #2B8FFF - Secondary accent
  • Graphite: #40434A - Neutral accent for icons or strokes

Typography

  • Headings: Inter, Semibold/Bold (with Arial fallback)
  • Body Text: Inter, Regular (with Arial fallback)
  • Code/Monospace: IBM Plex Mono (with Menlo/monospace fallback)
  • Note: Fonts should be pre-installed in your environment for best results

Features

Smart Font Application

  • Applies Inter Semibold/Bold to headings (24pt and larger)
  • Applies Inter Regular to body text
  • Applies IBM Plex Mono for code snippets or inline code
  • Automatically falls back to Arial/Menlo if custom fonts unavailable
  • Preserves readability across all systems

Text Styling

  • Headings (24pt+): Inter Semibold/Bold
  • Body text: Inter Regular
  • Smart color selection based on background (Charcoal or Mist as appropriate)
  • Preserves text hierarchy and formatting

Shape and Accent Colors

  • Non-text shapes use accent colors
  • Cycle accent usage: OpenAI Green → Azure → Graphite
  • Maintains visual interest while staying on-brand

Technical Details

Font Management

  • Uses system-installed Inter and IBM Plex Mono fonts when available
  • Provides automatic fallback to Arial (headings/body) and Menlo/monospace (code)
  • No font installation required - works with existing system fonts
  • For best results, pre-install Inter and IBM Plex Mono fonts in your environment

Color Application

  • Uses RGB color values for precise brand matching
  • Applied via python-pptx's RGBColor class
  • Maintains color fidelity across different systems