Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Calculate and debug Flexbox layout math for flex base size, flex-basis, flex-grow, flex-shrink, the flex shorthand, fractional grow values, and min/max constraints. Use when flex items resize unexpectedly, when distributing free space along one axis, when comparing flexbox with grid, or when deriving predictable card, nav, toolbar, and row layouts.
.claude/skills/hashgraph-online-flexbox-math/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-17 | ✓→✗ | ▼ Worse | 48% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 49% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -6% | 0% |
Use this skill for one-dimensional layout distribution. It focuses on the arithmetic that determines base sizes, free space, grow allocation, shrink allocation, and constraint clamping.
guidelines.md to select the smallest relevant file set.references/flex-distribution/rules.md for implementation decisions.references/flex-distribution/examples.md when editing code.workflows/debug-flex-distribution.md for multi-step derivation or debugging.| Resource | Purpose | |----------|---------| | guidelines.md | Routes tasks to the right reference files | | references/source-map.md | Book source and chapter/section traceability | | references/flex-distribution/knowledge.md | Core concepts and terminology | | references/flex-distribution/rules.md | Practical rules, guidelines, and exceptions | | references/flex-distribution/examples.md | Bad/good examples and refactoring approach | | references/flex-distribution/patterns.md | Reusable formula and implementation patterns | | references/flex-distribution/checklist.md | Review checklist and red flags | | workflows/debug-flex-distribution.md | Step-by-step workflow |
Derived from Math for Web Design by Paul McFedries, Chapter 5: Flexbox math. Citations are tracked in references/source-map.md.
Other measured skills in the registry, with their headline benchmark lift.