help-tour

Guide users through HR-IMS with interactive tours and tooltips.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill help-tour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help-tour
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/help-tour
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill help-tour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps onboarding and user adoption by providing guided tours and contextual help within HR-IMS to reduce confusion and time-to-value.

Core Features & Use Cases

  • Interactive product tours that guide users through key HR-IMS workflows
  • Onboarding walkthroughs that introduce new features and changes
  • Help tooltips and popovers for inline, just-in-time assistance
  • Feature announcements to surface new capabilities and improvements

Quick Start

Trigger the Welcome Tour for a new user to onboard them quickly.

Frequently Asked Questions about help-tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add interactive onboarding tours and tooltips to a React frontend?

Interactive onboarding tours and tooltips in a React frontend are provided through a Tour service that orchestrates walkthroughs, inline help popovers, and feature announcements to reduce new user confusion and time-to-value.

What is the best way to track user progress for onboarding walkthroughs?

The best way to track user progress for onboarding walkthroughs is by recording it in a Prisma-backed store, which coordinates with the Tour service to monitor where users are in their adoption journey and surface the correct steps.

Does this guided tour solution support multi-language localization?

Yes, this guided tour solution supports multi-language localization content, allowing you to deliver interactive tours, tooltips, and feature announcements to users in their preferred language within the application.

Can I use help tooltips for just-in-time assistance without a full product tour?

Yes, you can use help tooltips and popovers for inline, just-in-time assistance independently, allowing you to provide contextual help for specific UI elements without triggering a full end-to-end onboarding walkthrough.

How do I trigger a welcome tour for new users to onboard them quickly?

To trigger a welcome tour for new users and onboard them quickly, you initiate the Welcome Tour through the Tour service, which then guides the user through key application workflows step by step.