什么是 session-create?
在领导者代理工作流开始时打开一个新的上下文会话。在wint.contextSessions中记录agentName、storyId和phase,发出一个结构化的SESSION CREATED块供下游worker继承。 来源:michael-menard/monorepo。
在领导者代理工作流开始时打开一个新的上下文会话。在wint.contextSessions中记录agentName、storyId和phase,发出一个结构化的SESSION CREATED块供下游worker继承。
通过命令行快速安装 session-create AI 技能到你的开发环境
来源:michael-menard/monorepo。
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) |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/michael-menard/monorepo --skill session-create在领导者代理工作流开始时打开一个新的上下文会话。在wint.contextSessions中记录agentName、storyId和phase,发出一个结构化的SESSION CREATED块供下游worker继承。 来源:michael-menard/monorepo。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/michael-menard/monorepo --skill session-create 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/michael-menard/monorepo