getting-started

Detects Monaiq user state and routes onboarding to the correct licensing workflow.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Sidub-Inc/Monaiq.AI.Plugin2 --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.Plugin2/tree/main/skills/getting-started
Command: npx skills add https://github.com/Sidub-Inc/Monaiq.AI.Plugin2 --skill getting-started-sidub-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New and returning Monaiq users often don't know where to begin with licensing setup. This Skill removes that guesswork by detecting the user's current state (profile, products, offerings, SDK integration) and routing them to the exact next step in their licensing journey. ## Core Features & Use Cases - State-Aware Onboarding: Authenticates the user, inspects profile and catalog state, and classifies them as greenfield, brownfield, or returning. - Intelligent Routing: Hands off to the narrowest specialist skill (manage-catalog, implement-licensing, analyze-codebase) with a structured route packet preserving all context. - Quick Start Mode: Collapses greenfield onboarding into two interactions by recommending a starter feature set and pricing model. - Resume Support: Detects prior session state from the implementation journal and offers to continue, start fresh, or review progress. - Use Case: A developer signs up for Monaiq and asks "where do I start?" The Skill authenticates them, finds no products, classifies them as greenfield, recommends a starter feature set and pricing model, then routes them to catalog creation. ## Quick Start Ask the assistant to help you get started with Monaiq licensing and it will authenticate you, detect your setup state, and recommend your next step.

Frequently Asked Questions about getting-started

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

FAQPage Schema
How do I get started with Monaiq licensing?▼

Invoke the getting-started skill, which authenticates you via register_or_login, checks your profile and catalog state, and routes you to the right next step. New users can use Quick Start mode to finish onboarding in two interactions.

How does Monaiq onboarding detect my current progress?▼

It calls getting_started, profile, product, and offering tools to build a state picture covering profile completion, existing products, offerings, and reseller status. It also reads the .monaiq journal to detect prior session checkpoints.

What is the difference between greenfield, brownfield, and returning scenarios?▼

Greenfield means no products or offerings exist, so Quick Start or full guided setup applies. Brownfield means some catalog entities exist but offerings or SDK integration are missing. Returning means a complete catalog exists and the next step is SDK integration or optimization.

Can I resume a previous Monaiq onboarding session?▼

Yes. When .monaiq/STATE.md exists, the skill enters Resume Mode, shows a status summary with your last checkpoint and open blockers, and lets you continue, start fresh, or view the journal before proceeding.

What happens if required Monaiq tools are unavailable during onboarding?▼

The skill renders a readiness blocker report listing the missing capability, affected gates, and recovery actions. It blocks catalog mutations, credential writes, and checkpoint recording until tool readiness is restored.