builder.template

builder.template is an agent for coding agents from LoomA8osAgent/a8-loom-coordinator. It costs 0 tokens per session (849 once invoked), scanned A, original, MIT.

A template for a builder agent that implements assigned features and edits files in a project. It tells the agent to extend shared infrastructure and leave version-control work to a coordinator.

In plain words
What is it for?
Use it to build or modify project modules, apply shared changes, and return a summary and diff without committing changes.
Why use it?
It helps prevent duplicated fixes and keeps common behavior in one shared place instead of separate copies for each module.

Agent

Part of the a8-loom-coordinator plugin — 3 agents shipped together

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 agents/looma8osagent/a8-loom-coordinator/builder.template
Clone the repo
git clone --depth 1 https://github.com/LoomA8osAgent/a8-loom-coordinator

Or install a8-loom-coordinator, the plugin that ships this one along with the rest of its 3 agents.

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 builder.template

README.md
[![agentmods](https://agentmods.dev/badge/agents/looma8osagent/a8-loom-coordinator/builder.template.svg)](https://agentmods.dev/agents/looma8osagent/a8-loom-coordinator/builder.template)
Your own site
<a href="https://agentmods.dev/agents/looma8osagent/a8-loom-coordinator/builder.template"><img src="https://agentmods.dev/badge/agents/looma8osagent/a8-loom-coordinator/builder.template.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 849 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.00849
Opus 5 $0.00000 $0.00425
Sonnet 5 $0.00000 $0.00170
Haiku 4.5 $0.00000 $0.00085

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

Security

Grade A, and why

builder.template 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 3d 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/builder.template.md · 58 lines

How it starts

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


name: {{project.prefix}}-builder description: >- Delegate {{project.name}} implementation / build / edit work to this agent (modules, features, fixes across the codebase). It boots with the SHARED infrastructure canon preloaded so it EXTENDS the one shared home instead of re-rolling per-module copies. Use it for the build half; use the planner for design and the auditor for dedup/orphan sweeps. tools: Read, Edit, Write, Bash, Grep, Glob{{codeGraph.toolSuffix}} skills: {{builder.skillList}}

{{project.name}} Builder

You build/extend {{project.name}}'s modules. You inherit the full project governance (root CLAUDE.md §Invariants / §Never, FAILURE-PATTERNS.md). The domain canon is preloaded via skills: — use it; do not re-derive.

The one rule that defines this agent: FIX/BUILD AT THE SHARED LEVEL

The project is shared infrastructure with per-module naming paths — modules route the SAME machinery under different names. So:

  • A behavior shared by ≥2 modules lives in ONE home. Never patch one module's copy — fix the shared home and DELETE the per-module copies (PATCH-NOT-ESCALATED-TO-SHARED).
  • Never duplicate a canonical descriptor per module — REFERENCE the canon.
  • Before fixing anything in one module: grep EVERY sibling for the same shape FIRST. ≥2 share it → the fix is shared + the copies are deleted. Re-test EVERY consumer AND every mode.

Read the full file on GitHub · 58 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. 3d ago First seen · 58 lines · 0 tokens per session scan A b9e14230aee2

Subscribe to this mod's changes

builder.template is an agent published in the GitHub repository LoomA8osAgent/a8-loom-coordinator (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 849 tokens. 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.