Integral Media brand style guide for creating HTML documents
npx claudepluginhub integralmedia1/im-html-style-guideIntegral Media brand style guide for HTML documents, reports, presentations, and Google Sheets formatting
Claude Code plugin that teaches Claude the Integral Media brand rules — so when you ask it to create an HTML report, presentation, or document, it automatically uses the right colours, fonts, logo, and layout.
Important: These commands are run from your regular terminal (bash/zsh), NOT from inside Claude Code's
❯prompt. If Claude Code is open, exit it first with/exitor Ctrl+C.
claude plugin marketplace add integralmedia1/im-html-style-guide
claude plugin install im-html-style-guide
You should see two green ticks. Then open Claude Code as normal — the plugin loads automatically.
By default, third-party plugins don't auto-update. To enable it so you always get the latest changes on startup:
/plugin to open the plugin managerim-html-style-guideAfter that, the plugin refreshes automatically every time you start Claude Code.
If you haven't enabled auto-updates, pull the latest from your terminal:
claude plugin marketplace update im-html-style-guide
Then restart Claude Code.
Once installed, just ask Claude to make an HTML document inside Claude Code. Any of these work:
Claude will automatically use the brand template, inline the logo as SVG, and follow all style rules.
You can also invoke the skill directly with /im-html-style-guide.
| Component | What it does |
|---|---|
| Style guide | Colours, typography, logo rules, do's and don'ts |
| HTML template | Ready-to-go template with all CSS inline |
| Logo variants | SVG (colour, black, white, dark bg) + PNG brandmarks |
| Component library | Cards, callouts, steps, timelines, status grids, tables, tabs, diagrams |
| Lucide icons | 24 pre-built inline SVG icons (no emoji) |
| Mobile responsive | 768px + 480px breakpoints, tested on mobile devices |
| White-label rules | How to strip IM branding for Higher Ranking / Purpose Digital |
| Email signature spec | Gmail-compatible HTML signature template, typography, colours, deployment guide |
| Google Sheets guide | Colour palette (with RGB 0-1 for API), element specs, WCAG AA, batchUpdate request order |
| Value | |
|---|---|
| Primary | Sky Blue #27C1F4 |
| Secondary | Deep Navy #002F6C |
| Display font | Julius Sans One (uppercase only, weight 400) |
| Body font | Inter |
| Mono font | JetBrains Mono |
| Max width | 960px |
| Icons | Lucide inline SVGs (never emoji) |
| Key rule | Documents must be self-contained — inline CSS, inline SVG logos, no external stylesheets |
From your terminal (not inside Claude Code):
claude plugin uninstall im-html-style-guide
claude plugin marketplace remove im-html-style-guide