agentsclimarketplace

Tooltips

Skill Uxcel-Lab/product-skills/ux/components/tooltips

Design or critique tooltips and contextual hints — decide when a tooltip clarifies vs. when it's a crutch for unclear design, and apply placement, styling, and brevity rules. Trigger when the user asks to design or review tooltips, hover hints, info icons, contextual help bubbles, or asks whether something needs a tooltip.From its SKILL.md

Install
npx -y skills add Uxcel-Lab/product-skills --skill tooltips

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

6.4 KB, ~1.4k tokens by cl100k_base, as published. Nobody here has run it

Tooltips Skill

How this skill behaves (read first)

This is a generative skill. The default failure modes: tooltip-as-crutch (an unclear interface "fixed" by sprinkling hover hints everywhere), redundancy ("Submit" button + "Click to submit" tooltip), and vital info in hover space (content users must see, hidden behind an interaction many will never perform — and that touch devices can't perform reliably). A tooltip is a supplement for genuinely ambiguous elements — never a load-bearing part of the flow. This skill gates:

  1. Gate each tooltip's existence — is the element actually ambiguous, or is the design unclear?
  2. Apply the always-true core — placement, brevity, styling, cursor signaling.
  3. Surface the escalation decisions — when a tooltip is the wrong tool entirely.

Then it hands off to ux-heuristics-audit, ux-accessibility-audit, ux-aesthetics-audit, and ux-microcopy-audit for validation.


Step 0 — Gate each tooltip's existence

Three questions per tooltip:

  • Is the element genuinely ambiguous? A camera icon that could mean "take photo" or "open gallery" → tooltip earns its place. A button labeled "Submit" → no tooltip; it would only repeat the label.
  • Is the information vital to the task? Tooltips are user-triggered — many users never hover, and touch devices have no hover. Anything required to complete the flow goes in the interface (label, helper text, inline message), never in a tooltip.
  • Is this papering over a design problem? If a screen needs many tooltips, the labels, icons, or layout are failing. Fix the element; don't annotate it. (Better universal icon, visible label, or icon + label — see ux-buttons and ux-menus.)

The always-apply core (for tooltips that survive the gate)

  • Concise, essentials-only content — a bite-sized clarification ("Capture photo"), no redundancy, nothing users must strain to read.
  • Placement never blocks — the tooltip and its trigger element both stay fully visible; never cover the input or button it describes, never get cut off at screen edges.
  • Pointer cursor on hoverable triggers — signals that more information is available and ties the cursor to the pop-up.
  • Left-aligned text (LTR), modest styling, no decorative frames, ≥4.5:1 contrast between text and tooltip background.
  • Consistent treatment product-wide — one tooltip style, one trigger behavior.

The escalation decisions (when a tooltip is the wrong tool)

SituationDon't reach forUse instead
Information needed to complete a form fieldTooltip on an info iconHelper text below the input (→ ux-inputs-and-forms)
Visual question (where's the CVV?)Text-only tooltip on mobileInline icon/graphic, tooltip as desktop supplement
First-run feature educationPermanent tooltips everywhereOnboarding walkthrough patterns (→ ux-onboarding)
Anything on touch-first productsHover-dependent tooltipsVisible labels, helper text, or tap-triggered popovers (→ ux-modals-and-dialogs for popovers)
Rich content (images, multiple actions)An overstuffed tooltipA popover
Truncated text needing full displayHoping users guessTooltip is right here — truncation + tooltip is a legitimate pairing (→ tables, menus, breadcrumbs)

Validate the result (orchestration)

Hand-offs name each lens by its installable skill name. Invoke one only if that skill is installed; if it isn't, this skill's own core already carries these rules — proceed without it rather than blocking.

After generating or revising, hand the result to the audit lenses rather than declaring it done. These are candidate lenses — posture is set by docs/orchestration-policy.md, or route the whole thing through ux-design-review. Here, heuristics and microcopy are Tier A (auto-run); accessibility, aesthetics, and mobile-responsiveness are Tier B (offered) — under an existing design system aesthetics is suppressed and accessibility narrows to usage; mobile-responsiveness applies only on mobile. If the user invoked this skill for one specific thing, respect that scope.

  • ux-heuristics-audit (Tier A) — recognition over recall (is the interface self-explanatory without the tooltips?), consistency of treatment.
  • ux-accessibility-audit (Tier B — offer; narrow under a design system) — keyboard/focus access to tooltip content, touch alternatives, contrast, no hover-only vital information.
  • ux-aesthetics-audit (Tier B — offer; suppress under a design system) — styling restraint, placement cleanliness.
  • ux-microcopy-audit (Tier A) — tooltip text brevity and clarity.
  • ux-mobile-responsiveness-audit (Tier B — offer; applies only on mobile) — when the context is mobile: hover-dependence is a defect there by default.

If the audits surface a conflict, resolve back toward the primary task: a user who needs a tooltip is already slightly lost — the goal is an interface where they rarely need one.


Common do/don't patterns

❌ Don't✅ Do
"Click to submit" on a Submit buttonTooltips only where meaning is genuinely ambiguous
Required instructions hidden in hoverVital info in the interface; tooltips are optional extras
Ten tooltips patching an unclear screenFix labels/icons; tooltips as rare supplements
Tooltip covering the field it explainsPlacement that keeps trigger + tooltip both visible
Tooltip cut off at the viewport edgeEdge-aware positioning
Decorative frames, low-contrast textModest styling, ≥4.5:1 contrast, left-aligned
A paragraph in a tooltipOne bite-sized clarification
Hover-only help on touch productsVisible labels or tap-triggered popovers
Ship without checkingHand off to heuristics + accessibility + aesthetics + microcopy

Source lessons (Uxcel)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.