dragoon0x/everything-design-taste

cursor-design

Custom cursor design, cursor states, and pointer interaction feedback.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill cursor-design

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

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,159 B
  • docs SUMMARY.md 91 B

History

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

SKILL.md

Cursor Design

Cursor States

Cursor When
default (arrow) Normal interaction
pointer (hand) Clickable elements (links, buttons)
text (I-beam) Text content, input fields
grab / grabbing Draggable elements
not-allowed Disabled or unavailable actions
wait / progress Loading (avoid — prefer inline indicators)
zoom-in / zoom-out Zoomable images
crosshair Precise selection (drawing, cropping)
col-resize / row-resize Resizable borders

Custom Cursors

  • Use sparingly. Custom cursors can confuse users.
  • Maximum size: 32x32px (128x128 on high-DPI).
  • Maintain the hotspot in the expected position.
  • Portfolio/creative sites: custom cursors can be a signature element.
  • Apps/tools: stick with system cursors.

Rules

  • Every interactive element should have cursor: pointer.
  • Never hide the cursor (except in fullscreen media/games).
  • Disabled elements: cursor: not-allowed + reduced opacity.