tutorial-inject

Inject guided onboarding flows into existing web or mobile apps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Swear4/agent_rules --skill tutorial-inject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tutorial-inject
Source: https://github.com/Swear4/agent_rules/tree/main/agent-universal/skills/tutorial-inject
Command: npx skills add https://github.com/Swear4/agent_rules --skill tutorial-inject

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Injecte un systeme de tutoriel/onboarding complet dans une application existante (web ou mobile). Utiliser quand l'utilisateur demande d'ajouter un tutoriel, un onboarding, une visite guidee, un product tour, ou des etapes guidees a son app. Compatible React/Vite, Next.js, React Native (Expo & CLI), Angular, Vue.

Core Features & Use Cases

  • Injecte un systeme d'onboarding complet et configurable directement dans une app existante.
  • Gere des parcours 3 a 8 etapes, avec des transitions et des validations pendant l'execution.
  • Compatibilite multi-frameworks: React/Vite, Next.js, React Native (Expo & CLI), Angular, Vue. Exemple: migration AsyncStorage vers MMKV pour RN, utilisation d'un Help Hub ou d'un slider d'accueil.

Quick Start

Démarrez l'injection en déclarant le flux principal et en activant l'injecteur sur la première page.

Frequently Asked Questions about tutorial-inject

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

FAQPage Schema
How do I add a guided product tour to my React application?

You can inject a complete onboarding system to add a guided product tour to your React application. This supports configurable 3 to 8 step flows with transitions and validations during execution directly in your existing app.

Can I use this onboarding injection with Next.js and React Native?

Yes, the onboarding injection supports Next.js and React Native, including Expo and CLI setups. It also works with React/Vite, Angular, and Vue, using MMKV persistence for React Native environments.

What is a guided tour injection system and how does it work?

A guided tour injection system integrates configurable onboarding flows into an existing app. It works by declaring a main flow and activating an injector on the first page, providing deterministic flows and provider separation for product tours.

How many steps can I configure in a product onboarding flow?

You can configure product onboarding flows with 3 to 8 steps. These guided tours support transitions and validations during execution to ensure users complete the necessary onboarding interactions.

Does the React Native onboarding flow support MMKV persistence?

Yes, the React Native onboarding flow supports MMKV persistence. This involves migrating from AsyncStorage to MMKV to maintain guided tour state and provide better performance for your onboarding steps.

Are there limitations when injecting onboarding flows into existing web apps?

A limitation when injecting onboarding flows into existing web apps is that it requires a SKILL.md frontmatter with a name and description. You must also follow specific architecture rules for provider separation and deterministic flows.