arrange

Improves layout, spacing, and visual hierarchy in frontend interfaces.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AkaraChen/proxy-up --skill arrange-akarachen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arrange
Source: https://github.com/AkaraChen/proxy-up/tree/main/.agents/skills/arrange
Command: npx skills add https://github.com/AkaraChen/proxy-up --skill arrange-akarachen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interfaces often feel off even when colors and fonts are fine, because spacing is arbitrary, grids are monotonous, and visual hierarchy is weak. This Skill diagnoses and fixes those layout problems systematically. ## Core Features & Use Cases - Layout Assessment: Audits spacing consistency, visual hierarchy via the squint test, grid structure, rhythm, and density. - Systematic Improvement: Establishes spacing scales, chooses Flexbox vs Grid appropriately, breaks card-grid monotony, and manages depth with semantic z-index and shadow scales. - Use Case: A dashboard page uses identical icon-plus-text card grids everywhere with random padding values. Use this Skill to restructure it with a consistent spacing scale, varied section rhythm, and clear hierarchy. ## Quick Start Ask the AI to improve the layout and spacing of a specific page or component that feels crowded or monotonous.

Frequently Asked Questions about arrange

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a UI layout that feels off or crowded?▼

Audit spacing consistency, hierarchy, grid structure, rhythm, and density first. Then apply a consistent spacing scale, group related elements tightly, separate sections generously, and verify with the squint test to confirm clear hierarchy.

When should I use Flexbox vs CSS Grid for layout?▼

Use Flexbox for one-dimensional layouts like nav bars, button groups, and card internals. Use Grid for two-dimensional page structures and dashboards where rows and columns need coordinated control. Prefer the simplest tool for the job.

How do I create visual hierarchy without adding more colors?▼

Use space and weight alone: generous whitespace around key elements draws the eye, and tight grouping with wide section separation creates clear structure. Add color or size contrast only when simpler means are insufficient.

Why does my card grid layout look monotonous?▼

Repeating identical icon-plus-heading-plus-text cards everywhere removes rhythm and hierarchy. Vary card sizes, span columns, mix cards with non-card content, and use spacing and dividers instead of nesting cards inside cards.

What spacing scale should I use for consistent UI design?▼

Any defined scale works: a framework scale like Tailwind, rem-based tokens, or custom properties named semantically such as --space-xs through --space-xl. What matters is that all values come from the scale, never arbitrary numbers.