using-monet

Initialize the Digital Twin and route user requests to appropriate Monet skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/infolog-io/Monet --skill using-monet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-monet
Source: https://github.com/infolog-io/Monet/tree/main/jtbd/skills/using-monet
Command: npx skills add https://github.com/infolog-io/Monet --skill using-monet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable entry point for Monet sessions by establishing the Digital Twin context, triggering onboarding when necessary, and routing user requests to the correct Monet skill, reducing setup friction and ensuring consistent context.

Core Features & Use Cases

  • Digital Twin initialization: creates or loads the twin context at session start so every interaction has continuity.
  • Onboarding orchestration: runs the onboarding flow when needed to capture twin name, domain, voice and care-areas.
  • Skill routing: maps user intents like "capture", "create on-brand assets", or "design ads" to the corresponding Monet sub-skills.
  • Co-Work vs Claude Code parity: ensures the same onboarding and routing experience across interfaces.

Quick Start

Run this at the start of every Monet session to initialize the Digital Twin, trigger onboarding if needed, and route your request to the appropriate Monet skill.

Frequently Asked Questions about using-monet

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

FAQPage Schema
How do I initialize a digital twin for assistant orchestration at session start?

Initialize a digital twin by running the session start skill to create or load the twin context, ensuring interaction continuity. This onboarding flow captures twin name, domain, voice, and care-areas to establish session context.

What is skill routing and how does it map user intents to specific tasks?

Skill routing maps user intents like capture or design ads to corresponding sub-skills. It directs user input to the appropriate assistant function, reducing setup friction and ensuring consistent context across requests.

Can I use onboarding flows for assistant orchestration in both Co-Work and Claude Code environments?

Yes, onboarding flows for assistant orchestration work in both Co-Work and Claude Code environments. The deterministic routing and onboarding flow ensures parity across interfaces for consistent session initialization.

How do I trigger onboarding to capture twin domain and voice settings?

Trigger onboarding by running the session start skill at the beginning of your workflow. The onboarding orchestration automatically initiates when needed to capture twin name, domain, voice, and care-areas.

What is the best way to route design and capture requests in an assistant orchestration session?

Route design and capture requests by submitting user input to the session start skill. It automatically maps intents like create on-brand assets or design 2D ads to the correct sub-skills for processing.

Why does my digital twin session lose context without proper initialization?

Digital twin sessions lose context without initialization because the twin context is not loaded. Running the session start skill creates or loads the twin context, ensuring every interaction maintains continuity.