agent-config AGENTS.md

agent-config AGENTS.md is an instructions file for Codex, OpenCode from event4u-app/agent-config. It costs 799 tokens per session, scanned A, original, MIT.

Repository instructions for event4u-app/agent-config, a package that distributes shared configuration for coding agents. They explain where source files live, how generated files are produced, and which checks to run.

In plain words
What is it for?
Use them when modifying skills, rules, scripts, or agent configuration in this repository, especially before synchronizing, generating tools, or running the full checks.
Why use it?
They prevent edits to generated output and keep changes aligned with the repository's source-of-truth workflow.

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/event4u-app/agent-config/agents-md
Clone the repo
git clone --depth 1 https://github.com/event4u-app/agent-config

Made for: Codex, OpenCode.

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 agent-config AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/event4u-app/agent-config/agents-md.svg)](https://agentmods.dev/instructions/event4u-app/agent-config/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/event4u-app/agent-config/agents-md"><img src="https://agentmods.dev/badge/instructions/event4u-app/agent-config/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 799 This file is loaded in full into every session.
When invoked 799 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.00799 $0.00799
Opus 5 $0.00400 $0.00400
Sonnet 5 $0.00160 $0.00160
Haiku 4.5 $0.00080 $0.00080

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

Security

Grade A, and why

agent-config 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 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.md · 41 lines

How it starts

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

event4u/agent-config

Shared skill / rule / command suite for AI coding tools. No app runtime.

Source of truth

Edit src/ only (skills, rules, agent-src). task sync + task generate-tools regenerate the rest; never hand-edit.

Working on this repo

task sync # dist/agent-src/, .augment/
task generate-tools # .claude/, .cursor/, .clinerules/, .windsurfrules
task ci # full pipeline, green before PR
# dev: AGENT_CONFIG_DEV_MODE=1 -> --scope=project (docs/maintainers/dev-mode.md)

Pointers

Read the full file on GitHub · 41 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 · 41 lines · 799 tokens per session scan A 129b90ac315d

Subscribe to this mod's changes

agent-config AGENTS.md is an instructions file published in the GitHub repository event4u-app/agent-config (10 stars, last pushed today), licensed MIT. It adds 799 tokens to every session, about $0.0040 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.

Related

Other instructions, from other repositories

kinocut copilot-instructions.md

Copilot instructions for KyaniteLabs/kinocut: Read the nearest AGENTS.md for repository rules. For Kinocut workflows, load skills/kinocut/SKILL.md; it is the canonical public skill. Keep this adapter limited to host-specific discovery and do not duplicate policy here.

KyaniteLabs/kinocut · 60 tokens

cyxj-remotion-starter CLAUDE.md

Instructions for chenyuxiaojin/cyxj-remotion-starter, covering claude.md, 硬规则, 三层真源索引(规则/资产都在这些里,本文件不复制), 目录路由 and 这套骨架怎么用(hooks + skills).

chenyuxiaojin/cyxj-remotion-starter · 1,319 tokens

knowledge-base CLAUDE.md

Claude Code instructions for Mr-Salticidae/knowledge-base, covering 知识库协作记忆 and 工作偏好.

Mr-Salticidae/knowledge-base · 224 tokens

VeoMCP CLAUDE.md

Claude Code instructions for AceDataCloud/VeoMCP, covering veomcp, project structure, sync from docs and development.

AceDataCloud/VeoMCP · 398 tokens

FirekeepHQ AGENTS.md

AGENTS.md instructions for kapella-hub/FirekeepHQ, covering firekeep agent guide, installing firekeep, repository expectations, consistency checklist and validation.

kapella-hub/FirekeepHQ · 573 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens