context-okf-llm-ingest

context-okf-llm-ingest is a skill for Claude Code, Codex from kerbelp/metatron. It costs 53 tokens per session (2,381 once invoked), scanned A, original, MIT.

A skill for having an AI agent extract a codebase’s implementation decisions into OKF, a plain Markdown format for recording project rules and choices. The files can be reviewed by people before becoming the project’s official decisions.

In plain words
What is it for?
Use it to inspect a repository, write candidate decision files locally, review them in Git, and import approved files into Metatron, the project-context system.
Why use it?
It lets teams document conventions, rejected approaches, and edge cases without relying on a built-in importer or an API key, while keeping final approval with a person.

Skill for Claude CodeCodex

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

Good fit Use it to inspect a repository, write candidate decision files locally, review them in Git, and import approved files into Metatron, the project-context system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kerbelp/metatron/context-okf-llm-ingest
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-llm-ingest
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-llm-ingest

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kerbelp/metatron/context-okf-llm-ingest"><img src="https://agentmods.dev/badge/skills/kerbelp/metatron/context-okf-llm-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,381 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.00053 $0.02381
Opus 5 $0.00026 $0.01190
Sonnet 5 $0.00011 $0.00476
Haiku 4.5 $0.00005 $0.00238

Measured 12d ago against content hash 80d9058adee5, 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-llm-ingest 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.

.roo/skills/context-okf-llm-ingest/SKILL.md · 194 lines

How it starts

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

Ingesting a repo into Metatron with an LLM (OKF candidates)

Overview

Metatron captures a codebase's real implementation decisions — preferred patterns, rejected approaches, edge cases, internal conventions — as structured records. Agents consume them either over MCP, or — in files-first mode — by reading these OKF files in git directly, in which case the files are the source of truth and the database is just a rebuildable serving index. The built-in metatron ingest <path> uses an Anthropic model to extract those records. This skill lets any LLM/agent do the extraction instead, by writing the same records as plain Open Knowledge Format (OKF) v0.1 markdown files. metatron mirror import then reads those files into the store — no API key, no ingest run. The git-tracked bundle is Metatron's implementation of the Repository Context Layer — see the context-md manifesto for the rationale behind git-native, agent-maintained project context.

The one invariant you must respect: an LLM never decides what is canonical. Crossing the canonical boundary is always human-gated: a human moving a file into decisions/ — or approving the pull request that puts it there — is the curation act. By default, write to context/candidate/ only; the single sanctioned exception is the human-directed, PR-gated flow described in "Where to write" below. Never choose decisions/ on your own initiative.

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.

When to use

  • You want to bootstrap a repo's decisions but can't/won't run metatron ingest (no Anthropic key, a different model, an offline agent, a CI step).
  • You're hand-authoring or LLM-authoring conventions to feed Metatron as files.

Read the full file on GitHub · 194 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. 12d ago First seen · 194 lines · 53 tokens per session scan A 80d9058adee5

Subscribe to this mod's changes

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