Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code. Based on Andrej Karpathy's coding philosophy
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations.
SkillKit is the universal package manager for AI agent skills. One command installs to all your agents.
npx skillkit install tuliosousapro/andrej-karpathy-skills
skillkit sync
This auto-detects your installed agents (Cursor, Gemini CLI, Claude Code, OpenClaw, Hermes, Windsurf, Copilot, etc.) and deploys to each.
skillkit install tuliosousapro/andrej-karpathy-skills --agent cursor
skillkit install tuliosousapro/andrej-karpathy-skills --agent gemini
skillkit install tuliosousapro/andrej-karpathy-skills --agent claude
If you don't use SkillKit, copy the skill into the correct directory for your agent:
| Agent | Directory |
|---|---|
| Claude Code | .claude/skills/ |
| Cursor | .cursor/skills/ |
| Gemini CLI | .gemini/skills/ |
| OpenClaw | .openclaw/skills/ |
| Copilot | .github/skills/ |
| Windsurf | .windsurf/skills/ |
| Hermes Agent | .hermes/skills/ |
| Codex | .codex/skills/ |
| Antigravity | .gemini/skills/ |
# Example: manual install for Cursor
mkdir -p .cursor/skills/karpathy-guidelines
curl -sL https://raw.githubusercontent.com/tuliosousapro/andrej-karpathy-skills/main/skills/karpathy-guidelines/SKILL.md \
-o .cursor/skills/karpathy-guidelines/SKILL.md
skills/karpathy-guidelines/SKILL.md — Core guidelines (6 rules)skills/karpathy-guidelines/References/EXAMPLES.md — Real-world code examplesBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub tuliosousapro/andrej-karpathy-skills --plugin andrej-karpathy-skills14 marketing skills
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Self-improving Claude Code plugin — learns from corrections across sessions via reflexio
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement
24 elite skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Turn Claude Code into a proactive engineering partner.
Self-Evolving AI Coding Infrastructure — Generate, Curate, and Enhance Reusable Wisdom