KnowKnowCC CLAUDE.md

KnowKnowCC CLAUDE.md is an instructions file for coding agents from chenjh06/KnowKnowCC. It costs 1,510 tokens per session, scanned A, original, Apache-2.0.

A Chinese-language learning system for Claude Code, the command-line coding assistant, arranged from beginner material through advanced topics and reference guides.

In plain words
What is it for?
Use it as a learning and reference collection when studying Claude Code features, workflows, integrations, or skill development.
Why use it?
It gives Chinese-speaking users a structured way to learn Claude Code, including practical examples, Windows guidance, customization, and automation.

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/chenjh06/knowknowcc/claude-md
Clone the repo
git clone --depth 1 https://github.com/chenjh06/KnowKnowCC

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chenjh06/knowknowcc/claude-md.svg)](https://agentmods.dev/instructions/chenjh06/knowknowcc/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/chenjh06/knowknowcc/claude-md"><img src="https://agentmods.dev/badge/instructions/chenjh06/knowknowcc/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,510 This file is loaded in full into every session.
When invoked 1,510 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.01510 $0.01510
Opus 5 $0.00755 $0.00755
Sonnet 5 $0.00302 $0.00302
Haiku 4.5 $0.00151 $0.00151

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

Security

Grade A, and why

KnowKnowCC 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 3d 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 · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 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.


项目概述

knowknowcc(看懂Claude Code) 是一个 Claude Code 中文知识体系,不是功能手册,而是精心设计的学习体系。

版本: v4.0.0 | 跟踪官方: Claude Code v2.1.156 | 状态: 100% 完成

核心哲学

  1. 少即是多 - 精选20%最核心内容,解决80%使用场景
  2. 深度胜过广度 - 每个概念都讲透,原理+实践+案例
  3. 由浅入深 - Level 1/2/3 三级体系
  4. 实战导向 - 真实案例和解决方案
  5. Windows优先 - 100%支持,每个功能都有Windows章节

架构

KnowKnowCC/
├── guide/              ← Level 1: 核心掌握 (7个文档,含README)
├── advanced/           ← Level 2: 进阶提升 (30个文档)
│   ├── a-productivity/     生产力提升 (9)
│   ├── b-code-quality/     代码质量 (5)
│   ├── c-integration/      集成扩展 (7)
│   ├── d-skills-development/ Skills开发 (5)
│   └── 其他专题文档 (4)
├── master/             ← Level 3: 专家之道 (20个文档)
│   ├── 01-customization/   定制化 (7)
│   ├── 02-automation/      自动化 (5)
│   ├── 03-advanced-topics/ 高级主题 (5)
│   └── 04-source-analysis/ 源码分析 (2)
├── windows/            ← Windows 专属 (5个文档,含README)
├── reference/          ← 快速参考 (4个文档,含README)
└── reports/            ← 审核报告 (14个文档)

总计: ~90个md文件, ~890,000字

内容创建标准

五维质量标准

维度 要求
完整性 是什么、为什么、如何使用、何时使用、注意什么
实战性 真实场景、完整流程、预期结果、常见问题(≥6个)
Windows支持 专门章节、PowerShell示例、路径说明
可验证性 验证标记、官方核对、实际测试
可读性 简洁明了、段落适中(<10行)、逻辑清晰

文件命名

格式: XX-<descriptive-name>.md

✅ 01-plan-mode.md, 02-session-management.md
❌ feature1.md, PlanMode.md

路径处理

# 文档链接 - 使用相对路径
[快速上手](../guide/01-quickstart.md)  ✅

# Windows路径 - 使用正斜杠
cd "D:/Projects/MyApp"  ✅
cd "D:\\Projects\\MyApp"  ⚠️ 备选
cd "D:\Projects\MyApp"  ❌ 避免单反斜杠

代码块标记

正确标记语言: powershell, bash, typescript, json, markdown


关键配置

  • Git远程: https://github.com/chenjh06/KnowKnowCC.git (HTTPS,非SSH)
  • 默认分支: main
  • 内存文件: C:\Users\cjh\.claude\projects\D--AIWork-claude-code-work-knowknowcc\MEMORY.md

相关文件

文件 用途
README.md 项目总入口
PROJECT-STATUS.md 项目状态与待办
CHANGELOG.md 版本更新日志
MEMORY.md 跨会话持久化上下文

Read the full file on GitHub · 178 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. 3d ago First seen · 178 lines · 1,510 tokens per session scan A f093141b3dd8

Subscribe to this mod's changes

KnowKnowCC CLAUDE.md is an instructions file published in the GitHub repository chenjh06/KnowKnowCC (20 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 1,510 tokens to every session, about $0.0076 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.

Related

Other instructions, from other repositories

Tutorial_AwesomeModernCPP AGENTS.md

Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 778 tokens

open-dictionary AGENTS.md

Instructions for ahpxex/open-dictionary, covering open dictionary rewrite charter, product framing, core workflow, technical framework and 1. raw ingestion layer.

ahpxex/open-dictionary · 1,906 tokens

ab900 CLAUDE.md

Instructions for timothywarner-org/ab900, covering claude.md, repository purpose, architecture, commands and 2. non-ascii punctuation -- must return zero.

timothywarner-org/ab900 · 7,662 tokens

canvas-lms-mcp AGENTS.md

Instructions for bruchris/canvas-lms-mcp, covering agents.md — canvas lms mcp server, quick start, run with npx (no install needed), or install globally and architecture.

bruchris/canvas-lms-mcp · 1,800 tokens

obsidian-university-workflow CLAUDE.md

Instructions for ABO896/obsidian-university-workflow, covering obsidian university workflow, project structure, rules for working on this project, templater api — always read the docs first and config alignment.

ABO896/obsidian-university-workflow · 810 tokens

architect-ai CLAUDE.md

Instructions for aviraldua93/architect-ai, covering architectai — claude certified architect study tool, architecture, key patterns, exam domains and task statements.

aviraldua93/architect-ai · 1,853 tokens