awesome-claude-code CLAUDE.md

awesome-claude-code CLAUDE.md is an instructions file for coding agents from ichangyou/awesome-claude-code. It costs 950 tokens per session, scanned A, original, CC0-1.0.

A set of instructions for maintaining a bilingual list of Claude Code resources in English and Chinese.

In plain words
What is it for?
It helps update the list using the required entry format, ordering, labels, and matching changes in both README files.
Why use it?
It keeps new entries in the correct section and ensures both language versions stay aligned.

Instructions file

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/ichangyou/awesome-claude-code/claude-md
Clone the repo
git clone --depth 1 https://github.com/ichangyou/awesome-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 awesome-claude-code CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ichangyou/awesome-claude-code/claude-md.svg)](https://agentmods.dev/instructions/ichangyou/awesome-claude-code/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ichangyou/awesome-claude-code/claude-md"><img src="https://agentmods.dev/badge/instructions/ichangyou/awesome-claude-code/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 950 This file is loaded in full into every session.
When invoked 950 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.00950 $0.00950
Opus 5 $0.00475 $0.00475
Sonnet 5 $0.00190 $0.00190
Haiku 4.5 $0.00095 $0.00095

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

Security

Grade A, and why

awesome-claude-code 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 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.

CLAUDE.md · 61 lines

What it actually says

CLAUDE.md — Awesome Claude Code 仓库维护规则

本仓库是一份精选 Claude Code 资源清单(awesome-list),双语(English / 中文)。 本文件用于让 Claude 在协助维护时自动遵守收录格式与分区规则。

项目性质

  • 这是一份 awesome-list,主清单是双语双文件:README.md(英文)与 README.zh-CN.md(中文),两份内容平行、顶部互链切换。
  • 核心属性:「记录 Claude Code 学习」,每周更新一次。
  • 运营流程见 OPERATIONS.md;周中暂存见 INBOX.md;更新记录见 CHANGELOG.md

收录格式(强制)

每条收录使用统一格式:

- [Name](URL) — One-line description. `(标记)`

规则:

  • 破折号用 (em dash,前后各一个空格)。
  • 描述一句话讲清「它是什么 / 解决什么」,不堆形容词。
  • 分区内尽量按字母序排列。
  • 标记可选,取值:(Official) (Chinese) (Paid) (Community)。可叠加。

分区(README 现有结构,新增条目归入对应分区)

Official Resources / MCP Servers / Skills & Slash Commands / Hooks & Automation / CLAUDE.md Templates / Prompting Guides / Workflows / IDE Integrations / Agent SDK / Tools & Utilities / Tutorials & Videos / Community

  • MCP Servers 内部再分:Development / Data & Storage / Search & Knowledge / Productivity & Collaboration。
  • 不确定归到哪个分区时,先问,不要新建分区。

双语双文件同步(强制)

  • 清单有两份平行文件:README.md(纯英文)与 README.zh-CN.md(纯中文)。任何增删改都必须同时落到两份,不允许只改一份。
  • 两份的分区、条目顺序、链接、标记((Official) 等)必须一一对应;只有描述语言不同(英文 vs 中文)。
  • 顶部语言切换行不要动:README.md 顶部是 **English** | [简体中文](README.zh-CN.md)README.zh-CN.md 顶部是 [English](README.md) | **简体中文**
  • 「中文深度文章」区块:两份都保留;文章标题保持中文原样,英文版描述用英文并标 (Chinese),中文版描述用中文。
  • GitHub README 不执行 JS,无法做原地页签,双文件互链是唯一可用的等效方案——不要尝试引入 JS/HTML 伪页签。

质量标准(不可妥协)

  • 只收录亲自用过/读过并觉得有价值的资源。来源不明、纯凑数的不收。
  • 每条必须有可点击且当前有效的链接。
  • 教程/视频类必须能看出发布时间(Claude Code 更新快,过期内容要标注或删除)。

维护动作

  • 新增条目时:同时在 CHANGELOG.md 顶部加一条本周记录。
  • 修正失效链接、移除过期内容也要记进 CHANGELOG.md 的「更新 / 修正」。
  • 周中临时想到的素材先记 INBOX.md,不要直接塞进 README。
  • 提交前自查:确认 INBOX.mdOPERATIONS.md 未被 staged(二者是本地自用文件,已在 .gitignore 忽略)。避免用 git add -A/git add . 盲加;.gitignore 里这两行不要注释掉——一旦忽略失效被误提交,之后 .gitignore 也拦不住已跟踪的文件。

约束

  • 不要自动 commit 或 push。改完文件就停,由维护者决定何时提交。
  • 不删除 LICENSE、不改动 Awesome badge。
  • 保持双语风格与 README 既有语气一致,不重写已有条目除非被要求。
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 · 61 lines · 950 tokens per session scan A ed2cc70d5368

Subscribe to this mod's changes

awesome-claude-code CLAUDE.md is an instructions file published in the GitHub repository ichangyou/awesome-claude-code (1 stars, last pushed 6d ago), licensed CC0-1.0. It adds 950 tokens to every session, about $0.0047 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.