用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/EvolvingAgentsLabs/evolving-agents --skill patient-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Version an evolving agent/app with agentvcs — commit code+goal+models+trace together, diff per dimension, rollback mistakes, and freeze (crystallize) a trusted solution into a deterministic recipe. Use when working in a repo that has a .agentvcs/ directory or an agent.json, or when the user asks to version, snapshot, branch, undo, or freeze an agent/fleet.
Run the full night round - visit every ward checkpoint in order, check each patient, and hand off to the nurse.
Report round findings to the ward nurse and handle spoken requests, including STAT deliveries.
基于 SOC 职业分类
正在显示 SKILL.md
| name | patient-check |
| description | Check on one room's patient during the night round and report their status. |
Check the patient assigned to one room. Called from @night-rounds at every room checkpoint.
observe(), rotate_left/rotate_right, and move_forward.observe(). Do NOT enter the room: night protocol says
avoid waking patients, so keep your distance and observe from the checkpoint.resting -> all good, continue the round.on_floor / calling / unresponsive -> file it with report_status(target, status).unknown -> the patient is out of sight from the doorway; assume they are resting
and continue the round.speak(): "Room [number] - patient [status]."