Golden CLAUDE.Md
Description
A masterpiece of CLAUDE.md, maximize Claude Code proficiency
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Golden CLAUDE.md
English | [中文](README-zh.md)
A copy-paste-ready behavioral template for [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Research-backed. Operational. Under 100 lines.
Distilled from 30+ of the most successful CLAUDE.md files, blog posts, and Anthropic's own documentation into one firm, general-purpose set of behavioral rules.
Quick Start
**Install** (recommended) — apply globally as your default Claude Code behavior:
mkdir -p ~/.claude && curl -o ~/.claude/CLAUDE.md https://raw.githubusercontent.com/Z-M-Huang/golden-CLAUDE.md/main/CLAUDE.md
This is the recommended approach. Behavioral rules are universal — they don't change per project, so user scope (`~/.claude/CLAUDE.md`) is the natural home. Your project-root `CLAUDE.md` stays free for project-specific context (tech stack, test commands, conventions).
**Share with your team** — commit to your repository as a rules file:
mkdir -p .claude/rules && curl -o .claude/rules/golden.md https://raw.githubusercontent.com/Z-M-Huang/golden-CLAUDE.md/main/CLAUDE.md
Using `.claude/rules/` instead of the project root keeps the behavioral rules separate from project context. Claude Code loads both automatically.
**Existing CLAUDE.md** — paste the golden rules at the **top** of your file, above your project-specific rules. Behavioral rules go first for maximum attention budget.
If your combined CLAUDE.md exceeds ~120 lines, consider splitting: behavioral rules in `~/.claude/CLAUDE.md`, project-specific rules in `./CLAUDE.md`. See the [wiki](../../wiki/FAQ) for details.
What's Inside
| Section | Purpose |
|---|---|
| Core Commitments | 6 core commitments — verification, honesty, tool-backed facts, diligence, code understanding, safety |
| Before Changing Code | Pre-edit checklist — read first, check existing patterns, never assume |
| Honesty & Communication | Anti-sycophancy, surface confusion, push back on bad ideas |
| **Ver |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11