ui_perfection

UI Perfection Protocol

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ui_perfection" with this command: npx skills add cityfish91159/maihouses/cityfish91159-maihouses-ui-perfection

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 ).

  1. 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.

  1. 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.

  1. 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?")

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

read-before-edit

No summary provided by upstream source.

Repository SourceNeeds Review
General

rigorous_testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

type-checker

No summary provided by upstream source.

Repository SourceNeeds Review
General

pre-commit-validator

No summary provided by upstream source.

Repository SourceNeeds Review