Install
$ npx skills add baoyu0/hermes-do-task-skillREADME
# GitHub Repository: baoyu0/hermes-do-task-skill
**URL:** https://github.com/baoyu0/hermes-do-task-skill
**Author:** baoyu0
**Description:** One-shot task runner for Hermes Agent: plan → subagent execute → verify → handoff. Chains writing-plans + subagent-driven-development into a single workflow.
**Homepage:**
**Language:**
## Stats
- Stars: 1
- Forks: 0
- Open Issues: 0
- Commits: 2
- Created: 2026-07-05T15:41:17Z
- Updated: 2026-07-16T19:04:20Z
- Pushed: 2026-07-05T16:51:50Z
## README
> **⚠️ 此仓库已归档** — 本 skill 已迁移至 [baoyu0/skills](https://github.com/baoyu0/skills/tree/main/agent-orchestration/hermes-do-task) 单体仓库。
---
# hermes-do-task-skill
一键任务执行:plan → subagent execute → verify → handoff。
串联 `writing-plans` + `subagent-driven-development` 为一个完整工作流。
## 使用
### Hermes Agent
```bash
skill_view(name='hermes-do-task')
```
### Claude Code / Codex
读取 `SKILL.md` 后按指令执行。
## 原理
1. **plan** — 读取当前任务上下文,生成执行计划文件
2. **subagent execute** — 将计划分拆为子任务,委托子 agent 并行执行
3. **verify** — 验证执行结果
4. **handoff** — 生成交接文档
## License
MIT
Information
Repository
Language
Unknown
Created
2026/9/5
Updated
2026/9/5