用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cooperativ-labs/Overlord --skill overlord-mission命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Recurring per-area refactoring review routine. Audits one area of the Overlord codebase (backend, core, cli, webapp, desktop, database, agent-surfaces, platform-services) for structural decay — oversized modules, duplication, leaked layering, dead code — and produces a prioritized, effort-scored refactor plan. Use when asked to review an area for refactoring, run the refactor rotation, or clean up structural debt.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket.
正在显示 SKILL.md
| name | overlord-mission |
| description | Use for the shared Overlord workflow whenever the user refers to an Overlord mission or ticket. |
codex for ovld protocol create and ovld protocol prompt.UserPromptSubmit hook records ordinary post-delivery user messages. Do not manually publish user_follow_up unless the hook is unavailable.PermissionRequest hook publishes permission activity through ovld protocol.CODEX_THREAD_ID, CODEX_SESSION_ID, or rollout files under ~/.codex/sessions.overlord MCP server exposes the hosted-compatible overlord_* mission tool catalog backed by ovld protocol.ovld auth credentials, Overlord-launched environment variables, or Overlord_USER_TOKEN / OVLD_USER_TOKEN.AGENTS.md for Overlord itself.ovld protocol create --agent codex --objectives-json '[{"objective":"..."}]'ovld protocol prompt --agent codex --objectives-json '[{"objective":"..."}]'ovld protocol load-context --mission-id <mission_id>ovld protocol discuss-objective --mission-id <mission_id>ovld protocol connect --mission-id <mission_id>ovld protocol attach --mission-id <mission_id>ovld protocol resume-follow-up --mission-id <mission_id>ovld protocol add-objectives --mission-id <mission_id> --objectives-json '[{"objective":"..."}]'