metago-discipline

metago-discipline is a skill for Claude Code, Codex from metago-ai/metagolifeform. It costs 66 tokens per session (513 once invoked), scanned A, original, MIT.

A completion checklist for AI coding agents. Before an agent says a task is finished, it checks that verification ran, no checks failed, and each claimed result has evidence, including a check of the real user-facing behavior.

In plain words
What is it for?
Use it as the final review for coding tasks, especially when a project has a verification command and the result needs documented evidence.
Why use it?
It reduces the risk of declaring work complete based on assumptions such as “it should work” without actually testing it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md; mentions Codex.

Good fit Use it as the final review for coding tasks, especially when a project has a verification command and the result needs documented evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metago-ai/metagolifeform/metago-discipline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add metago-ai/metagolifeform --skill metago-discipline
Clone the repo
git clone --depth 1 https://github.com/metago-ai/metagolifeform

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for metago-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-discipline/github.svg)](https://agentmods.dev/skills/metago-ai/metagolifeform/metago-discipline)
Your own site
<a href="https://agentmods.dev/skills/metago-ai/metagolifeform/metago-discipline"><img src="https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-discipline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for metago-discipline

Your own site · 80×15
<a href="https://agentmods.dev/skills/metago-ai/metagolifeform/metago-discipline"><img src="https://agentmods.dev/badge/skills/metago-ai/metagolifeform/metago-discipline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00513
Opus 5 $0.00033 $0.00257
Sonnet 5 $0.00013 $0.00103
Haiku 4.5 $0.00007 $0.00051

Measured 12d ago against content hash f43cd67cb8ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

metago-discipline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/agent-plugins-1.0.0/skills/metago-discipline/SKILL.md · 46 lines

What it actually says

AI 自律执行协议(metago-discipline)

描述

在输出"任务完成"前必须执行的五问自检,作为交付的最后一道防线。包含反绕过识别机制,把"AI 知道要做"变成"AI 不可绕过地执行"。

触发条件

每次 AI Agent 输出"任务完成"或"交付完成"状态前自动激活。

核心流程

  1. 五问自检
    • ① 是否运行 npm run verify?
    • ② verify 输出是否有 FAIL?
    • ③ 交付报告含验证小节?
    • ④ 每项 ✅ 有执行证据?
    • ⑤ 是否做了业务层验证?
  2. 任何一问答"否" → 禁止宣告完成
  3. 反绕过识别
    • 检测"应该没问题"/"逻辑上正确"/"之前验证过"等绕过话术
  4. 输出自检结果 + 绕过检测结果

输出格式

五问自检清单(每项 ✅/❌ + 证据或缺失项),反绕过检测结果。

根源文档

AGENTS.md 第十五章「AI 自律执行协议」

与其他技能的协同

  • metago-delivery-gate 协同:组成完整质量闭环
  • metago-self-check 协同:双重自检,防遗漏
  • metago-fact-check 协同:验证报告中声明的事实真伪
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 46 lines · 66 tokens per session scan A f43cd67cb8ca

Subscribe to this mod's changes

metago-discipline is a skill published in the GitHub repository metago-ai/metagolifeform (4 stars, last pushed 11d ago), licensed MIT. It adds 66 tokens to every session and 513 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.