From george-hotz-skills
George Hotz–inspired radical-simplicity rules for coding. Load when refactoring, simplifying, or reviewing code; when a change is growing a new layer / abstraction / config flag / adapter; when a function is sprouting many parameters; or when you're about to assert code "works" without looking. Complexity is the enemy — remove before you add. Unofficial; distilled from George Hotz's public statements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/george-hotz-skills:geohot-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Distilled from George Hotz's public philosophy. The reflex these rules install: **the enemy is complexity, and the move is almost always to remove, not add.** Use on any non-trivial implementation, refactor, or review — not on one-liners.
Distilled from George Hotz's public philosophy. The reflex these rules install: the enemy is complexity, and the move is almost always to remove, not add. Use on any non-trivial implementation, refactor, or review — not on one-liners.
"You can always make your software do more. The magic is when you can make your software do more without adding complexity — because complex things eventually collapse under their own weight."
More capability at equal or lower complexity is the only real win. Adding a feature by adding a layer is a loss.
"Your code can get smaller, your code can get simpler, your ideas can be more elegant." tinygrad aims to express ML with roughly 25 low-level ops, compared with roughly 250 in XLA / PrimTorch.
kwargs bag.tinygrad as "the RISC of the ML stack — extreme simplicity that allows anyone to understand it."
Unofficial. Not affiliated with or endorsed by George Hotz. See the repo README for sourced quotes.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub frankekn/george-hotz-skills --plugin george-hotz-skills