Axiomarium — Development skill for Claude Code
See exactly which instructions your coding agent loads for any file, and what it silently drops.
How to install Axiomarium
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open hazeliscoding/axiomarium and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Axiomarium does
See exactly which instructions your coding agent loads for any file, and what it silently drops. axm resolves CLAUDE.md, AGENTS.md, rules and imports for Claude Code and Codex. Deterministic and read-only.
Alternatives in Development
- Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
- Claude SEO — Multi-Platform Agent Instructions — For Cursor, Cursor Cloud Agents, Google Antigravity, and Gemini CLI 5k ★
- Ruler — Ruler — apply the same rules to all coding agents 2.9k ★
README
**See exactly which instructions your coding agent loads for any file, and what it silently drops.** `axm explain` reads the CLAUDE.md files, AGENTS.md files, rules and imports in a repo, and shows what Claude Code and Codex each load for a given file, in order, with the reason for every one.
Instructions for coding agents now live in many files: a global CLAUDE.md, the project's AGENTS.md, nested files per directory, path-scoped rules and imports. Each harness loads them by its own rules, and none of them tells you when something is skipped. A `CLAUDE.local.md` makes Claude Code stop reading your AGENTS.md. A rule with broken frontmatter loads for every file instead of the ones it names. Codex stops adding files once they reach 32 KiB. You find out when the agent ignores a rule you know you wrote.
**Status:** planning. There is nothing to install yet. See [ROADMAP.md](ROADMAP.md).
How it works
The output below is the planned v0.1 output for a small repo. Its `CLAUDE.md` imports a missing file, doesn't import `AGENTS.md`, and sits next to a rule scoped to `src/api/**`.
$ axm explain src/api/orders/OrderService.cs --harness all
CLAUDE CODE // launched at repo root
01 ~/.claude/CLAUDE.md user at launch
02 CLAUDE.md project at launch
03 .claude/rules/backend.md paths: src/api/** when the file is read
-- AGENTS.md DROPPED CLAUDE.md exists and doesn't import it
-- src/api/AGENTS.md DROPPED CLAUDE.md exists and doesn't import it
-- docs/testing.md DROPPED imported by CLAUDE.md:12, file is missing
CODEX // launched at repo root
01 ~/.codex/AGENTS.md global at launch
02 AGENTS.md project
Related Skills
Whyrule
Claude isn't ignoring your CLAUDE.md — it never got it. Finds instructions that never load, imports that resol
Prospective Memory Rules
Always-on. Standing conditional instructions ("do X when Y") decay over the trajectory; compliance drops 2–21%
Run Tokens Demo
Read agentic-tokens-demo/feldera-analyze-tokens.md and follow its instructions exactly. Do not invoke it as a
Cocos Creator Files
Claude Code skill: read, edit and generate Cocos Creator 3.x project files (.prefab/.scene/.meta/.anim/.mtl/.e
Always Loaded Diet
Discipline for the files your agent loads every session (CLAUDE.md, MEMORY.md): one nightly writer, measured b
Docmancer
Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Co
Related Agents
Chief Editor
Receives every proposed concept and the story-doctor's report on each, picks the best ones looking for variety
Opus5 Prompt Expert
Expert on prompting Claude Opus 5 and on how Claude Code loads instructions. Use before adding, rewording, or
Falsifier Integrity Reviewer
Statically reviews a plan's recorded exit-criterion falsifier for construction defects — can this instrument r