Borrowing it
Nothing to install: this file belongs to herrozim-ship-it/yureong. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/herrozim-ship-it/yureong/main/AGENTS.mdgit clone --depth 1 https://github.com/herrozim-ship-it/yureongWrote 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/herrozim-ship-it/yureong/agents-md)<a href="https://agentmods.dev/instructions/herrozim-ship-it/yureong/agents-md"><img src="https://agentmods.dev/badge/instructions/herrozim-ship-it/yureong/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/herrozim-ship-it/yureong/agents-md"><img src="https://agentmods.dev/badge/instructions/herrozim-ship-it/yureong/agents-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00708 | $0.00708 |
| Opus 5 | $0.00354 | $0.00354 |
| Sonnet 5 | $0.00142 | $0.00142 |
| Haiku 4.5 | $0.00071 | $0.00071 |
Grade A, and why
yureong 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 8d 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.
What it actually says
AGENTS.md
프론트엔드 공통 지침 (전 프로젝트 공통 — 260722 제정)
HTML·웹 UI·대시보드·브리핑·보고서 등 화면에 보이는 산출물 전체에 적용한다.
1. AI 티 제거
- 이모티콘·이모지 사용 금지 (✅ ❌ 🔥 📋 ⭐ 🚀 💡 ⚠️ 등 전부). 체크 표시가 필요하면 텍스트(완료/미완료) 또는
□만 쓴다. |파이프 테두리, ASCII 아트 박스,═══·───문자 구분선 등 문자 그림 장식 금지.- AI스러운 디자인 관행 금지: 그라데이션 남발, 보라·네온 색, 카드마다 그림자·둥근모서리 과다, 알록달록한 배지·태그, 아이콘 나열, 과장된 히어로 영역.
- 화면 요소는 꼭 필요한 것만. 불릿·표 남발 대신 문장과 여백으로 정리한다.
2. 폰트·색 (흰 배경 무채색)
- 폰트는 Pretendard 단일 사용.
- CDN:
https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css - font-family:
"Pretendard Variable", Pretendard, -apple-system, "Malgun Gothic", sans-serif
- CDN:
- 배경은 흰색(
#fff). 글자·선·면은 무채색 회색조만:#111(본문) /#444/#888(보조) /#ddd(선) /#f5f5f5(면). - 유채색 원칙 금지. 예외는 위험·마감 경고 1색(
#c0392b계열)만 최소한으로. - 테두리는 얇은 회색 1px 이하, 꼭 필요한 곳만. 그림자 대신 여백으로 구분한다.
3. 쉬운 용어 (일반인 기준)
- 화면의 모든 문구는 개발을 모르는 일반인이 읽는다고 전제한다.
- 개발 용어를 그대로 노출하지 않는다: 커밋→저장 이력, 배포→적용, 빌드→만들기, 파싱→읽어들이기, 캐시→임시 저장, API→외부 연결, 로그→기록, 쿼리→조회, 렌더링→화면 표시.
- 불가피하게 기술 용어를 쓸 때는 괄호로 한 줄 풀이를 붙인다.
- 오류 안내도 "무엇이 안 됐고, 뭘 하면 되는지"를 일상어로 쓴다.
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.
- 8d ago First seen · 33 lines · 708 tokens per session scan A 0ad09b3e182d
yureong AGENTS.md is an instructions file published in the GitHub repository herrozim-ship-it/yureong (0 stars, last pushed 1mo ago), licensed MIT. It adds 708 tokens to every session, about $0.0035 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
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.
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).
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).
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.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.