build

build is a skill for Claude Code from william-london/ownframework-loop. It costs 42 tokens per session (704 once invoked), scanned A, original, Apache-2.0.

A bounded build or repair pass in the OwnFramework workflow. It coordinates preparation, claims the work, creates the required project structure, uses a fresh builder, and finalizes the result.

In plain words
What is it for?
Use it to start or continue an approved build or repair run, claim its work, apply the planned changes, and move the run through its defined state transitions.
Why use it?
It gives each build attempt a defined scope and recorded execution state, so work can continue consistently through approvals, reviews, retries, and substantial multi-file changes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Part of the of-loop plugin — 5 skills, 2 agents, 2 hooks shipped together

Good fit Use it to start or continue an approved build or repair run, claim its work, apply the planned changes, and move the run through its defined state transitions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/william-london/ownframework-loop/of-loop-build
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 william-london/ownframework-loop --skill of-loop-build
Clone the repo
git clone --depth 1 https://github.com/william-london/ownframework-loop

Made for: Claude Code.

Or install of-loop, the plugin that ships this one along with the rest of its 5 skills, 2 agents, 2 hooks.

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 build

README.md
[![agentmods](https://agentmods.dev/badge/skills/william-london/ownframework-loop/of-loop-build.svg)](https://agentmods.dev/skills/william-london/ownframework-loop/of-loop-build)
Your own site
<a href="https://agentmods.dev/skills/william-london/ownframework-loop/of-loop-build"><img src="https://agentmods.dev/badge/skills/william-london/ownframework-loop/of-loop-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 704 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.00042 $0.00704
Opus 5 $0.00021 $0.00352
Sonnet 5 $0.00008 $0.00141
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

build 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 7d 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/skills/of-loop-build/SKILL.md · 72 lines

How it starts

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

/of-loop:build - one bounded build or repair pass

The parent is a thin coordinator. It does not engineer source and does not own branch/worktree/state identity.

Fast paths (single source of truth)

State Action
APPROVED / BLOCKED / STOPPED STOP
READY_FOR_REVIEW / REVIEWING WAIT
AWAITING_APPROVAL / READY_TO_START STARTABLE; invoke ofloop build claim; first claim may auto-seal
READY_TO_BUILD / CHANGES_REQUESTED / replayed BUILDING proceed normally

Internal state AWAITING_APPROVAL is preserved for compatibility. The operator-facing meaning is READY_TO_START (the run is startable; no approval ceremony is required).

Substantial passes (F-5-01 v0.3.7)

A bounded build pass is not required to be minimal. When the must-fix surface, scope, or refactor cut spans multiple files, the builder may produce a coherent substantial pass. The operator MUST NOT collapse or thin the change set to keep the pass small.

First-start execution seal (v0.5.x)

The first ofloop build claim invocation on an unstarted run creates the immutable execution seal: binding_method=build_start, binding_kind=execution_seal. The operator first build claim IS the authorization to execute the exact bounded packet locally.

No prior human approval. No confirmation token. No program init. No legacy sealing command. No ofloop loop run.

Pass responsibilities

  1. Re-prove current packet bytes and execution binding.
  2. Claim via ofloop build claim --actor builder. A replayed BUILDING claim is the same pass and MUST NOT increment budget.
  3. Run ofloop build prepare . This is the sole owner of baseline, candidate branch, checkpoint/work-unit identity, builder worktree, and pass-scoped result path.
  4. Run ofloop build agent-skeleton without --overwrite. Fresh claims get a new pass path; replayed claims retain the same path.
  5. Invoke one fresh of-builder with exactly the prepared context.
  6. The agent engineers only in the prepared worktree and fills only the exact pass-scoped semantic result.
  7. Call ofloop build finalize <agent_result_path>.
  8. Emit ofloop build marker .

Read the full file on GitHub · 72 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. 7d ago First seen · 72 lines · 42 tokens per session scan A fb1c24c918e0

Subscribe to this mod's changes

build is a skill published in the GitHub repository william-london/ownframework-loop (0 stars, last pushed 5d ago), licensed Apache-2.0. It adds 42 tokens to every session and 704 once invoked, about $0.0002 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.