Plugin Claude Code
Plugin marketplace listing 1 plugin: george-hotz-skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: george-hotz-skills.
Plugin Claude Code
Radical-simplicity coding guidelines distilled from George Hotz's public philosophy: complexity is the enemy, you have never refactored enough, narrow interfaces, understand the whole stack.
Cursor rule Cursor
Radical-simplicity coding guidelines distilled from George Hotz's public philosophy. Use when writing, reviewing, refactoring, or porting code — to remove before adding, collapse duplication, keep interfaces narrow, and look at what code actually does instead of assuming.
Instructions file CodexOpenCode
Instructions for frankekn/george-hotz-skills, covering agents.md, 1. complexity is the enemy, 2. you have never refactored enough, 3. wide interfaces mean your abstraction is wrong and 4. understand the whole stack — nothing is magic.
Instructions file
Instructions for frankekn/george-hotz-skills, covering claude.md, 1. complexity is the enemy, 2. you have never refactored enough, 3. wide interfaces mean your abstraction is wrong and 4. understand the whole stack — nothing is magic.
Skill Claude CodeCodex
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…
Agent
An automation and deployment coding agent for CI/CD (automated build, test, and release workflows), scripts, and environment setup.
Agent
A staff-engineer-style code review agent named Guan Yu. It examines code changes for correctness, contracts between components, type safety, error handling, concurrency, security, and related risks.
Agent
A research and strategy agent for turning complex business logic, algorithms, and data models into hypotheses that can be tested with small experiments.
Agent
A staff-level code review agent for checking pull requests and changes for maintainability, tests, boundaries, readable data flow, and user-facing behavior.
Agent
A user-flow and information-architecture adviser for planning how people navigate a product, from onboarding through task completion. Information architecture means organizing content and choices so the path is clear.
Agent
A Chinese-language architecture auditor and debugging specialist for software systems. It focuses on module boundaries, dependency direction, tracing, logging, and automated safeguards.
Agent
A UI design agent focused on making screens easier to understand and more pleasant to use through clearer wording, information order, visual contrast, and small interface reactions.
Agent
An agent role that acts as a software producer: it turns research, tools, and ideas into small changes that can be tested and merged.
Agent
A troubleshooting and stress-testing coding agent for breaking through technical blockers, reproducing difficult bugs, and testing system limits.
Agent
A reliability-focused coding agent for implementing and strengthening production software, with attention to type safety, errors, logs, documentation, concurrency, and unusual inputs.
Agent
A front-end UI and UX coding agent for building React components and the visible parts of a product, including layout, responsive behavior, styling, and interaction feedback.
Agent
A strategy and coordination agent that breaks larger software tasks into work for specialized agents and keeps the overall plan moving. It covers research, architecture, coding, review, testing, security, and deployment.
Skill Claude CodeCodex
A deployment checklist covering the steps that move software from development to a live environment, including automated build, test, code checks, security checks, and release.
Skill Claude CodeCodex
A template for technical design documents that explain a proposed system, its data, APIs, file changes, error handling, and tests. It can also describe flows with Mermaid diagrams, a text format for technical diagrams.
Skill Claude CodeCodex
A product requirements document template for describing what a product should do, who it serves, and how success will be checked. It includes user stories, priorities, risks, and non-functional needs such as security or performance.
Skill Claude CodeCodex
A code-cleanup guide for finding and removing dead code—code that is no longer used—and unused exports or dependencies.
Skill Claude CodeCodex
A code-review procedure for checking a change from its commit history through its final tests. It covers scope, changed files, behavior, security, performance, and missing tests.
Skill Claude CodeCodex
A research-first coding guide that asks you to look for an existing package, tool, repository, or project skill before writing new code or adding a dependency.