一键导入
handoff-fs
Compact the current conversation into a handoff document for another agent to pick up, saved as a FlowState node. Requires the FlowState MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compact the current conversation into a handoff document for another agent to pick up, saved as a FlowState node. Requires the FlowState MCP server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resume work from a handoff node previously saved in FlowState by /handoff-fs. Use when the user says "resume the handoff", "pick up the handoff", "continue where we left off", or points at a FlowState handoff node. Requires the FlowState MCP server.
Research the official documentation for a technology (optionally at a specific version, otherwise the latest stable release) and save it into FlowState as linked nodes with offline content copies. Use when the user says "save it offline", invokes /save-it-offline, or asks to mirror/archive/save the docs for a library, framework, tool, or language into FlowState. Works for ANY technology the user names — do not assume it relates to the current project or its dependencies. Requires the FlowState MCP server.
| name | handoff-fs |
| description | Compact the current conversation into a handoff document for another agent to pick up, saved as a FlowState node. Requires the FlowState MCP server. |
| argument-hint | What will the next session be used for? |
| disable-model-invocation | true |
Run ToolSearch("select:mcp__flowstate__create_node").
If the mcp__flowstate__* tools are not available, stop immediately and tell the user the FlowState MCP server is not connected (enable it in FlowState settings / claude mcp list). Do not fall back to writing a file.
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it as a FlowState node via create_node — not to the workspace or the OS temporary directory:
kind: task, task_status: todo, tags: handofftitle: Handoff: <short topic> — <YYYY-MM-DD>body: the handoff document, in markdownInclude a "suggested skills" section in the document, which suggests skills that the agent should invoke.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
Finish by telling the user the created node's id and title, and that a fresh session can pick it up with /resume-handoff.