dragoon0x/everything-design-taste

filter-sort-patterns

Filter and sort UI patterns for list and search interfaces.

First seen Jun 17, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill filter-sort-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,133 B
  • docs SUMMARY.md 87 B

History

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

SKILL.md

Filter & Sort Patterns

Filter Types

Type Best For Implementation
Checkbox Multi-select categories Expandable sections
Radio Single-select Expandable sections
Range slider Price, rating, dates Dual-thumb slider
Search Large option lists Searchable checkbox list
Toggle Binary filters Switch or chip

Design Patterns

  • Sidebar filters: Desktop, persistent alongside results
  • Top bar filters: Horizontal chips/pills above results
  • Filter modal: Mobile, full-screen or bottom sheet
  • Applied filters: Show as removable chips above results

Rules

  1. Show result count updating with each filter change
  2. "Clear all" button always visible
  3. Show active filter count on the filter button (mobile)
  4. Persist filter state in URL (shareable, bookmarkable)
  5. Remember recent filter combinations
  6. Sort: relevance, newest, price, popular as minimum options