configure-agents AGENTS.md

Instructions for `gleanwork/configure-agents`, a command-line tool that creates and checks standard agent instruction files in software projects. It covers development commands and the files that define the standard.

In plain words
What is it for?
Use them when developing the CLI, changing its baseline agent files, or running its setup and consistency checks.
Why use it?
They help contributors build, test, and update the tool without changing its templates and validation rules inconsistently.

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/gleanwork/configure-agents/agents-md
Clone the repo
git clone --depth 1 https://github.com/gleanwork/configure-agents

Made for: Codex, OpenCode.

Per session 303 This file is loaded in full into every session.
When invoked 303 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.00303 $0.00303
Opus 5 $0.00151 $0.00151
Sonnet 5 $0.00061 $0.00061
Haiku 4.5 $0.00030 $0.00030

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

Security

Grade A, and why

configure-agents 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 · 20 lines

What it actually says

AGENTS.md

Agent instructions for @gleanwork/configure-agents — the CLI that scaffolds and drift-checks the gleanwork agent baseline (AGENTS.md, CLAUDE.md, skills/) across library and SDK repos.

Development

  • Install: npm install
  • Build: npm run build (compiles src/ to build/, then copies templates)
  • Test: npm test (vitest)
  • Checks: npm run lint, npm run lint:ts, npm run format
  • Run locally: npm run go -- init / npm run go -- check, or node build/index.js <command> after a build

This is an ESM project with module: nodenext, so relative imports use .js extensions even though the files are .ts.

The single source of truth for the baseline is src/baseline/spec.ts. init writes the baseline and check enforces it from the same lists — change them together. Scaffold templates live in src/init/templates/files/ and are copied into build/ at build time.

Skills

skills/configure-agents/SKILL.md is the authoring rubric — a skill for authoring library skills — distributed via skills.sh. It is the rubric, not a library skill, so the drift check is intentionally not self-applied to this repo.

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 · 20 lines · 303 tokens per session scan A 6ba7a4be1f5a

Subscribe to this mod's changes

configure-agents AGENTS.md is an instructions file published in the GitHub repository gleanwork/configure-agents (2 stars, last pushed 2mo ago), licensed MIT. It adds 303 tokens to every session, about $0.0015 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.