smithery/neversight

ui_perfection

Enforce the "Premium" aesthetic and accessibility standards.

Installation

$ npx skills add smithery/neversight --skill ui-perfection

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 smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

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

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Edit, Write

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,481 B
  • docs SUMMARY.md 81 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

UI Perfection Protocol

1. "Premium" Aesthetic Rules

  • Typography: Use defined font stacks (Inter/Roboto). No default Times New Roman.
  • Spacing: Use standard Tailwind spacing (e.g. p-4, m-6). Avoid magic numbers.
  • Colors: Use the project's color palette (e.g. bg-primary-500). Avoid raw hex codes unless absolutely necessary for specific branding.
  • Interaction:

- All interactive elements must have :hover and :active states. - Transitions should be smooth (transition-all duration-200).

2. Mobile Responsiveness

  • Mobile-First: Design for mobile base styles first, then add md:, lg: modifiers.
  • Touch Targets: Buttons must be at least 44x44px usable area.
  • No Overflow: Check for horizontal scrollbars on mobile.

3. Accessibility (A11y)

  • Alt Text: Images must have alt attributes.
  • Contrast: Text color must pass WCAG AA contrast ratio against background.
  • Forms: Inputs must have associated labels (visible or aria-label).
  • Keyboard: All interactive elements must be reachable via Tab.

4. Perfection Checklist

  • Is it responsive on mobile (320px+)?
  • Are hover states present?
  • Are transitions smooth?
  • Do images have alt text?
  • Does it look "Premium"? (Subjective check - ask yourself: "Would Apple/Linear ship this?")