# Mobile Density UI System V2

> Use this when fixing responsive layouts that waste space, especially mobile product grids, service cards, stats, thumbnails, galleries, pricing, or category sections.

- Skill: `yankieldbc2/mobile-density-ui-system-v2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yankieldbc2/mobile-density-ui-system-v2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yankieldbc2/mobile-density-ui-system-v2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: YankielDBC2 (https://skillmd.com/u/yankieldbc2)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/yankieldbc2/mobile-density-ui-system-v2

---


# Mobile Density UI System v2

## Goal

Make mobile layouts compact, scannable, and conversion-friendly without sacrificing readability or touch comfort.

## When to use

Use when mobile pages feel too tall, cards are oversized, every section becomes one column, product/service grids create too much scroll, or important content is buried.

## Workflow

1. Inspect the real content types: products, services, thumbnails, stats, categories, testimonials, CTAs, or form blocks.
2. Decide whether each mobile section needs one column, two columns, horizontal scroll, compact cards, accordions, or progressive disclosure.
3. Use two-column mobile grids for small product/service/category cards when content and tap targets remain readable.
4. Reduce oversized headings, py-20/py-24 spacing, huge images, and card padding that create unnecessary scroll.
5. Keep primary CTAs visible and avoid burying purchase or contact actions below decorative content.
6. Use CSS grid, flex, container queries, or project utilities according to the existing style system.
7. Test breakpoints around 360, 390, 430, 768, 1024, and desktop when possible.

## Quality bar

- Check responsive behavior in browser/devtools or by inspecting CSS classes and breakpoints.
- Run available lint/type/build checks.
- Confirm no horizontal overflow or clipped content.

## Validation

- Mobile shows more useful content per screen without feeling cramped.
- Tap targets remain usable and text remains readable.
- Two-column mobile grids are used where they improve browsing, not everywhere blindly.
- Hero and section heights are proportional to content.

## Final response

- Report mobile density choices and any breakpoints manually verified.

