POE2Overlay: Instructions file for Claude Code

CLAUDE.md

POE2Overlay CLAUDE.md is an instructions file for Claude Code from yuz9610/POE2Overlay. It costs 1,002 tokens per session, scanned A, original, MIT.

Project instructions for AI coding agents working on POE2Overlay, a software project. They describe which documentation to read, how changes are proposed and approved, and how the project is built and maintained.

In plain words
What is it for?
Guiding code changes, planning and reviewing tasks, following documentation and encoding rules, using project commands, and maintaining workflow instructions across agent entry points.
Why use it?
They give an AI agent the project context and prevent it from changing code or workflow records in the wrong order. They also keep the project's instructions consistent across different coding tools.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

This is yuz9610/POE2Overlay's own configuration. It tells Claude Code how to work on POE2Overlay itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything POE2Overlay configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yuz9610/POE2Overlay. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yuz9610/POE2Overlay/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/yuz9610/POE2Overlay

Made for: Claude Code.

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 POE2Overlay CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yuz9610/poe2overlay/claude-md.svg)](https://agentmods.dev/instructions/yuz9610/poe2overlay/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/yuz9610/poe2overlay/claude-md"><img src="https://agentmods.dev/badge/instructions/yuz9610/poe2overlay/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,002 This file is loaded in full into every session.
When invoked 1,002 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01002 $0.01002
Opus 5 $0.00501 $0.00501
Sonnet 5 $0.00200 $0.00200
Haiku 4.5 $0.00100 $0.00100

Measured 8d ago against content hash 1590f57f64d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

POE2Overlay CLAUDE.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.

CLAUDE.md · 56 lines

How it starts

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

AI Agent 指南(Claude / Claude Code)

人類開發者請改讀 docs/README.mddocs/ARCHITECTURE.md。本頁供 Claude / Claude Code 自動載入。
Workflow 人類速查(短命令、跳過確認、恢復 session):docs/AI_AGENT_SETUP.md
Codex / Cursor 入口:根目錄 AGENTS.md(Codex)、.cursor/rules/(Cursor)。

必讀(改碼前)

  1. docs/ARCHITECTURE.md — 技術棧、目錄、資料流、IPC 表、常見修改入口
  2. docs/ENCODING.md — UTF-8 無 BOM、LF、pwsh 7+
  3. docs/PROJECT_WORKFLOW.mdworkflow 單一真相(gate、狀態轉移、commit、diagnostic log)
  4. docs/AI_AGENT_PROMPTS.md — 六步 prompt 模板與短命令

Workflow 五條硬規則(摘要)

規則全文與狀態轉移docs/PROJECT_WORKFLOW.md § Agent 強制規則。修改規則先改該文件,再同步本檔與其他入口。

  1. 先 proposal,後寫回 — 第一次回覆不得改 repo、不得 commit(可讀檔探索)。
  2. 跳過確認 — 僅限同一則訊息明確說 跳過確認 / skip confirmation / 直接执行 / 直接修改 等;快点做In progress 不算
  3. 執行 task = 兩階段 — 第一次只出 execution plan;確認後才實作;Step 4 不 commit
  4. 驗收 task = 先 review — 第一次只給 Accept / Needs changes / Blocked;自行讀 logs/*.log 對照 task doc;人類確認 Accept 後才標 Done、downgrade log、commit。
  5. 改 workflow 規則 — 先改 PROJECT_WORKFLOW.md,再同步 AI_AGENT_PROMPTS.mdAI_AGENT_SETUP.md、本檔(CLAUDE.md)、AGENTS.md.cursor/rules/workflow.mdc.kiro/steering/workflow.md
短命令 第一次回覆
brainstorm / review / sprint planning proposal
執行 task Ixxx-yy 階段 A plan
驗收 task Ixxx-yy acceptance review
Sprint X summary summary proposal

Step 5 commit:第一行 Ixxx Item Name Ixxx-yy Accept task;body 含驗收摘要;最後一行 Co-authored-by: ClaudeAgent;Windows 用 git commit -F(UTF-8 無 BOM)。詳見 PROJECT_WORKFLOW § Commit Message

關鍵路徑

完整架構見 docs/ARCHITECTURE.md。常用入口:

用途 路徑
IPC 前端入口 src/api/tauri.ts
應用狀態 src/app/useOverlayData.ts
Tauri 命令 src-tauri/src/lib.rs
日誌監聽 src-tauri/src/watcher.rslog_parser.rs
Sprint / task docs/SPRINTS.mddocs/sprints/
型別 src/types.ts

Read the full file on GitHub · 56 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. 8d ago First seen · 56 lines · 1,002 tokens per session scan A 1590f57f64d3

Subscribe to this mod's changes

POE2Overlay CLAUDE.md is an instructions file published in the GitHub repository yuz9610/POE2Overlay (9 stars, last pushed 3mo ago), licensed MIT. It adds 1,002 tokens to every session, about $0.0050 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

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.

vercel/next.js · 7,296 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,153 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

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

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,469 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