Karpathy Check banner
ArogyaReddy ArogyaReddy

Karpathy Check

Git community

Description

--- name: karpathy-check description: Run Karpathy's 4-principle review on staged changes or the last commit. Checks complexity, diff noise, hidden assumptions, and goal verification. Usage /karpathy-check [--last-commit] --- # /karpathy-check Review your staged changes (or last commit) against Karpathy's 4 coding principles. ## Usage ``` /karpathy-check # review staged changes /karpathy-check --last-commit # review the most recent commit ``` ## What it runs 1. **Principl

Installation

Installs to ~/.claude/skills/arogyareddy-https-github.com-alirezarezvani-claude-skills1-karpathy-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arogyareddy-https-github.com-alirezarezvani-claude-skills1-karpathy-check && curl -fsSL https://raw.githubusercontent.com/ArogyaReddy/https-github.com-alirezarezvani-claude-skills1/HEAD/commands/karpathy-check.md -o ~/.claude/skills/arogyareddy-https-github.com-alirezarezvani-claude-skills1-karpathy-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository