Visual identity assets for the MIT AI Risk Initiative (AIRI), AI Risk Index, and AI Risk Repository.
- Open brand-guide.html in a browser for a visual overview (self-contained, shareable)
- Browse skill/logos/ for SVG and PNG logo files
- Read CONTRIBUTING.md for a guided tour and cookbook — especially if you're auditing old work, reconciling a divergent fork, or proposing changes with an AI assistant (Claude Code, Codex, Cursor)
Download airi-brand-skill.zip and upload it to a Claude conversation as a project knowledge file. Claude will automatically apply AIRI branding when generating HTML, CSS, charts, or other visual output.
The skill/ folder is a self-contained Claude Code skill. To install:
# Personal (all projects)
ln -s /path/to/this/repo/skill ~/.claude/skills/airi-brand
# Or project-specific
ln -s /path/to/this/repo/skill .claude/skills/airi-brandClaude will auto-trigger the skill when working on AIRI projects. You can also invoke it manually with /airi-brand.
| File | Purpose |
|---|---|
skill/SKILL.md |
Skill entry point — triggers, instructions, quick reference |
skill/BRAND.md |
Full brand specification — colors, typography, logos, component patterns |
skill/brand.css |
CSS custom properties, ready to import |
skill/tokens.json |
Machine-readable design tokens |
skill/logos/ |
SVG + PNG logos for Index, Initiative, and Repository |
Each product (index, initiative, repository) has icon and horizontal layouts in four color variants:
| Variant | Use case |
|---|---|
default / -on-light |
Light backgrounds (red content, transparent bg) |
-on-dark |
Dark backgrounds (white content, transparent bg) |
-on-red |
Self-contained with #A32035 background (documents, slides) |
The build tooling for regenerating logos (font changes, layout tweaks, etc.) lives in a separate repository. See airi-logo-development if it exists, or ask the maintainer.