context-okf-promote-candidates

context-okf-promote-candidates is a skill for Claude Code, Codex from kerbelp/metatron. It costs 56 tokens per session (1,259 once invoked), scanned A, original, MIT.

A skill for moving reviewed Metatron decision files from a candidate folder into the canonical decisions folder. Metatron is a project-context system that stores implementation rules in Open Knowledge Format Markdown files.

In plain words
What is it for?
Use it in a Git or continuous-integration workflow to promote specific reviewed candidate files into the project’s official context.
Why use it?
It prevents an AI agent from declaring a decision official on its own; a person must name or approve what gets promoted.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it in a Git or continuous-integration workflow to promote specific reviewed candidate files into the project’s official context.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kerbelp/metatron/context-okf-promote-candidates
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 kerbelp/metatron --skill context-okf-promote-candidates
Clone the repo
git clone --depth 1 https://github.com/kerbelp/metatron

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 context-okf-promote-candidates

README.md
[![agentmods](https://agentmods.dev/badge/skills/kerbelp/metatron/context-okf-promote-candidates/github.svg)](https://agentmods.dev/skills/kerbelp/metatron/context-okf-promote-candidates)
Your own site
<a href="https://agentmods.dev/skills/kerbelp/metatron/context-okf-promote-candidates"><img src="https://agentmods.dev/badge/skills/kerbelp/metatron/context-okf-promote-candidates/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 context-okf-promote-candidates

Your own site · 80×15
<a href="https://agentmods.dev/skills/kerbelp/metatron/context-okf-promote-candidates"><img src="https://agentmods.dev/badge/skills/kerbelp/metatron/context-okf-promote-candidates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,259 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.00056 $0.01259
Opus 5 $0.00028 $0.00629
Sonnet 5 $0.00011 $0.00252
Haiku 4.5 $0.00006 $0.00126

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

Security

Grade A, and why

context-okf-promote-candidates 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 11d 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.

.roo/skills/context-okf-promote-candidates/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Promoting candidates to canonical (OKF, git-as-truth)

Overview

A Metatron decision becomes canonical by moving its OKF file from context/candidate/ to context/decisions/. The directory is the status. This skill covers doing that move in a git/CI flow, as a companion to authoring candidates (see the context-okf-llm-ingest skill).

This skill is mechanical only. You move the specific files a human named, and nothing else. You do not decide which candidates are worthy — that judgment is the human curation act Metatron's model is built around.

Directory name: context/ is the default knowledge-base directory. A repo may configure another name (context_dir in metatron.toml, METATRON_CONTEXT_DIR, or --context-dir on the mirror commands); pre-rename repos may still use metatron/. The layout inside is identical — substitute the configured name.

The invariant — read before doing anything

Crossing the canonical boundary is always human-gated. Nothing self-promotes. In a git flow, the gate is a human approving the specific pull request that contains the candidate/ → decisions/ move. That approval is the curation act.

So, absolutely:

  • Only move candidates a human explicitly named (by id/slug, or as the agreed contents of the promotion PR). Never sweep "these look good."
  • Never auto-merge. Do not promote on green CI, on a schedule, or via a bot that merges its own PR. CI may validate and rebuild the serving index; the merge is a human's.
  • Promotion is a pure move. Do not edit pattern/rationale/scope in the same change — editing content is authoring, a separate act with its own review.
  • One promotion PR, kept legible. Don't bury promotions inside a large authoring diff; a reviewer must be able to see exactly what is crossing the boundary.

If you are tempted to choose what to promote, stop — that is the human's job.

Model: git is the source of truth

Files stay id-less; the directory (candidate/ vs decisions/) is the status. metatron mirror import rebuilds the serving database from the files — the DB is a derived, rebuildable index, not something you curate or hand-edit. Do not stamp id fields into files (an id the rebuilt DB doesn't know is skipped on import).

Read the full file on GitHub · 102 lines

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. 11d ago First seen · 102 lines · 56 tokens per session scan A 66040af008d0

Subscribe to this mod's changes

context-okf-promote-candidates is a skill published in the GitHub repository kerbelp/metatron (24 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,259 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-30.