onboarding-post-login-dentalbosch

Manage post-login onboarding for DentalBosch with role-based content and AsyncStorage persistence.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Alejandro05-afk/AppMovil_DentalBosch --skill onboarding-post-login-dentalbosch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding-post-login-dentalbosch
Source: https://github.com/Alejandro05-afk/AppMovil_DentalBosch/tree/main/Skills
Command: npx skills add https://github.com/Alejandro05-afk/AppMovil_DentalBosch --skill onboarding-post-login-dentalbosch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes shared (resource) and features (resource) and pages (resource) components.

What problem does it solve?

This Skill ensures a personalized onboarding experience for new users of DentalBosch, guiding them through essential functionalities based on their role.

Core Features & Use Cases

  • Role-Based Onboarding: Provides distinct onboarding content for patients and doctors.
  • Persistence with AsyncStorage: Saves user completion status to avoid redundant onboarding.
  • Navigation Logic: Automates navigation to the main interface after onboarding.

Quick Start

To start the onboarding process, use the skill by triggering the onboarding flow after login.

Frequently Asked Questions about onboarding-post-login-dentalbosch

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

FAQPage Schema
How do I implement role-based onboarding for different users after login?

Role-based onboarding personalizes the post-login experience by offering distinct content for patients and doctors. It guides users through essential functionalities specific to their role before navigating them to the main interface.

How does AsyncStorage persist onboarding completion status in a React Native app?

AsyncStorage persists onboarding completion status by saving user data locally on the device. This mechanism prevents redundant onboarding sessions by checking the saved status upon subsequent logins.

Do I need an existing authentication system to set up post-login onboarding?

An existing authentication system integration is required to set up post-login onboarding. The onboarding flow triggers immediately after login, relying on authentication context to identify the user and deliver personalized content.

What is the best way to automate navigation to the main interface after onboarding?

Automating navigation to the main interface after onboarding requires built-in navigation logic that triggers upon completion. Once the user finishes the role-specific content, the system automatically routes them to the primary application screen.

Can I customize app guidance for doctors and patients without repeating the onboarding flow?

You can customize app guidance for doctors and patients using role-based onboarding content. By utilizing AsyncStorage to save the completion status, the app ensures users only experience the onboarding flow once, avoiding repetition.