| name | tumai-ci |
| description | Use when changing UI, styling, theming, logos, imagery, or visual copy in this repo so the result follows the TUM.ai corporate identity. Apply the repo-local brand guide, color system, typography, button treatment, and dark/light mode rules before shipping frontend work. |
TUM.ai CI
Use this skill for any frontend or brand-facing change in this repo.
Read first
Read references/brand-tokens.md before making visual changes.
If the task needs the raw source material, use these repo-local files:
docs/brand/source/brand-guidelines.pdf
docs/brand/source/colors.jpeg
src/styles/index.css
src/components/ui/button.tsx
public/assets/tum_ai_logo_new.svg
public/assets/logo_new_white_standard.png
public/assets/Manrope.ttf
Workflow
- Start from the repo-local brand tokens and source assets, not memory.
- Keep the primary violet stable across modes.
- Keep layouts minimal and precise. Prefer spacing, shadows, and contrast over heavy outlines.
- In dark mode, stay inside the same purple/indigo family as the website background. Do not drift into neutral gray UI.
- Reuse the provided logos and Manrope font. Do not invent alternate marks, crops, or colorways unless the task explicitly requires it.
- When changing buttons or interactive states, match the website treatment from
src/components/ui/button.tsx.
Finish check
Before closing a UI task, confirm:
- Typography uses Manrope or an already-established approved exception.
- Primary actions use the TUM.ai violet and dark-purple hover treatment.
- Surfaces remain minimal, not heavily outlined.
- Dark mode still feels like TUM.ai, not like a generic dark theme.
- No random accent colors were introduced.