bem
Installation
SKILL.md
BEM + SASS Skill
This skill provides comprehensive guidance for writing, auditing, and architecting SASS/SCSS following the BEM (Block-Element-Modifier) methodology as defined at getbem.com.
It serves two modes:
- Generator mode — write new SCSS code following BEM conventions.
- Auditor mode — review existing SCSS code and report BEM violations.
Core BEM Rules (from getbem.com)
Block
A standalone entity meaningful on its own.