dragoon0x/everything-design-taste

map-interface

Map UI patterns, markers, clustering, search on maps, location pickers, and map interaction design.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill map-interface

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,268 B
  • docs SUMMARY.md 120 B

History

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

SKILL.md

Map Interface Patterns

Map Controls

  • Zoom: buttons (+/-) and scroll/pinch
  • Current location: "locate me" button
  • Map type toggle: satellite/terrain/standard
  • Search: geocoding input for address/place lookup
  • Fullscreen toggle

Markers

  • Cluster dense markers at low zoom (show count)
  • Selected marker is visually distinct (larger, different color, elevated)
  • Hover shows tooltip with preview info
  • Click opens detail card/panel
  • Consistent marker style within categories

Info Cards

  • Appear on marker click as card overlay or side panel
  • Include: name, address, rating, image, action buttons
  • Close on clicking elsewhere on map
  • Mobile: bottom sheet sliding up from bottom

Location Picker

  • Click to place marker
  • Drag to adjust position
  • Search to jump to address
  • Show coordinates for precision use
  • Confirm button to finalize selection

Performance

  • Limit visible markers (cluster or viewport-filter)
  • Lazy load marker details on click
  • Use vector tiles for smooth zoom
  • Debounce search-as-you-pan requests