dsh plugins中文
← Back to popular plugin directory

AI agent relay mechanism

WeirdSky924/agent-handoff-skill · skills

Use this cross-platform skill in Codex or Claude Code to establish repository-local continuity memory so a future agent can recover objective, status, decisions, validation, risks, and next actions without relying on pre.

★ 25GitHub stars
3Forks
2026-08-14Last updated
PythonLanguage
License

Project overview

如果这个 skill 对你的 Agent 接力流程有帮助,欢迎给仓库点一个 Star,让更多人更容易找到它。

一个给 Codex / Claude Code / DeepSeek Harness(DSH)使用的 可持续接力机制 skill。

它解决的问题很朴素:AI Agent 很强,但会话窗口不是可靠的项目记忆。上下文会压缩,会话会中断,Agent 会更换,开发任务却还要继续。agent-handoff 的目标就是把“上一位 Agent 脑子里的状态”沉淀成仓库内可维护、可验证、可接手的项目文档。

Install command

dsh plugin --profile web add github:WeirdSky924/agent-handoff-skill
View GitHub repository ↗Back to popular plugin directory