okf-loom AGENTS.md

okf-loom AGENTS.md is an instructions file for Codex, OpenCode from ojamin/okf-loom. It costs 541 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for working on okf-loom, a project for creating and viewing structured documentation bundles. They explain where files live, which guidance to read, and which commands to use.

In plain words
What is it for?
They guide documentation work, validation, the local studio server, and the process for handling comments on documents.
Why use it?
They reduce the risk of editing the wrong files or skipping required validation and review steps. The excerpt does not provide enough detail to describe the full project.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/ojamin/okf-loom/agents-md
Clone the repo
git clone --depth 1 https://github.com/ojamin/okf-loom

Made for: Codex, OpenCode.

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 okf-loom AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ojamin/okf-loom/agents-md.svg)](https://agentmods.dev/instructions/ojamin/okf-loom/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ojamin/okf-loom/agents-md"><img src="https://agentmods.dev/badge/instructions/ojamin/okf-loom/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 541 This file is loaded in full into every session.
When invoked 541 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00541 $0.00541
Opus 5 $0.00270 $0.00270
Sonnet 5 $0.00108 $0.00108
Haiku 4.5 $0.00054 $0.00054

Measured 4d ago against content hash 4a0f5a9e34ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

okf-loom AGENTS.md 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 4d 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.

AGENTS.md · 56 lines

How it starts

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

AGENTS.md — okf-loom Skill

This repo is a loadable OKF skill checkout. Start with SKILL.md, then load the focused resource file for the task you are doing.

Required orientation

  1. Read SKILL.md — especially its Default behaviours: author docs as fully-dressed OKF concepts, validate after writing, serve the live studio proactively when the user wants to see or discuss docs (scripts/okf-loom serve <bundle> --no-open, add --tunnel for a public link), and run the comment loop (waitcomment-claim → mutators → comment-resolve) while a studio is up.
  2. Use scripts/okf-loom ... for runtime commands.
  3. Use docs-bundle/reference/spec.md as the canonical current spec.
  4. Do not reintroduce package publishing as the primary workflow. This git repo skill layout is the artifact.

What lives where

okf-loom/
├── SKILL.md                 # primary loadable skill entrypoint
├── resources/               # small agent-readable guidance files
├── scripts/okf-loom         # checked-in helper command
├── scripts/okf_loom/        # checkout-local runtime package
├── docs-bundle/             # OKF docs bundle
├── samples/                 # example bundles
├── tests/                   # executable proofs
└── docs/                    # screenshots, design plans (docs/design/)

Command baseline

scripts/okf-loom --help
scripts/okf-loom validate docs-bundle --strict

No primary runtime install step is required for normal docs validation. PyYAML is used when present; otherwise okf-loom uses its conservative built-in YAML fallback.

Hard rules

  • type is the only hard-required concept frontmatter key in OKF v0.1.
  • Preserve unknown frontmatter keys and hand-authored content.
  • Consumers tolerate broken links; mutators fail closed on missing targets unless --allow-forward-reference is explicit.
  • index.md and log.md are reserved filenames.
  • Only the bundle-root index.md may carry frontmatter.
  • Index regeneration must be marker-safe; log updates are append-only.
  • All writes must stay atomic.

Read the full file on GitHub · 56 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. 4d ago First seen · 56 lines · 541 tokens per session scan A 4a0f5a9e34ed

Subscribe to this mod's changes

okf-loom AGENTS.md is an instructions file published in the GitHub repository ojamin/okf-loom (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 541 tokens to every session, about $0.0027 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.

Related

Other instructions, from other repositories