cc-best CLAUDE.md

cc-best CLAUDE.md is an instructions file for coding agents from xiaobei930/cc-best. It costs 1,281 tokens per session, scanned A, original, MIT.

A project rule document that acts as a shared constitution for an AI coding team. It lists project guidance, current-state references, principles, and a recommended workflow.

In plain words
What is it for?
Use it to guide work through stages such as planning, clarification, design, development, verification, testing, and committing changes.
Why use it?
It gives agents a common set of rules and project documents to follow instead of making decisions from incomplete context.

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/xiaobei930/cc-best/claude-md
Clone the repo
git clone --depth 1 https://github.com/xiaobei930/cc-best

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 cc-best CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xiaobei930/cc-best/claude-md.svg)](https://agentmods.dev/instructions/xiaobei930/cc-best/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/xiaobei930/cc-best/claude-md"><img src="https://agentmods.dev/badge/instructions/xiaobei930/cc-best/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,281 This file is loaded in full into every session.
When invoked 1,281 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.01281 $0.01281
Opus 5 $0.00641 $0.00641
Sonnet 5 $0.00256 $0.00256
Haiku 4.5 $0.00128 $0.00128

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

Security

Grade A, and why

cc-best 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 5d 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 · 124 lines

How it starts

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

{{PROJECT_NAME}} Constitution

Version: 1.0.0 | Ratified: {{DATE}} | Last Amended: {{DATE}}

This document is the project's "constitution", defining inviolable core principles. 本文档是项目的"宪法",定义不可违背的核心原则。

{{PROJECT_DESCRIPTION}}

Quick Navigation | 快速导航

Document 文档 Purpose 用途
memory-bank/progress.md Current status 当前状态
memory-bank/architecture.md System architecture 系统架构
memory-bank/tech-stack.md Tech stack 技术选型
rules/common/methodology.md Full methodology 完整方法论

Core Constraints | 核心约束

  • Constraint 1 约束1 - Description 说明
  • Constraint 2 约束2 - Description 说明

Current State | 当前状态

{{CURRENT_PHASE}} - See 详见 memory-bank/progress.md


Key Principles | 关键原则 (IMPORTANT)

完整原则详见 rules/common/methodology.md

Must Follow 必须遵守: P1 接口先查文档禁止猜测 | P3 需求先明确禁止假设 | P7 不懂就说禁止装懂 | CP4 函数单一职责嵌套≤3

Autonomous Decisions 自主决策: A1 上下文推断不中断 | A2 记录依据+置信度 | A3 下游可纠偏 | A4 不确定用MVP标TBD | A5 区分Bug和假设错误


Workflow | 工作流程

/cc-best:pm → /cc-best:clarify(if needed) → /cc-best:lead → /cc-best:designer(frontend) → /cc-best:dev → /cc-best:verify → /cc-best:qa → /cc-best:commit → /clear → loop

Role Commands 角色命令: /cc-best:pm /cc-best:clarify /cc-best:lead /cc-best:designer /cc-best:dev /cc-best:qa /cc-best:verify Tool Commands 工具命令: /cc-best:build /cc-best:test /cc-best:run /cc-best:status /cc-best:commit /cc-best:compact-context /cc-best:checkpoint /cc-best:hotfix Mode Commands 模式命令: /cc-best:iterate (autonomous) /cc-best:pair (pair programming) /cc-best:model (model strategy)

📝 Clone users: remove cc-best: prefix or run scripts/node/convert-to-local.js

/cc-best:iterate Mode Rules | 模式规则 (IMPORTANT)

After completing a task, immediately execute the next one. NO summarizing and waiting. 任务完成后必须立即执行下一个任务,禁止输出总结后等待用户响应。

Read the full file on GitHub · 124 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. 5d ago First seen · 124 lines · 1,281 tokens per session scan A aed37b89d91a

Subscribe to this mod's changes

cc-best CLAUDE.md is an instructions file published in the GitHub repository xiaobei930/cc-best (50 stars, last pushed 2mo ago), licensed MIT. It adds 1,281 tokens to every session, about $0.0064 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

claude-code-ultimate-guide CLAUDE.md

Claude Code instructions for FlorianBruniaux/claude-code-ultimate-guide, covering claude code ultimate guide - project context, purpose, repository structure, published at: https://cc.bruniaux.com/whitepapers/ and key files.

FlorianBruniaux/claude-code-ultimate-guide · 2,921 tokens

claude-code-ultimate-guide copilot-instructions.md

Copilot instructions for FlorianBruniaux/claude-code-ultimate-guide: Use /CLAUDE.md as the single source of truth for this repository.

FlorianBruniaux/claude-code-ultimate-guide · 69 tokens

awesome-agentic-coding AGENTS.md

AGENTS.md instructions for Supersynergy/awesome-agentic-coding, covering agents.md, commands and repo rules.

Supersynergy/awesome-agentic-coding · 151 tokens

AIWiki CLAUDE.md

Claude Code instructions for XuebinMa/AIWiki, covering claude.md — aiwiki 项目记忆, 这是什么, 每次动手前必读(按顺序), 写作 / 翻译用 skill(不要手搓流程) and 保持连贯的硬规则(防止跨会话的风格 / 内容漂移).

XuebinMa/AIWiki · 3,165 tokens

awesome-agentic-coding CLAUDE.md

Claude Code instructions for Supersynergy/awesome-agentic-coding, a project described as: Turn Claude Code into a failsafe, token-efficient, one-shot coding machine. 50+ tools, 7 skills, 5 hooks, 3 agents, 9 deep-dive guides. 1-click setup.

Supersynergy/awesome-agentic-coding · 10 tokens

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