css-math-units
Explain, derive, and debug CSS math for measurement units, calc(), min(), max(), clamp(), custom properties, inheritance, em/rem scaling, percentages, viewport units, and box model formulas. Use when CSS dimensions compute unexpectedly, when mixing units, when building scalable spacing/type systems, or when reviewing box sizing and inherited values.
Works with
--- name: css-math-units description: Explain, derive, and debug CSS math for measurement units, calc(), min(), max(), clamp(), custom properties, inheritance, em/rem scaling, percentages, viewport units, and box model formulas. Use when CSS dimensions compute unexpectedly, when mixing units, when building scalable spacing/type systems, or when reviewing box sizing and inherited values. license: MIT --- # CSS Math Units Use this skill to trace how CSS values become computed layout values. It is useful for unit conversion, inherited size multiplication, calc expressions, custom property math, and box model sizing. ## Quick Start 1. Read `guidelines.md` to select the smallest relevant file set. 2. Load `references/css-calculations/rules.md` for implementation decisions. 3. Load `references/css-calculations/examples.md` when editing code. 4. Use `workflows/debug-css-calculation.md` for multi-step derivation or debugging. ## Contents | Resource | Purpose | |----------|---------| | `guidelines.md` | Routes tasks to the right reference files | | `references/source-map.md` | Book source and chapter/section traceability | | `references/css-calculations/knowledge.md` | Core concepts and terminology | | `references/css-calculations/rules.md` | Practical rules, guidelines, and exceptions | | `references/css-calculations/examples.md` | Bad/good examples and refactoring approach | | `references/css-calculations/patterns.md` | Reusable formula and implementation patterns | | `references/css-calculations/checklist.md` | Review checklist and red flags | | `workflows/debug-css-calculation.md` | Step-by-step workflow | ## Source Derived from *Math for Web Design* by Paul McFedries, Chapter 3: Math basics for CSS. Citations are tracked in `references/source-map.md`.
More Debugging skills
diagnosing-bugs
mattpocock/skills
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
explore-code
lllllllama/rigorpilot-skills
Rigor Improve implementation leaf skill for auditable candidate implementation in deep learning research repositories. Use when the researcher explicitly authorizes exploratory work on an isolated branch or worktree to transplant modules, adapt a backbone, add LoRA or adapter layers, replace a head, or stitch together meaningful low-risk migration ideas with rollback-aware records in `explore_outputs/`. Do not use for end-to-end exploration orchestration on top of `current_research`, trusted baseline reproduction, conservative debugging, environment setup, verified contribution claims, or default repository analysis.
safe-debug
lllllllama/rigorpilot-skills
Rigor Debug / Rigor Audit skill for deep learning research work. Use when the user pastes a traceback, terminal error, CUDA OOM, checkpoint load failure, shape mismatch, NaN loss symptom, or training failure and wants conservative diagnosis before any patching, with debug fixes clearly separated from research contributions. Do not use for broad refactoring, speculative adaptation, automatic exploratory patching, or general repository familiarization.

