getting-started

Automate Monaiq user onboarding, state detection, and licensing step routing.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Sidub-Inc/Monaiq.AI.Plugin --skill getting-started-sidub-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/Sidub-Inc/Monaiq.AI.Plugin/tree/main/skills/getting-started
Command: npx skills add https://github.com/Sidub-Inc/Monaiq.AI.Plugin --skill getting-started-sidub-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps new and returning Monaiq users get started quickly, providing state-aware guidance, and checking profile/catalog state, choosing the next licensing workflow.

Core Features & Use Cases

  • Onboarding and Session Establishment: Facilitates onboarding for new users and session establishment for returning users.
  • State Detection: Checks profile/catalog state, classifies user scenarios (greenfield, brownfield, or returning), and routes to the next action.
  • Quick Start Mode: Supports greenfield users with a streamlined journey of two interactions.
  • Intent Routing Fallback: Routes users to the correct action if their intent is unclear or if no scenarios match exactly.
  • Authentication and User Detection: Integrates with register_or_login tool for session management and user classification.

Quick Start

To get started with Monaiq licensing, invoke the getting-started skill to establish a session and begin the onboarding process.

Frequently Asked Questions about getting-started

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

FAQPage Schema
How do I automate user onboarding and state detection for Monaiq?

Automating Monaiq user onboarding involves invoking the getting-started skill to establish a session, detect profile and catalog states, and route users to the correct licensing step. This handles initial setup, returning user resumption, and greenfield scenarios.

What is state-aware routing for user licensing workflows?

State-aware routing checks profile and catalog states to classify user scenarios as greenfield, brownfield, or returning. It then automatically directs users to the next required licensing action, ensuring a personalized onboarding journey based on current session data.

How do I resume a licensing workflow for returning Monaiq users?

To resume licensing workflows for returning Monaiq users, the system establishes a session using the register_or_login tool. It detects the user's existing state and routes them directly to the next applicable licensing step without repeating completed onboarding interactions.

Does Monaiq onboarding support greenfield users with a quick start mode?

Monaiq onboarding supports greenfield users through a Quick Start Mode that provides a streamlined journey of two interactions. This allows new users to rapidly establish their session and proceed to licensing without extensive setup procedures.

What happens when user intent is unclear during Monaiq onboarding?

When user intent is unclear or no scenarios match exactly during Monaiq onboarding, the system uses an Intent Routing Fallback mechanism. This safely routes users to the correct action or licensing step, preventing onboarding dead ends.

Can I integrate session management and user classification into my onboarding process?

You can integrate session management and user classification into onboarding by utilizing the register_or_login tool. This tool manages authentication, classifies user scenarios, and feeds state data into the routing logic for accurate licensing workflow assignment.