My Claude Md
Description
A minimal `CLAUDE.md` for Claude Code, containing only rules that are not already default behavior.
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 Template
A minimal `CLAUDE.md` for Claude Code, containing only rules that are not already default behavior.
Why it's short
Claude Code loads `CLAUDE.md` at the start of every session as override-priority instructions. Restating something Claude already does by default doesn't reinforce it — it competes with the rules that actually matter. [Anthropic's guidance](https://code.claude.com/docs/en/best-practices) is blunt about the result: *"Bloated CLAUDE.md files cause Claude to ignore your actual instructions."*
So every line passes one test:
**Would removing this cause Claude to make mistakes?** If not, cut it.
Rules that survive carry a checkable test next to them. Rules that only restate default behavior — *state your assumptions*, *implement only what was requested*, *match the existing style* — are left out on purpose.
Use it
Copy [`CLAUDE.md`](CLAUDE.md) into your project root and fill in **Project facts**. That section is the most valuable part and the only one a template can't write for you: build and test commands, environment quirks, and gotchas Claude can't infer from the code.
Run `/init` in Claude Code to draft those facts from your codebase, then prune what it guesses.
Skills or Plugins
Installed separately — not part of this template. Listed so a new project starts with them in mind.
| Skill or plugin | Use it for | Source |
|---|---|---|
| claude-md-management | Maintaining this file: audits CLAUDE.md against the codebase, and /revise-claude-md folds session learnings back in |
anthropics/claude-plugins-official |
| superpowers | General methodology: planning, TDD, debugging, and skill authoring itself | obra/superpowers |
| gstack | An opinionated end-to-end setup — discovery, design, release, docs, and QA as slash commands | [garrytan/gstack](https://github.com |
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