用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/desplega-ai/agent-swarm --skill work-on-task命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | work-on-task |
| description | Work on a specific task assigned to you in the agent swarm |
If no taskId is provided, call poll-task to get a new task.
Get task details: Call get-task-details with the taskId.
Recall relevant memories: Use memory-search with the task description before starting any work. Past learnings, solutions, and gotchas are indexed here.
Choose your approach based on the task type:
/researching/planning first, then /implementingWork on it, calling store-progress at each meaningful milestone (not just start and end — the lead monitors this).
Complete the task — see Completion below.
Call store-progress with:
status: "completed" + output: "<what you did and the result>". Output should be specific enough for the lead to assess without re-reading your work.status: "failed" + failureReason: "<what went wrong and what you tried>".Then reply "DONE" to end the session.
If interrupted by the user, adapt to their instructions. When resuming, call /skill:work-on-task <taskId> again to pick up where you left off.
If you're stuck after genuine effort (not just first failure), use /skill:swarm-chat to ask the lead for help or clarification. Don't spin — escalate.