dragoon0x/everything-design-taste

search-ux

Search interface design, autocomplete, filters, results display, and zero-results handling.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill search-ux

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,253 B
  • docs SUMMARY.md 108 B

History

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

SKILL.md

Search Ux

Search Input

  • Prominent placement. Top of page or header bar.
  • Placeholder text: specific to content. "Search products..." not "Search..."
  • Magnifying glass icon inside or beside the input.
  • Clear button appears when text is entered.
  • Keyboard shortcut (Cmd+K or /) for power users.

Autocomplete

  • Show suggestions after 2-3 characters.
  • Debounce: 200-300ms after last keystroke.
  • Categorize results (Products, Articles, Users).
  • Highlight the matching text in suggestions.
  • Recent searches above suggestions.
  • Max 7-10 suggestions visible.

Results Page

  • Show result count. "42 results for 'design systems'"
  • Snippet/preview for each result with query terms highlighted.
  • Sort options: Relevance (default), Date, Popularity.
  • Filters: sidebar on desktop, drawer on mobile.

Zero Results

Never show just "No results found." Always provide:

  1. Spelling suggestions ("Did you mean...?")
  2. Related categories or tags
  3. Popular/trending content
  4. Clear search and browse option
  5. Contact support link if appropriate