agent-sync-action AGENTS.md

agent-sync-action AGENTS.md is an instructions file for Codex, OpenCode from julien777z/agent-sync-action. It costs 16,694 tokens per session, scanned B, original, MIT.

Repository instructions for the julien777z/agent-sync-action project, a GitHub automation project that keeps agent instruction files synchronized. They define rules for agents.md files, workflows, branches, pull requests, and merge approval.

In plain words
What is it for?
Use them when editing this repository's instructions, GitHub Actions workflows, branches, pull requests, version settings, or merge-related files.
Why use it?
They provide project-specific boundaries for making changes safely and consistently. They also keep workflow logic in checked-in scripts instead of embedding complex shell code in YAML.

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

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-sync-action AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/julien777z/agent-sync-action/agents-md.svg)](https://agentmods.dev/instructions/julien777z/agent-sync-action/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/julien777z/agent-sync-action/agents-md"><img src="https://agentmods.dev/badge/instructions/julien777z/agent-sync-action/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 16,694 This file is loaded in full into every session.
When invoked 16,694 The same file — it is already loaded in full.
Security scan B 1 finding. 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.16694 $0.16694
Opus 5 $0.08347 $0.08347
Sonnet 5 $0.03339 $0.03339
Haiku 4.5 $0.01669 $0.01669

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

Security

Grade B, and why

agent-sync-action AGENTS.md scanned grade B 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo systemctl start docker 2>/dev/null \
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 1,166 lines

How it starts

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

AGENTS.md

Generated by Agent Sync Action. Do not edit this file directly.

The canonical project rules live in .agents/rules/.

GitHub Rules

Workflows

  • Keep run steps declarative. Invoke checked-in scripts for control flow, validation, filesystem changes, or other implementation logic instead of embedding arbitrary shell or program code in workflow YAML; place those scripts under .github/scripts/ and prefer Python.
  • Do not hard-code runtime versions when a shared action, reusable workflow, or repository version file supplies them; omit python-version when shared Python automation provides it, and use node-version-file: ".nvmrc" for Node.js workflows.
  • Do not add glue steps that only read versions or forward setup data. Pass repository-owned version files and inputs directly to the action that uses them whenever supported.
  • Keep workflow files concise: merge related setup and dependency commands into one clearly named generic step when their execution order and conditions allow it. Do not split tool or package installation into separate steps merely by dependency.
  • Environment configuration that tunes a tool — retry counts, timeouts, cache locations, path entries — belongs in the step that installs or runs that tool, not in a step of its own. A step whose whole body writes to $GITHUB_ENV is named for a concern rather than an action, and the reader has to look elsewhere to find out which later step it affects. Write those exports at the end of the owning step so the setting and its consumer stay together.
  • Add an explanatory comment when an edge case requires an explicit version override.
  • Use version-tagged GitHub Actions such as actions/checkout@v4 and actions/setup-python@v5, not full commit SHAs.

Branches and Pull Requests

  • Keep pull requests focused and give them descriptive titles and descriptions; request appropriate reviewers when the repository workflow requires them.
  • A pull request description covers the changes in that pull request and nothing else. Leave out alternatives considered and rejected, work deferred to a later change, and the reasoning behind not doing something.
  • Repositories are independent. A pull request in one repository does not describe, reference, or explain changes made in another.
  • When additional work arrives on a non-default branch, retain that branch and add the work to its pull request even when the task could be reviewed independently.
  • Query the current branch's pull request before creating one. Reuse it while it is open, or create one from the current branch when none exists.
  • Create a separate branch only when the user asks or the current branch's pull request is already merged; start post-merge work from the default branch.

Read the full file on GitHub · 1,166 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. 4d ago First seen · 1,166 lines · 16,694 tokens per session scan B 4bf00119faf4

Subscribe to this mod's changes

agent-sync-action AGENTS.md is an instructions file published in the GitHub repository julien777z/agent-sync-action (5 stars, last pushed yesterday), licensed MIT. It adds 16,694 tokens to every session, about $0.0835 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

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

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens