--- name: html-to-scss description: Generate SCSS file skeletons with BEM selectors based on provided HTML. Use when the user asks to convert HTML markup into an SCSS block or file. Outputs selectors with empty rule bodies. license: MIT metadata: author: Valentin Silyutin version: "1.0.0" --- # BEM SCSS Skeleton Generation Instructions Analyze the provided HTML markup and generate **only the SCSS skeleton** with selectors following the BEM methodology. ## What is Generated - Only selector structure with empty rule bodies. - **No** `@media`, pseudo-classes (`&:hover`, `&:focus`), pseudo-elements, child/descendant tag selectors (`& > a`, `& a`), or actual CSS properties. - **Only** nesting forms `&_modifier` and `&__element` derived explicitly from the HTML. - **BEM Mixes:** If an element contains both an element class and an independent block class (e.g., `