frontend-design

star 0

Defines general frontend design guidelines and best practices for this project. Use this skill when the user asks to define the design of the frontend or when you make changes to any CSS files.

rstropek By rstropek schedule Updated 2/3/2026

name: frontend-design description: Defines general frontend design guidelines and best practices for this project. Use this skill when the user asks to define the design of the frontend or when you make changes to any CSS files.

Coding Guidelines for CSS

  • Use plain CSS, no Tailwind CSS
  • Use modern nested CSS selectors
  • Always define colors in CSS variables in the root CSS file
  • Isolate CSS rules specific to a component in a separate CSS file

Color Schema

  • Background color: white
  • Text color: black
  • Accent color: #132a64
Install via CLI
npx skills add https://github.com/rstropek/2026-02-03-ai-coding --skill frontend-design
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator