SkillAgentSearch skills...

ui-spacing

Spacing utilities and gap conventions

Install / Use

npx skills add dchote/github-runner-addon

Installs into whichever agent you are using.

About this skill
📐

Cursor Rules

Cursor IDE rules (v2)

Quality Score

32/100

Supported Platforms

Cursor

description: Spacing utilities and gap conventions globs: github_runner/frontend/src/**/*.vue alwaysApply: false

Spacing

Reference: docs/patterns/frontend-guide.md

  • Prefer Vuetify spacing classes (pa-*, mb-*, …) over custom theme padding.
  • Create vertical gaps with mb-* on the upper element — avoid mt-* for section rhythm.
  • Control clusters: d-flex align-center flex-wrap + style="gap: 8px".
  • Do not rely on ga-* for critical layout.
  • Card/dialog bodies: use .standard-card-body (full padding shorthand in theme) — not split pt-*/px-* defaults.
  • Nested card copy: theme resets margin-block-start only; keep bottom gaps on mb-*.
  • Do not add theme.scss rules that only restate Vuetify spacing.
  • Reserve theme.scss for brand tokens and structural chrome (page shell, cards, list-details, workspace tabs, sections).

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low