Claude Md Templates
Description
Two ready-to-use CLAUDE.md templates (global + project) based on ETH Zurich research on context files for coding agents
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
CLAUDE.md Templates
Ready-to-use templates and skills for writing effective CLAUDE.md files — the context files that make AI coding agents work like you.
**The golden rule** — Write only what the agent cannot discover on its own. Every other line is noise that costs tokens and hurts focus.
Why this matters
Agents follow your instructions literally. Bad instructions — generic advice, discoverable information, verbose descriptions — actively make things worse. Research confirms that verbose, auto-generated context files reduce performance while increasing cost. The fix is simple: write less, but write what matters.
The files you need
| File | Location | Scope | Target |
|---|---|---|---|
| `global-CLAUDE.md` | ~/.claude/CLAUDE.md |
All projects | ~30 lines |
| `project-CLAUDE.md` | ./CLAUDE.md (repo root) |
This project | ~40 lines |
| `.claude/rules/*.md` | .claude/rules/ |
Targeted file patterns | ~10 lines each |
Global — your engineering identity
[`global-CLAUDE.md`](./global-CLAUDE.md)
- Philosophy — DRY, YAGNI, simplicity over cleverness
- Response language and style
- Code conventions (naming, strictness)
- Preferred tools (package manager, test runner)
- Git commit conventions
- Workflow rules
Project — this repo's context
[`project-CLAUDE.md`](./project-CLAUDE.md)
- Philosophy — this project's design principles
- What the project does (1-2 sentences)
- Non-obvious stack choices
- Commands with special setup
- Architecture decisions
- Patterns to follow
- Explicit "do not" guardrails (with reasons)
Why Philosophy matters
The Philosophy section shapes **how** the agent thinks, not just what it does. Without it, the agent defaults to generic patterns. With it, the generated code feels like **yours**.
| Level | What it captures | Example |
|---|---|---|
| Global | Your engineering identity | "YAGNI: only implement what's needed NOW" |
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