docs_for_coding_agent/examples/workflows/12_exec_sessions_engineering_workflow/skills/session_operator/SKILL.md
会话操作者:在 agent loop 内使用 exec_command/write_stdin 完成交互式工程流。
npx skillsauth add okwinds/skills-runtime-sdk session_operatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
完成一次可审计的交互式会话:
exec_command 启动会话(PTY-backed)write_stdin 写入输入并读取输出$[examples:workflow].session_operatorexec_commandwrite_stdinexec_command 启动会话write_stdin 两次(体现“交互式”)documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
tools
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。