什麼是 write-agent?
設計和編寫高品質的克勞德代碼代理和代理提示。在建立或更新 .claude/agents/*.md 時使用,用於 (1) 單一用途子代理程式(審查者、實施者、研究人員)和 (2) 工作流程編排器(多階段協調器,如預審閱、功能開發、錯誤修復)。涵蓋委託觸發器、工具/權限/模型選擇、任務工具編排、階段切換、聚合、迭代閘和輸出契約。在子代理商、技能和始終在線的回購指南之間做出決定時也可使用。 來源:inkeep/team-skills。
設計和編寫高品質的克勞德代碼代理和代理提示。在建立或更新 .claude/agents/*.md 時使用,用於 (1) 單一用途子代理程式(審查者、實施者、研究人員)和 (2) 工作流程編排器(多階段協調器,如預審閱、功能開發、錯誤修復)。涵蓋委託觸發器、工具/權限/模型選擇、任務工具編排、階段切換、聚合、迭代閘和輸出契約。在子代理商、技能和始終在線的回購指南之間做出決定時也可使用。
透過命令列快速安裝 write-agent AI 技能到你的開發環境
來源:inkeep/team-skills。
Context: User asks for a single-purpose reviewer user: "Create a security reviewer agent that checks my code changes" assistant: "This is a single-purpose review task—I'll create a subagent with read-only tools." Single job (security review) + one output type → subagent, not orchestrator.
assistant: "I'll use the write-agent skill to create a security-reviewer subagent."
Context: User asks for a multi-phase workflow coordinator user: "I need an agent that can plan features, implement them, run reviews, and iterate until quality gates pass" assistant: "This is a multi-phase workflow with coordination, dispatch, and iteration—I'll create a workflow orchestrator."
設計和編寫高品質的克勞德代碼代理和代理提示。在建立或更新 .claude/agents/*.md 時使用,用於 (1) 單一用途子代理程式(審查者、實施者、研究人員)和 (2) 工作流程編排器(多階段協調器,如預審閱、功能開發、錯誤修復)。涵蓋委託觸發器、工具/權限/模型選擇、任務工具編排、階段切換、聚合、迭代閘和輸出契約。在子代理商、技能和始終在線的回購指南之間做出決定時也可使用。 來源:inkeep/team-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/inkeep/team-skills --skill write-agent設計和編寫高品質的克勞德代碼代理和代理提示。在建立或更新 .claude/agents/*.md 時使用,用於 (1) 單一用途子代理程式(審查者、實施者、研究人員)和 (2) 工作流程編排器(多階段協調器,如預審閱、功能開發、錯誤修復)。涵蓋委託觸發器、工具/權限/模型選擇、任務工具編排、階段切換、聚合、迭代閘和輸出契約。在子代理商、技能和始終在線的回購指南之間做出決定時也可使用。 來源:inkeep/team-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/inkeep/team-skills --skill write-agent 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/inkeep/team-skills