agent-feed AGENTS.md

agent-feed AGENTS.md is an instructions file for Codex, OpenCode from fqmyysjjd/agent-feed. It costs 1,945 tokens per session, scanned A, original, MIT.

A repository guide for AI-assisted development. It tells coding agents how to enter the project, choose which instructions to follow, and know when the task is complete.

In plain words
What is it for?
Use it when configuring an AI coding agent to work in the agent-feed repository, especially at the start of a new session or task.
Why use it?
It prevents an agent from missing important project rules or loading the wrong guidance. It also separates startup instructions from detailed workflows.

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

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-feed AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fqmyysjjd/agent-feed/agents-md.svg)](https://agentmods.dev/instructions/fqmyysjjd/agent-feed/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/fqmyysjjd/agent-feed/agents-md"><img src="https://agentmods.dev/badge/instructions/fqmyysjjd/agent-feed/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,945 This file is loaded in full into every session.
When invoked 1,945 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.01945 $0.01945
Opus 5 $0.00972 $0.00972
Sonnet 5 $0.00389 $0.00389
Haiku 4.5 $0.00194 $0.00194

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

Security

Grade A, and why

agent-feed 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 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.

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 · 91 lines

How it starts

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

agent-feed AI Development Instructions

AGENTS.md is the repository-level entry contract for AI-assisted development.

It defines how an AI assistant should enter the project, resolve rule priority, route work to the right .agents/ asset, and stop when the requested result is reached. It is not a product specification, user-facing behavior rule, or a place for detailed workflows.

Startup Policy

Use full startup only when the AI session is new, context compression occurred or is suspected, the current task boundary cannot be recovered, or the task shifts into design, implementation, fix, review, or protocol work.

For same-session continuation with a clear task boundary, use the light resume path in .agents/rules/context-loading.md: re-read .agents/rules/outcome-boundary.md, then load only the rule, project, domain, or skill file needed for the next action.

During full startup, read:

  1. .agents/rules/outcome-boundary.md
  2. .agents/rules/decision-gates.md
  3. .agents/rules/context-loading.md
  4. .agents/rules/session-state.md
  5. .agents/rules/testing-gates.md
  6. .agents/README.md
  7. .agents/skills/README.md
  8. .agents/project/README.md
  9. .agents/domain/README.md
  10. .agents/skills/project-architecture/SKILL.md
  11. .agents/skills/project-development/SKILL.md

Before continuing any design, implementation, review, or fix task, recover the current task result boundary and Task Brief from .agents/rules/outcome-boundary.md.

For long-running or multi-turn work, read or update .agents/session-state/<session_id>.json according to .agents/rules/session-state.md when losing active conclusions could dilute direction, constraints, or next actions after context compression.

Rule Priority

Apply guidance in this order:

  1. Current user request and confirmed task boundary, after reconciling them with non-negotiable project constraints.
  2. .agents/rules/outcome-boundary.md.
  3. .agents/rules/decision-gates.md for unconfirmed choices that affect future results.
  4. .agents/rules/context-loading.md and .agents/rules/session-state.md.
  5. .agents/rules/testing-gates.md for verification and test evidence.
  6. Other stable rules under .agents/rules/.
  7. User-maintained repository-specific constraints indexed by .agents/project/README.md.
  8. Stable domain context under .agents/domain/.
  9. Task workflows indexed by .agents/skills/README.md and implemented under .agents/skills/.
  10. Protocol helper scripts under .agents/scripts/.
  11. Optional specialist profiles under .agents/agents/.

Read the full file on GitHub · 91 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 · 91 lines · 1,945 tokens per session scan A 84af9d82adb3

Subscribe to this mod's changes

agent-feed AGENTS.md is an instructions file published in the GitHub repository fqmyysjjd/agent-feed (4 stars, last pushed 3mo ago), licensed MIT. It adds 1,945 tokens to every session, about $0.0097 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