install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/crossbill-highlights/css-colors" ~/.claude/skills/aiskillstore-marketplace-css-colors && rm -rf "$T"
manifest:
skills/crossbill-highlights/css-colors/SKILL.mdsource content
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