Agent Skills
› sediman-agent/OpenSkynet
› continual-learning
continual-learning
GitHub该技能用于编排持续学习流程,当用户要求挖掘历史对话、维护AGENTS.md或运行持续学习循环时触发。它仅负责协调,将记忆更新任务委托给子智能体agents-memory-updater处理,自身不执行转录挖掘或文件编辑。
触发场景
用户要求挖掘历史聊天记录
用户要求维护AGENTS.md文件
用户要求运行持续学习循环
安装
npx skills add sediman-agent/OpenSkynet --skill continual-learning -g -y
SKILL.md
Frontmatter
{
"name": "continual-learning",
"description": "Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.",
"disable-model-invocation": true
}
Continual Learning
Keep AGENTS.md current by delegating the memory update flow to one subagent.
Trigger
Use when the user asks to mine prior chats, maintain AGENTS.md, or run the continual-learning loop.
Workflow
- Call
agents-memory-updater. - Return the updater result.
Guardrails
- Keep the parent skill orchestration-only.
- Do not mine transcripts or edit files in the parent flow.
- Do not bypass the subagent.
版本历史
- c9d8953 当前 2026-07-05 19:51


