Whyrule
Description
Claude isn't ignoring your CLAUDE.md — it never got it. Finds instructions that never load, imports that resolve to nothing, text stripped before injection, and rules that silently contradict each other. No API key, no dependencies, and it installs itself as a hook.
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
whyrule
Claude isn't ignoring your CLAUDE.md. It never got it.
You wrote the rule down. You wrote it clearly. Claude does the opposite anyway, and there's no error, no warning, nothing in the logs — so you rewrite the rule in capitals and hope.
Usually the rule never arrived. Things that make text vanish between your file and the model, none of which are visible by reading the file:
- an instruction inside an
, which is stripped before injection @docs/setup.mdpointing at a file that moved — imports that resolve to nothing load nothing, and say nothing- an
AGENTS.mddoing the work, which Claude Code does not read - a
.claude/rules/file whosepaths:globs match no file in the repo, so it never loads - your project rule and your
~/.claude/CLAUDE.mdrule flatly contradicting each other — they're concatenated, not overridden, so Claude picks one arbitrarily
`whyrule` finds all of it. There is nothing to install to try it:
git clone https://github.com/hjalti-hub/whyrule && cd whyrule
python3 -m whyrule
No API key. No model calls. No dependencies. Just `python3`.
Once you want it to run without being asked, install it properly and it [hooks itself in](#running-itself) — after that you never type it again.
$ whyrule
CLAUDE.md
18: error REACH001 Instruction inside an HTML comment never reaches Claude: '- Always use `pnpm`, never `npm`, since the lockfile is p...'
fix: Move the instruction outside the comment. Keep comments for notes meant only
for human maintainers, which is what the stripping is for.
3: error IMPORT001 `@docs/architecture.md` imports docs/architecture.md, which does not exist - nothing is loaded
fix: Point it at a file that exists. Relative paths resolve against ./, the
directory of the file the import is written in - not the working directory.
4: error IMPORT001 `@CONVENTIONS.md` imports CONVENTIONS.md, which does not exist - nothin
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