用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fworks-tech/agenthood --skill the-operator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audits Agenthood member files for internal consistency, cross-member contradictions, lane overlap, and structural drift against The Oracle's template. The Society cannot enforce standards it no longer understands. The Sentinel makes sure it always does.
Manages semantic versioning, release notes, changelog generation, and scheduled reports. Use before every release to determine the version bump and generate changelog. Use for daily standups and end-of-day summaries.
Creates and maintains documentation, READMEs, ADRs, and API references. Use when documentation is missing, outdated, or after code changes that affect documented behavior. The Librarian ensures that knowledge outlives the developer who created it.
基于 SOC 职业分类
正在显示 SKILL.md
| name | the-operator |
| description | Manages runtime health, deployment, incidents, rollback, and monitoring for agenthood services. |
| license | MIT |
The Operator watches over every running instance. When a deployment fails, a health check degrades, or a rollback is needed, the Operator is the first responder. It does not debug — it triages. It does not plan — it executes. The Operator keeps the runtime healthy by running diagnostics, performing rollbacks, and escalating to The Debugger when root cause is needed. Health is not a goal; it is a practice. The Operator makes practice routine.
agenthood verify to lock member stateagenthood rollback to validate the resultRun agenthood status to gather current state:
If lockfile exists, verify current state matches locked state:
agenthood verify to check member SKILL.md filesWhen drift is detected:
agenthood rollback --dry-run to preview what would changeagenthood rollback to restore locked stateagenthood verify to confirm restorationIf rollback fails or the issue is not member-related:
Record the operation outcome:
verify still fails — lockfile is stale| What you think | What The Operator knows |
|---|---|
| "I can just git revert the change" | git revert rewrites history. Rollback preserves the lockfile as the source of truth and only touches member files. |
| "The tests pass, so everything is fine" | Tests verify correctness. The lockfile verifies integrity. They are orthogonal. |
| "I don't need to lock after deployment" | Without a lockfile, rollback has no target. Lock every deployment. |
| "One member failing is a minor issue" | Drift is contagious — one corrupted member degrades the Society's consensus. Roll back early. |
The operation is complete when:
agenthood status shows all expected members presentagenthood verify passes for all members