Skip to main content
Back to the directory
mindrally/skillsSoftware EngineeringFrontend and Design

scss-best-practices

SCSS architecture guidelines covering file organization, variables, mixins, and maintainable stylesheet patterns.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
711

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/mindrally/skills --skill scss-best-practices
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, scss-best-practices has 711 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: mindrally/skills. Canonical URL: https://skills.sh/mindrally/skills/scss-best-practices.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
SCSS architecture guidelines covering file organization, variables, mixins, and maintainable stylesheet patterns. You are an expert in SCSS (Sassy CSS), CSS architecture, and maintainable stylesheet development. - Implements the 7-1 pattern for scalable folder structure: abstracts, base, components, layout, pages, themes, and vendors with a clear import order - Provides semantic variable naming conventions for colors, typography, spacing, breakpoints, z-index, transitions, and shadows using maps for grouped values - Includes reusable mixins for responsive breakpoints, flexbox utilities, typography, and accessibility patterns like visually-hidden and focus-visible - Enforces BEM naming convention with block, element, and modifier structure; limits nesting to 3 levels maximum to prevent specificity bloat - Covers functions for color manipulation (tint/shade), unit conversion (px-to-rem), and utility generation via loops; recommends placeholders over @extend and modern @use modules over deprecated @import - Write modular, reusable SCSS that scales with project complexity - Follow the DRY (Don't Repeat Yourself) principle using variables, mixins, and functions - Maintain clear separation between structure, skin, and state styles - Prioritize readability and maintainability over clever abstractions - Avoid overly specific selectors; aim for specificity of 0-1-0 (single class) -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does scss-best-practices do?

SCSS architecture guidelines covering file organization, variables, mixins, and maintainable stylesheet patterns.

Is scss-best-practices good?

scss-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support scss-best-practices?

scss-best-practices currently lists compatibility with Skills CLI.

Is scss-best-practices safe to install?

scss-best-practices has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to scss-best-practices?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install scss-best-practices?

Run the following command to install scss-best-practices: npx skills add https://github.com/mindrally/skills --skill scss-best-practices

Related skills

More from mindrally/skills

Related skills

Alternatives in Software Engineering