angular-scss-bem-standards
Installation
SKILL.md
Angular SCSS BEM Standards
Overview
Use this skill to keep component styles predictable, reusable, and easy to review. Prefer component-scoped BEM classes and keep selectors flat by default.
Workflow
- Identify the component selector and define one block name.
- Map required elements and modifiers before editing template or style files.
- Implement classes in template first, then write SCSS with flat selectors.
- Validate against the checklist in
references/review-checklist.md. - If selector context needs more than one descendant level, split into child components.