Neversight skills feed css best practices 1.0.3
Skill VRIL-LABS/skill-jam/skills/web-frontend/neversight-skills_feed-css-best-practices-1.0.3
Welcome to the skill-jam ☄️🏀
npx -y skills add VRIL-LABS/skill-jam --skill neversight-skills_feed-css-best-practices-1.0.3Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Guidelines for building modern, performant, and accessible CSS using MDN best practices. Use this when styling components, fixing layout shifts, or optimizing CSS performance.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 266 tokens by cl100k_base, as published. Nobody here has run it
CSS Best Practices
This skill provides a set of rules and best practices for writing modern, performant, and maintainable CSS. It focuses on stability, modern layout engines, and user-centric accessibility.
This document is designed for AI agents and LLMs (but not limited to) to follow when creating/generating, debugging and maintaining CSS in any format or using any CSS framework, tool and preprocessor in any kind of web project.
Core Rules
- Layout Stability
- Maintainability & Cascade
- Container Queries
- Logical Properties
- Performance & Animation
- Accessibility
Usage
Activate this skill when generating new CSS files, refactoring legacy styles, or debugging UI performance issues.
Read individual reference files for detailed explanations and code examples:
references/layout-stability.md
references/specificity-cascade.md
references/container-queries.md
Each reference file contains:
- Title and basic description/context
- Correct code example with explanation
- Optionally incorrect code example with explanation
- Brief explanation of why it matters