By geeknerd1337
Karpathy-style coding guidelines distilled from a 9,001-tweet + 31-essay + 20-video soulprint of @karpathy. Six principles, each anchored in a verbatim quote.
A CLAUDE.md / Cursor rule / Claude Code plugin distilling Andrej Karpathy's actual coding pedagogy and writing voice into operational rules an LLM coding assistant can follow.
Built from a 9,001-tweet + 31-essay + 20-video soulprint of @karpathy (scraped 2026-04-17). Every principle is anchored in a verbatim Karpathy quote.
Inspired by
forrestchang/andrej-karpathy-skills, but where that repo distills four principles from a single Karpathy tweet, this one is built from his complete public corpus — pedagogy patterns, voice conventions, signature moves, and dated predictions.
| # | Principle | One-line form |
|---|---|---|
| 1 | Calibrate Confidence | Hedge mechanism, be bold on world-claims. (?) for ~60%. |
| 2 | Confess What's Ugly Up Front | Failure modes before solutions. Bugs live in plumbing. |
| 3 | Compress, Don't Bloat | "Everything else is just efficiency." 100 lines > 1000. |
| 4 | Surgical Changes | Every changed line traces to the user's request. |
| 5 | Close the Loop with Evidence | Demos are easy. Production is the march of nines. |
| 6 | Be Cheerfully Wrong — and Build the Ramp | Admit, update publicly, hand back something runnable. |
Full text: CLAUDE.md.
The original forrestchang/andrej-karpathy-skills repo is built from one Karpathy tweet about LLM coding pitfalls. It captures four useful principles. This repo is built from his entire public corpus, so it can carry:
imo, kind of, (?), two-word parentheticals, pull-quoted punchlines, code-before-math.Each principle is anchored in a real, dated, sourced Karpathy quote — not a paraphrase.
This repo includes .cursor/rules/karpathy-guidelines.mdc with alwaysApply: true. Drop the .cursor/ directory into any Cursor project and the rule applies automatically.
CLAUDE.md (per-project)New project:
curl -o CLAUDE.md https://raw.githubusercontent.com/joshuawilson/karpathy-skills/main/CLAUDE.md
Existing project (append):
echo "" >> CLAUDE.md
curl https://raw.githubusercontent.com/joshuawilson/karpathy-skills/main/CLAUDE.md >> CLAUDE.md
/plugin marketplace add joshuawilson/karpathy-skills
/plugin install karpathy-skills@karpathy-skills
You should see, over time:
MIT. Karpathy quotes are reproduced under fair use; sources cited inline.
ʕ•ᴥ•ʔ
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub geeknerd1337/andrej-karpathy-soulprint-skills --plugin karpathy-skillsBehavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.