Generate a minimal-sufficient handoff when another agent or session will take ownership of a task or continue unfinished work. Use for /handoff, "把任务交给下一个 agent", "生成 handoff", "让另一个 session 继续", session transfer, task ownership transfer, or restarting in a…
keli-wen/skills
SkillsMP has collected 9 skills from keli-wen/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 9 of 9 collected skills.
Dispatch the current task to multiple subagents — after checking that fan-out is actually justified. Use when the user says "multi-agent this", "fan out", "用多智能体做", "派发出去", or when a task decomposes into genuinely independent subtasks. Decomposes along…
当另一个 agent 或 session 要接管任务或继续未完成工作时,生成最小充分交接。触发语:/handoff、「把任务交给下一个 agent」「生成 handoff」「让另一个 session 继续」、session 转移、任务所有权转移,或当前上下文退化时重开一个干净 session(交接给未来的自己)。持久 artifact 用引用不用复制,输出前抹掉 secrets。
Source text: Chinese
把当前任务派发给多个 subagent——但先检查这次拆分到底值不值。触发语:「multi-agent this」「fan out」「用多智能体做」「派发出去」,或任务能拆成真正独立的子任务时。按上下文耦合度拆解,spawn prompt 用 handoff 的纪律写成任务契约。
Source text: Chinese
Deep research grounded in the project's durable context system. Use for "ctx research", "基于 context 调研 X", "结合我们的 contexts 做深度研究". Reads existing contexts first, sharpens the question to the real knowledge gap, fans out multi-agent research, verifies key…
Turn the current conversation's conclusions into a well-formed context document filed in the project's context system. Use for /to-ctx, "写进 contexts", "落个 context", "把这个结论归档", "file this into contexts". Finds the placement rules (e.g. CONTEXT_MAP.md), writes…
基于项目持久 context 体系的深度调研。触发语:「ctx research」「基于 context 调研 X」「结合我们的 contexts 做深度研究」。先读已有 contexts,把问题磨到真正的知识缺口上,再多智能体展开调研,关键论断做对抗验证,结论写回去。
Source text: Chinese
低带宽协作模式:用户注意力或脑力耗尽时的响应协议。当用户调用 /lowband 或 $lowband,或说「低带宽」「省脑」「脑子不够用了」「太累了,简短点」时启用;每轮持续生效,直到用户说「恢复正常」或带 off 参数再次调用。工作能力不降级,只压缩呈现、过滤决策。
Source text: Chinese
Low-bandwidth collaboration mode — response protocol for when the user's attention or mental capacity is depleted. Activate on /lowband or $lowband, or when the user says "低带宽", "省脑", "脑子不够用了", "太累了,简短点", "too tired, keep it short", "brain is fried". Stays…