This skill should be used whenever the user is building an interactive tour, walkthrough, onboarding flow, or guided help in the KubeRocketCI portal — phrasings like "add a tour", "create a guide or walkthrough", "react-joyride", "tour steps", "page guide", "PageGuideButton", "help popup / feature intro", "onboarding", "highlight this element on first visit", or cross-page tours with step prerequisites. Tours live in modules/tours and use react-joyride. Use it even when the user just says "walk new users through X". Note these near-misses — a static Radix tooltip or popover component is component-development, not a tour; the form wizard help sidebar (FormGuide) is form-patterns, not the tour PageGuide; plain navigation between pages is routing-permissions.
$npx -y skills add kuberocketci/claude-plugins --skill tour-patternsInstalls into the current project.
Run `npx skills use "https://github.com/kuberocketci/claude-plugins" --skill "kuberocketci/claude-plugins/tour-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kuberocketci/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kuberocketci/claude-plugins"` and select the relevant skills, then follow their instructions.