用 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. |
antigravity for ovld protocol create and ovld protocol prompt.user_follow_up capture. Publish follow-up activity through the normal mission workflow when needed.PreToolUse response dialect is implemented through the channel-scoped agent-session runtime. Never manufacture an allow response as a failure fallback.--model or an effort/thinking flag. Antigravity manages model selection internally; the launch prompt only carries mission/objective context.overlord MCP server exposes the hosted-compatible overlord_* mission tool catalog backed by ovld protocol.skills/ (this skill plus attach, connect, load, create, prompt, discuss-objective, add-objectives, record-work, spawn) is auto-registered by Antigravity as a /<name> command.ovld auth credentials, Overlord-launched environment variables, or Overlord_USER_TOKEN / OVLD_USER_TOKEN.AGENTS.md for Overlord itself./create or ovld protocol create --agent antigravity --objectives-json '[{"objective":"..."}]'/prompt or ovld protocol prompt --agent antigravity --objectives-json '[{"objective":"..."}]'/load or ovld protocol load-context --mission-id <mission_id>/discuss-objective or ovld protocol discuss-objective --mission-id <mission_id>/connect or ovld protocol connect --mission-id <mission_id>/attach or ovld protocol attach --mission-id <mission_id>ovld protocol resume-follow-up --mission-id <mission_id>/add-objectives or ovld protocol add-objectives --mission-id <mission_id> --objectives-json '[{"objective":"..."}]'/record-work or ovld protocol record-work --agent antigravity --objectives-json '[{"objective":"..."}]'