dragoon0x/everything-design-taste

border-craft

Border design patterns, dividers, separators, and using borders as primary design elements.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill border-craft

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,289 B
  • docs SUMMARY.md 111 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Border Craft

Borders as Information

Borders separate, group, contain, and emphasize. They carry meaning:

  • Thin (1px): Subtle separation, table cells, list dividers
  • Medium (2px): Emphasis, active states, selected items
  • Thick (3-4px): Strong emphasis, section dividers, brand accent

Border Styles

Style Use Avoid
Solid Default for everything N/A
Dashed Drag targets, placeholder areas Decoration
Dotted Input suggestions, optional boundaries Heavy use
Double Editorial emphasis, retro/classic feel UI components

Alternatives to Borders

  • Background color change
  • Spacing/gap increase
  • Shadow (creates depth instead of line)
  • Indent (hierarchy through position)

Border Radius Scale

--radius-none: 0px;      /* Sharp, editorial, industrial */
--radius-sm: 4px;        /* Subtle softening */
--radius-md: 8px;        /* Standard UI */
--radius-lg: 12px;       /* Cards, containers */
--radius-xl: 16px;       /* Large components */
--radius-full: 9999px;   /* Pills, avatars */