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.
npx agentmods add instructions/bestcow/dear-agent/agents-mdgit clone --depth 1 https://github.com/bestcow/dear-agentWrote 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.
[](https://agentmods.dev/instructions/bestcow/dear-agent/agents-md)<a href="https://agentmods.dev/instructions/bestcow/dear-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/bestcow/dear-agent/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01089 | $0.01089 |
| Opus 5 | $0.00544 | $0.00544 |
| Sonnet 5 | $0.00218 | $0.00218 |
| Haiku 4.5 | $0.00109 | $0.00109 |
Grade A, and why
dear-agent 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.
How it starts
The opening of the file, as written. The whole thing — 32 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<워크스페이스> 작업 지침
📋 이 파일은 '워크스페이스 양식'의 일부다. 이 폴더를 새 워크스페이스로 만들라는 요청을 받거나
<...>placeholder가 남아 있으면, 다른 작업을 시작하기 전에 먼저 USAGE.md의 1~8단계를 순서대로 수행한다. (요약:_example/·스크래치 정리 → README 교체 → 이름·소개 placeholder 채우기 → 이 📋 안내 줄 삭제 → 분류 폴더 만들고_templates/복사로 잎 생성 → 생성기 실행 → 확인 후USAGE.md삭제.) 구축이 끝나면 이 안내 줄을 지운다.
에이전트 운영 가이드. 문서 체계의 단일 기준은 CONVENTIONS.md.
문서 규약 (항상 적용)
프로젝트 작업은 CONVENTIONS.md를 따른다. 핵심 트리거-동작:
- 코드 수정·기능 추가 작업은, 응답을 끝내기 전에 해당 프로젝트의
HANDOFF.md(frontmatter 포함)를 갱신하고 마친다. - 폴더 구조가 바뀌면 누락 MD를 만들고(
_templates/복사), 상위_INDEX.md와 루트OVERVIEW.md를build-index.ps1(PowerShell 없으면python3 build-index.py) 실행으로 재생성한다(HANDOFF frontmatter 스캔, 컨테이너 자동 탐색). - 새 프로젝트 폴더엔
_templates/에서 PLAN·HANDOFF·CLAUDE를 먼저 만든다. _INDEX.md·OVERVIEW.md는 생성물 — 직접 편집 금지.- 이 규약은 3중으로 강제된다: 이 CLAUDE.md(상시 컨텍스트) ·
dear-agent스킬(작업 시작·종료·구조 변경 절차) ·.claude/settings.json훅(SessionStart 브리핑 주입 + Stop의 HANDOFF 미갱신 차단). 세션 종료 절차는/handoff로도 호출할 수 있다.
참고 자산 (선택)
워크스페이스 공유 스킬·프롬프트·가이드가 있으면 docs/에 두고 여기 기술. 없으면 이 섹션 삭제.
서브에이전트·병렬 작업 (모든 AI 도구 공통)
작업을 안전하게 독립적인 하위 작업으로 나눌 수 있고 병렬화가 속도·품질·검증 신뢰도를 실질적으로 높인다고 판단되면, 에이전트는 사용자에게 별도로 요청·승인받지 않고 스스로 서브에이전트(subagents)·병렬 에이전트(parallel agent work)·작업 위임(delegation)을 사용한다. 단순·강하게 순차적·긴밀히 결합된 작업이나 병렬화 비용이 이득보다 큰 작업은 단일 에이전트로 진행한다. 사용 여부·분할 방식·에이전트 수는 주 에이전트가 작업 성격에 맞게 판단하고, 위임하는 각 작업은 구체적·독립적 범위로 좁힌다. 주 에이전트가 결과 통합·충돌 확인·최종 검증·사용자 보고를 책임진다. 멀티에이전트를 쓴다고 기존 승인·안전·파괴적 작업·commit/push 규칙이 확장·완화되지 않는다 — 각 서브에이전트에도 그대로 적용된다. 기능이 없거나 병렬화가 부적절하면 단일 에이전트로 계속하며, 멀티에이전트를 쓴다는 이유만으로 사전 승인을 다시 묻지 않는다.
세션 절차 (모든 AI 도구 공통)
Claude Code에서는 훅이 이 절차를 자동 보조하지만, Codex 등 다른 도구에서는 이 텍스트가 규칙의 전부다.
- 시작:
HANDOFF.md를 먼저 읽는다 — 마지막 작업 / 다음 할 일 / 막힌 것. - 종료 (코드·기능을 수정했다면 필수):
HANDOFF.md를 갱신한다 — 본문(마지막 작업/다음 할 일/막힌 것)과 frontmatter(status·updatedYYYY-MM-DD ·summary한 줄). 굵직한 변경(기능 완성·버그 수정·버전업)은LOG.md에 한 줄 추가. - commit/push는 명시 요청 시에만. push는 의미 단위로 묶는다.
- 커밋 히스토리가 도구 간 공유 맥락이다 — 커밋 메시지를 성실히 쓴다.
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.
- 4d ago First seen · 32 lines · 1,089 tokens per session scan A 56e934aa38d1
dear-agent AGENTS.md is an instructions file published in the GitHub repository bestcow/dear-agent (11 stars, last pushed 1mo ago), licensed MIT. It adds 1,089 tokens to every session, about $0.0054 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.
Other instructions, from other repositories
dox AGENTS.md
AGENTS.md instructions for agent0ai/dox, covering dox framework, core contract, read before editing, update after editing and hierarchy.
talisman-skill AGENTS.md
Instructions for jeunecraack/talisman-skill, covering talisman — agent playbook (v1), when to run, workflow (8 phases), key features and repo structure.
agent-rules-skill AGENTS.md
AGENTS.md instructions for netresearch/agent-rules-skill, covering agents.md, commands (unverified), workflow, file map and heuristics (quick decisions).
maat copilot-instructions.md
Instructions for getmaat/maat: Before changing code, read the relevant documentation in docs/ — start from docs/llms.txt, which indexes every doc.
agent-rules-skill CLAUDE.md
Claude Code instructions for netresearch/agent-rules-skill, a project described as: Agent Skill for generating AGENTS.md files following the agents.md convention | Claude Code compatible.
maat AGENTS.md
Instructions for getmaat/maat, covering ma'at, project overview, where the documentation lives, before you change code and setup, build, and test commands.