css-grid-math
Derive and debug CSS Grid layout math for grid coordinates, line placement, spans, negative indexes, fr units, minmax(), fit-content(), repeat(), auto-fill, and auto-fit. Use when building grid systems, explaining track sizing, troubleshooting fr distribution, placing items by line numbers, or converting a layout sketch into CSS Grid formulas.
Works with
--- name: css-grid-math description: Derive and debug CSS Grid layout math for grid coordinates, line placement, spans, negative indexes, fr units, minmax(), fit-content(), repeat(), auto-fill, and auto-fit. Use when building grid systems, explaining track sizing, troubleshooting fr distribution, placing items by line numbers, or converting a layout sketch into CSS Grid formulas. license: MIT --- # CSS Grid Math Use this skill when a grid needs to be reasoned about as a coordinate and sizing system. It helps calculate where items land, how tracks divide space, and why flexible tracks do not always produce expected widths. ## Quick Start 1. Read `guidelines.md` to select the smallest relevant file set. 2. Load `references/grid-layout/rules.md` for implementation decisions. 3. Load `references/grid-layout/examples.md` when editing code. 4. Use `workflows/debug-grid-layout.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/grid-layout/knowledge.md` | Core concepts and terminology | | `references/grid-layout/rules.md` | Practical rules, guidelines, and exceptions | | `references/grid-layout/examples.md` | Bad/good examples and refactoring approach | | `references/grid-layout/patterns.md` | Reusable formula and implementation patterns | | `references/grid-layout/checklist.md` | Review checklist and red flags | | `workflows/debug-grid-layout.md` | Step-by-step workflow | ## Source Derived from *Math for Web Design* by Paul McFedries, Chapter 4: CSS Grid math. 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.

