dragoon0x/everything-design-taste

search-patterns

Search UX, autocomplete, filters, search results, empty states, and search analytics.

First seen Jul 18, 2026

Installation

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

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

History

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

SKILL.md

Search Patterns

Search Input

  • Prominent placement (top of page or easily accessible)
  • Placeholder text: "Search [what they're searching]" not just "Search"
  • Magnifying glass icon (universal, don't reinvent)
  • Clear button (X) appears after typing
  • Search on submit (Enter key), not on every keystroke (unless autocomplete)

Autocomplete

  • Show after 2-3 characters minimum
  • Highlight matching text in suggestions
  • Limit to 5-8 suggestions
  • Include category/type labels for mixed results
  • Keyboard navigation (up/down arrows, Enter to select)
  • Show recent searches when input is focused but empty

Search Results

  • Show result count
  • Highlight matched terms in results
  • Show clear content type (article, product, person)
  • Include enough context to evaluate relevance without clicking
  • Sort by relevance by default, offer sort options

No Results

Never show just "No results found." Instead:

  1. Confirm what they searched for
  2. Check for typos and suggest corrections
  3. Suggest related terms or categories
  4. Offer a way to browse instead
  5. If applicable, suggest they try different filters

Filters

  • Show active filter count on the filter button
  • Allow combining filters (AND logic, not OR)
  • Show result count update as filters change
  • Clear all filters with one action
  • Remember filter state within a session