zuke AGENTS.md

Repository instructions for Zuke, a strongly typed build-automation system for Deno and TypeScript. They explain how to find and use Zuke’s published command wrappers without guessing their APIs.

In plain words
What is it for?
Use them when developing zuke-build/zuke or wiring Zuke into another project, especially when selecting packages and checking exact command signatures.
Why use it?
They reduce the risk of using unsupported commands or raw shell calls when automating tasks in a Zuke 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/zuke-build/zuke/agents-md
Clone the repo
git clone --depth 1 https://github.com/zuke-build/zuke

Made for: Codex, OpenCode.

Per session 9,125 This file is loaded in full into every session.
When invoked 9,125 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.09125 $0.09125
Opus 5 $0.04562 $0.04562
Sonnet 5 $0.01825 $0.01825
Haiku 4.5 $0.00912 $0.00912

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

Security

Grade A, and why

zuke 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 2d 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 · 576 lines

How it starts

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

AGENTS.md

Guidance for working in this repository. Read this before making changes.

Zuke is a code-first, strongly-typed build automation system for Deno/TypeScript.

This file, AGENTS.md, is the single source of truth for both humans and agents. CLAUDE.md is a thin pointer whose entire content is @AGENTS.md, so Claude Code loads this file and there is exactly one copy to maintain.

Using Zuke — the API, without guessing

If you are wiring Zuke into a project, do not guess the API and do not fall back to Deno.Command/shell. Every operation has a typed wrapper, and the exact signatures are published — read them:

  • Check the package catalogue before writing any command. llms.txt's ## Packages catalogue (raw: https://raw.githubusercontent.com/zuke-build/zuke/master/llms.txt) and the grouped table in skills/zuke-write-build/references/cheatsheet.md are the only ways to answer "does a @zuke/<tool> wrapper exist for this CLI?" — per-package deno doc jsr:@zuke/<package> can only describe a package whose name you already know; it cannot reveal that a package exists. Reaching for CmdTasks.exec (jsr:@zuke/cmd) or a raw $/Deno.Command for a tool that has a @zuke/<tool> package is a bug, not a style choice — it discards typed flags, argv purity, and tool resolution.
  • One file with the whole typed surface of every package: llms-full.txt at the repo root. llms.txt is the short index.
  • A single wrapper on the command line: deno doc jsr:@zuke/<package> (e.g. deno doc jsr:@zuke/deno).
  • On each package's JSR page / README: a generated ## API section.
  • The CLI surface — commands, flags, and a build's actual targets: run zuke --help (or deno run -A zuke.ts --help). It prints the usage grammar, every reserved command (graph, generate-ci, completions <print|install> <shell>, mcp, resume, runs, cancel, register, doc) and flag, plus the current build's targets — with descriptions and dependencies — and its parameters. So an agent asked to set up or run a build discovers the real command surface live instead of guessing; zuke --list is the targets-only view and zuke --list --json emits the whole surface (commands, flags, targets, parameters) as JSON for tools. The written reference is docs/cli.md, and llms.txt carries a generated ## CLI section; the same data is available in code via the exported describeCli(build).

Read the full file on GitHub · 576 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. 2d ago First seen · 576 lines · 9,125 tokens per session scan A d2a2be2c40aa

Subscribe to this mod's changes

zuke AGENTS.md is an instructions file published in the GitHub repository zuke-build/zuke (33 stars, last pushed 2d ago), licensed MIT. It adds 9,125 tokens to every session, about $0.0456 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.