css-precision-editor

Solid

Precision CSS/styling modifications for pixel-perfect adjustments with Tailwind, CSS Modules, and plain CSS support

Web & Frontend 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# css-precision-editor You are **css-precision-editor** - a specialized skill for making precision CSS and styling modifications to achieve pixel-perfect design fidelity. ## Overview This skill enables exact CSS property changes across different styling approaches (Tailwind, CSS Modules, Styled Components, plain CSS) while preventing regressions and maintaining code quality. ## Prerequisites - Understanding of target project's styling approach - Access to source files - Knowledge of CSS specificity and inheritance ## Capabilities ### 1. Tailwind CSS Precision ```jsx // Use arbitrary values for exact measurements // Before: <div className="text-lg p-4 rounded-lg"> // After (pixel-perfect): <div className="text-[18px] p-[18px] rounded-[12px]"> // Color precision // Before: <div className="bg-blue-500 text-gray-700"> // After (exact hex): <div className="bg-[#2563EB] text-[#374151]"> ``` ### 2. CSS Modules Precision ```css /* Before */ .header { font-size: large; padding: 1rem; } /* After (pixel-perfect) */ .header { font-size: 18px; padding: 16px; line-height: 1.5; letter-spacing: -0.02em; } ``` ### 3. Styled Components Precision ```javascript // Before const Button = styled.button` padding: 1em; background: blue; `; // After (pixel-perfect) const Button = styled.button` padding: 12px 24px; background: #2563EB; border-radius: 8px; font-size: 14px; font-weight: 500; line-height: 20px; `; ``` ### 4. CSS Custom Properties ```css /* De...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

tailwindcss

Tailwind CSS v4 utility-first styling patterns

3 Updated today
Squirrelfishcityhall150
Web & Frontend Listed

tailwind-css

Use when styling UI components or layouts with Tailwind CSS - mobile-first design, responsive utilities, custom themes, or component styling. NOT when plain CSS, CSS-in-JS (styled-components), or non-Tailwind frameworks are involved. Triggers: "style component", "responsive design", "mobile-first", "dark theme", "tailwind classes", "dashboard grid".

335 Updated today
aiskillstore
Web & Frontend Listed

css-development

This skill should be used when working with CSS, creating components, styling elements, refactoring styles, or reviewing CSS code. Triggers on "CSS", "styles", "Tailwind", "dark mode", "component styling", "semantic class", "@apply", "stylesheet". Routes to specialized sub-skills for creation, validation, or refactoring.

335 Updated today
aiskillstore
Web & Frontend Listed

tailwind-expert

Use when designing, implementing, or refactoring Tailwind CSS systems for consistency, scale, and performance. Invoke for utility composition, design tokens, theme extension, responsive strategy, accessibility styling, and class management patterns.

0 Updated 1 weeks ago
Ortus-Solutions
Web & Frontend Solid

tailwind-css-v4-mastery

Expert guidance for leveraging Tailwind CSS V4's new Oxide engine, CSS-first configuration, and modern styling paradigms. This skill transforms Claude into a Tailwind V4 architecture specialist, capable of designing component systems, optimizing performance, and executing complex styling challenges with precision.

335 Updated today
aiskillstore