Agent Skills: css-colors

Instructions on how to add new colors for CSS rules

UncategorizedID: aiskillstore/marketplace/css-colors

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/crossbill-highlights/css-colors

Skill Files

Browse the full folder contents for css-colors.

Download Skill

Loading file tree…

skills/crossbill-highlights/css-colors/SKILL.md

Skill Metadata

Name
css-colors
Description
Instructions on how to add new colors for CSS rules

When adding new colors for CSS rules, follow these guidelines to ensure consistency and maintainability:

  • If possible use Material UI color palette which is derived from MUI theme in frontend/src/theme/theme.ts
  • Do not use direct color codes in component code but instead refer to the theme colors
  • If a new color is needed, add it to the theme file's customColors section