onboarding-ux

First-time user experience, tooltips, guided tours, and feature discovery. Use when creating onboarding flows, tours, or user education.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "onboarding-ux" with this command: npx skills add moderndegree/agent-skills/moderndegree-agent-skills-onboarding-ux

Onboarding & UX

This skill covers onboarding patterns — first-time user experience, tooltips, guided tours, and feature discovery.

Use-When

This skill activates when:

  • Agent builds onboarding flows
  • Agent creates tooltips or feature highlights
  • Agent designs first-time user experiences
  • Agent implements feature discovery

Core Rules

  • ALWAYS make onboarding optional and dismissible
  • ALWAYS let users skip or complete quickly
  • NEVER block access to core features with tours
  • PREFER in-context hints over isolated tours
  • ALWAYS remember completed onboarding (don't repeat)

Common Agent Mistakes

  • Blocking users until tour completes
  • No way to dismiss or skip
  • Repeating onboarding on every visit
  • Too much information at once
  • Annoying users with constant tooltips

Examples

✅ Correct

// Dismissible tooltip
<Tooltip content="Click to save" side="top">
  <Button>Save</Button>
</Tooltip>

❌ Wrong

// Blocked access
{!hasSeenTour && <TourBlockingOverlay />}

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

design-systems

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dialogs-modals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

shadcn-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

a11y-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review