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.
npx agentmods add instructions/ismaelmartinez/delegate-local/claude-mdgit clone --depth 1 https://github.com/IsmaelMartinez/delegate-localWrote 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.
[](https://agentmods.dev/instructions/ismaelmartinez/delegate-local/claude-md)<a href="https://agentmods.dev/instructions/ismaelmartinez/delegate-local/claude-md"><img src="https://agentmods.dev/badge/instructions/ismaelmartinez/delegate-local/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.06571 | $0.06571 |
| Opus 5 | $0.03285 | $0.03285 |
| Sonnet 5 | $0.01314 | $0.01314 |
| Haiku 4.5 | $0.00657 | $0.00657 |
Grade A, and why
delegate-local CLAUDE.md scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
There is no build step, no linter, no package manager. Runtime deps are `bash` (3.2+ — macOS-shipped is fine), `jq`, `awk`, and `perl` (used in one validator because BSD grep on macOS lacks `-P`). `curl` is required by ` How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this repo is
This repo is a Claude Code skill, not an application that uses one. Editing SKILL.md changes how Claude itself behaves whenever the skill is loaded. Treat SKILL.md as production prompt content, not documentation: changes to its frontmatter description directly affect trigger accuracy across every conversation that has the skill installed.
The skill's job is to route "gather context once, send one prompt, return text" tasks to local Ollama models via shell pipes. It deliberately avoids any framework, router process, or orchestration layer — the entire runtime surface is two bash scripts.
Commands
Run the unit tests (mocks ollama and llmfit on a restricted PATH so results are deterministic regardless of what is installed):
bash tests/run-tests.sh
Audit installed models and see tier routing plus llmfit upgrade suggestions (requires ollama, jq, and optionally llmfit on PATH):
bash scripts/audit-models.sh
Resolve a tier to a model name (used internally by delegate.sh, also useful for one-off shell pipes):
bash scripts/pick-model.sh <code|prose|reasoning|long-context|vision|embedding|premium-general|reasoning-vision>
Wrap a delegation through the metrics-capturing wrapper (preferred over bare ollama run):
echo "<context>" | bash scripts/delegate.sh prose "<prompt>"
Read the metrics roll-up (add --since YYYY-MM-DD / --days N to window every section to recent rows; the cutoff is resolved in jq so there is no cross-platform date math):
bash scripts/metrics-summary.sh
bash scripts/metrics-summary.sh --days 7 # just the last week
bash scripts/metrics-summary.sh --since 2026-06-15
Record a hit/miss verdict against the most recent delegation (the output was kept as-is = hit, or was rewritten / discarded = miss). The verdict appends a source:"feedback" row to the same metrics JSONL keyed by ref_ts to the delegate event. After a MISS, the script scans historical MISS rows in the rolling 30-day window for token-overlap matches and, on the third or later similar reason, prints a draft gh issue create command for filing a prompt-pattern issue (advisory only — it never opens the issue itself). Tune via DELEGATE_FEEDBACK_NUDGE_AT, DELEGATE_FEEDBACK_NUDGE_WINDOW_DAYS, DELEGATE_FEEDBACK_SIMILAR_THRESHOLD, or silence with DELEGATE_FEEDBACK_NO_NUDGE=1. README "Calibration feedback loop" diagram covers the end-to-end:
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.
- 4d ago First seen · 158 lines · 6,571 tokens per session scan A f58ce483d102
delegate-local CLAUDE.md is an instructions file published in the GitHub repository IsmaelMartinez/delegate-local (5 stars, last pushed 7d ago), licensed MIT. It adds 6,571 tokens to every session, about $0.0329 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
apfel CLAUDE.md
Instructions for Arthur-Ficial/apfel, covering apfel - project instructions, the golden goal, core product (this is what apfel is), byproducts (useful, but not the pitch) and readme.md structure rule.
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
remnic AGENTS.md
AGENTS.md instructions for joshuaswarren/remnic, covering remnic - agent guide, architecture boundaries (non-negotiable), upstream references, adapter implementation rules and openclaw compatibility window.
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
openhuman CLAUDE.md
Claude Code instructions for tinyhumansai/openhuman, a project described as: Your Personal AI super intelligence. A brain that builds a local-first memory of your life, a fantastic orchestrator of agent fleets and workflows, and a deep researcher.
basic-memory CLAUDE.md
Claude Code instructions for basicmachines-co/basic-memory, a project described as: AI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN.