·session-create
>_

session-create

Open a new context session at the start of a leader agent workflow. Records agentName, storyId, and phase in wint.contextSessions, emitting a structured SESSION CREATED block for downstream workers to inherit.

10Installs·1Trend·@michael-menard

Installation

$npx skills add https://github.com/michael-menard/monorepo --skill session-create

How to Install session-create

Quickly install session-create AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill session-create
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: michael-menard/monorepo.

SKILL.md

View raw

Opens a new context session at the beginning of a leader agent's workflow. The session record tracks token usage, agent identity, and story context across multi-agent workflows. Workers inherit this session via the companion session-inherit skill.

Session tracking is telemetry — it must never gate or block a workflow. If the session cannot be created (DB unavailable, null return), the leader emits a warning and continues normally.

| agentName | Yes | (current agent name) | The name of the leader agent opening the session | | storyId | No | null | Story ID for this workflow (e.g. WINT-1234) | | phase | No | null | Current workflow phase (e.g. execute, plan, qa) | | sessionId | No | (auto-generated UUID) | Override the session UUID (rarely needed) |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/michael-menard/monorepo --skill session-create
Category
>_Productivity
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from michael-menard/monorepo

Quick answers

What is session-create?

Open a new context session at the start of a leader agent workflow. Records agentName, storyId, and phase in wint.contextSessions, emitting a structured SESSION CREATED block for downstream workers to inherit. Source: michael-menard/monorepo.

How do I install session-create?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill session-create Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/michael-menard/monorepo

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-03-10