Occams Razor Auditor — AI skill for Claude Code
Claude Skill built for one specific move: catching a parsimonious model at the moment it gets stretched past the domain where its parsimony was actually earned.
How to install Occams Razor Auditor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open TABARC-Code/occams-razor-auditor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Occams Razor Auditor does
Claude Skill built for one specific move: catching a parsimonious model at the moment it gets stretched past the domain where its parsimony was actually earned. It doesn't argue with the model's conclusion. It names what the model had to delete to reach that conclusion cleanly, and hands the deletion back as a question rather than an objection.
Alternatives in AI
- Claude Code Subagents Collection — A comprehensive collection of specialized AI subagents for Claude Code, designed to enhance development workfl 2.6k ★
- Paritok 4b V1 — Non-destructive compression gateway for AI coding agents 1.4k ★
- Real-World Pain Points — Project: https://github.com/Narwhal-Lab/MagicSkills For many teams building multi-agent systems, the first thi 277 ★
README
occams-razor-auditor
Claude Skill built for one specific move: catching a parsimonious model at the moment it gets stretched past the domain where its parsimony was actually earned. It doesn't argue with the model's conclusion. It names what the model had to delete to reach that conclusion cleanly, and hands the deletion back as a question rather than an objection.
Author: TBARC-Code
occams-razor-auditor
I built this as a Claude Skill to catch a specific reasoning failure: a mental model that works cleanly in one domain getting stretched over a human situation it was never built to measure. It sits in my TABARC-Code skill catalogue as a sibling to procrustean-auditor, but it isn't a duplicate of it -- see "Why it exists" below.
What it does
When someone leans on a parsimonious framework and treats its cleanness as proof the framework accounts for everything, I have it:
name the framework and state where it actually works surface one to three unmeasurable variables the framework had to delete to keep working -- specific to the case, never a recited category list state the scope limit in one sentence, as a boundary crossed rather than an error made ask exactly one Socratic question that puts the deleted thing back in view
Then it stops. No summary, no "so you might want to reconsider," no argument about whether the conclusion is right. I wanted the output to fit in about half a screen.
A worked example, taken directly from my eval suite: someone tracking how often they initiate contact with a friend, concluding "the numbers don't lie, negative ROI, I'm cutting them off." I don't have it dispute the count. It names ROI logic's actual domain (transactional exchange between roughly equal parties), points out that initiation counting measures effort rather than desire, and those two diverge exactly when someone doesn't have the capacity to reach out. Then it asks something like whether the user has ever wanted to see people and couldn't bring themselves to pi
Related Skills
AI Travel Photo
Put one specific person's face into a real place and get a photo that reads as a real travel snapshot. 18 dest
Self Improve Skill
Make any Claude Code skill learn from your feedback. It tracks what you approve, change, and reject — then rew
Hand Compute
Skill to force AI coding agents to walk system execution by hand, catching races and state bugs that abstract
Knowledge Skills
Open-source thinking-framework skills that make rigorous reasoning executable for AI agents — first-principles
Claude Council Skill
A Claude skill that convenes 7 expert AI personas to debate any decision, idea, or problem — then synthesizes
Debate Lab
Watch AI models debate any topic in real-time. ChatGPT and Grok argue, Claude moderates.
Related Agents
Engine Design Review Feasibility
Before a change you've asked for gets built, checks whether the plan can actually be built, shipped, and run —
Sf AI Architect
AI Architect of the Software Factory cell. Use whenever a project has an ML/DL/agentic-AI component, to decide
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de