Borrowing it
Nothing to install: this file belongs to Cerlancism/wenyan.skill. 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/Cerlancism/wenyan.skill/main/AGENTS.mdgit clone --depth 1 https://github.com/Cerlancism/wenyan.skillWrote 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/cerlancism/wenyan.skill/agents-md)<a href="https://agentmods.dev/instructions/cerlancism/wenyan.skill/agents-md"><img src="https://agentmods.dev/badge/instructions/cerlancism/wenyan.skill/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.1 | $0.01636 | $0.01636 |
| Opus 5 | $0.00818 | $0.00818 |
| Sonnet 5 | $0.00327 | $0.00327 |
| Haiku 4.5 | $0.00164 | $0.00164 |
Grade A, and why
wenyan.skill 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 7d 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 — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
項目
AI agent skill→教agent讀寫調試遷移wenyan-lang(文言)代碼。文言以古漢語文法編程,編譯至JS/Python/Ruby。含既有TS/JS/Python/Ruby代碼庫→文言遷移能力。
命令
npm install # 安裝依賴(@wenyan/cli)
npx wenyan file.wy # 編譯並執行.wy
npx wenyan -c file.wy # 僅編譯→stdout JS
npx wenyan -c -l py file.wy # 編譯→Python
npx wenyan -c -l rb file.wy # 編譯→Ruby
npx wenyan -e '吾有一言。曰「「問天地好在」」。書之。' # 行內求值
npx wenyan -r file.wy # 渲染輸出
npx wenyan -c --roman pinyin file.wy # 羅馬化標識符
npx wenyan -i # 交互REPL
架構
skills/wenyan/ # 已建skill(agent消費端)
SKILL.md # skill主定義——語法速查、遷移指南、編譯指令
references/
syntax.md # 語法全表 wenyan↔JS對照
stdlib.md # 標準庫函數
patterns.md # 常見模式與慣用法
.agents/skills/humanizer/ # 第三方skill(blader/humanizer)
references/ # gitignored,僅.keep受版控
.keep # 佔位檔,確保目錄存在
wenyan.wiki/ # wenyan-lang wiki全文(語言規範語料)——需手動clone
wenyan/ # wenyan-lang repo文檔+示例——需手動clone
package.json # devDep: @wenyan/cli用於編譯驗證
skills-lock.json # 第三方skill版本鎖
核心交付物為skills/wenyan/SKILL.md——agent靠此檔學文言語法、編譯流程、代碼遷移。references/為原始語料(gitignored),SKILL.md為精煉後agent可消費之速查。
設置
npm install # 安裝依賴
git clone https://github.com/wenyan-lang/wenyan.wiki.git references/wenyan.wiki # clone wiki
git clone https://github.com/wenyan-lang/wenyan.git references/wenyan # clone repo
references/下除.keep外皆被gitignore,clone後不會影響版控。
參考文檔
文言語言文檔在references/wenyan.wiki/。要文:
- Syntax-Cheatsheet.md — 語法全表,wenyan↔JS對照
- Variables.md — 型(數/言/爻/列/物/元)、宣告、賦值
- Function-Call.md — 棧式嵌套調用、自動柯里化
- Error-Handling.md — try/catch(姑妄行此/如事不諧/乃作罷)
- Importing.md — 模塊(吾嘗觀…之書/今有=導出/吾有=私有)
- Macros.md — 語法糖(或云/蓋謂)
- Standard-Library-Cheatsheet.md — 標準庫
- Compiler-API.md —
@wenyan/corecompile()/execute() 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.
- 7d ago First seen · 121 lines · 1,636 tokens per session scan A 357a3ec4c7b9
wenyan.skill AGENTS.md is an instructions file published in the GitHub repository Cerlancism/wenyan.skill (2 stars, last pushed 4mo ago), licensed MIT. It adds 1,636 tokens to every session, about $0.0082 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
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).
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.
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.
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).
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.