agentsclimarketplace

Border divider patterns

Skill Dragoon0x/everything-design-taste/skills/border-divider-patterns

Border usage, divider patterns, and visual separation techniques in UI design.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill border-divider-patterns

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 254 tokens by cl100k_base, as published. Nobody here has run it

Border Divider Patterns

Separation Methods

MethodWhenExample
White spaceDefault, sufficient for most casesSection gaps
Background changeLarge sections, obvious groupingAlternating row colors
Border/lineTight spaces, clear delineation neededTable rows, list items
ShadowOverlapping elements, elevationCards on a surface
Color bandStrong visual break, decorativeSection dividers

Border Rules

  1. 1px is usually enough. 2px for emphasis only.
  2. Use semantic color tokens. --color-border-default, --color-border-strong.
  3. Don't border everything. White space often works better.
  4. Consistent style. Solid throughout, or dashed for a specific meaning (drag targets, optional areas).
  5. Radius matches the system. Don't mix sharp and rounded borders.

Divider Rules

  • Full-width dividers for major section breaks.
  • Inset dividers (indented from edges) for related list items.
  • Vertical dividers sparingly (toolbar groups, split panels).
  • Never stack dividers and spacing (use one or the other).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.