Karpathy Guidelines — AI skill for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes.
How to install Karpathy Guidelines
Installs to ~/.claude/skills/open-agent-power-open-knowledge-studio-karpathy-guidelines/SKILL.md
mkdir -p ~/.claude/skills/open-agent-power-open-knowledge-studio-karpathy-guidelines && curl -fsSL https://raw.githubusercontent.com/open-agent-power/open-knowledge-studio/HEAD/.claude/skills/karpathy-guidelines.md -o ~/.claude/skills/open-agent-power-open-knowledge-studio-karpathy-guidelines/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Karpathy Guidelines does
name: karpathy-guidelines description: Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria. license: MIT
Karpathy Guidelines
Behavioral guidelines to reduce common LLM coding mistakes, derived from [Andrej Karpathy's observations](https://x.com/karpathy/status/2015883857489522876) on LLM coding pitfalls.
**Tradeoff:**
Alternatives in AI
- Claude Cookbook — Official notebooks and recipes for common patterns (RAG, tool use, Skills, MCP) 35.3k ★
- Surface — Show ranked attack surface for a target from its recon manifest + hunt memory 3.8k ★
- Define — Definition phase - Clarify and scope problems with multi-AI consensus 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Andrej Karpathy Guideline For AI Coding
Andrej Karpathy-inspired guidelines for Codex and Claude Code that reduce common LLM coding mistakes through c
Claude Md Coding Guidelines
A drop-in CLAUDE.md of behavioral guidelines that reduce common AI coding mistakes
Slopless
Production-tested CLAUDE.md and rules that make Claude Code write better code and more human text. Anti-AI-slo
Codex Plan Review
Adversarial Codex review of a PLAN or design (not code) via the local Codex CLI. Read-only second-model challe
Aar Loop
Run an After Action Review after any AI session and write concrete lessons so your agent stops repeating mista
Avoid AI Writing
Audits and rewrites content to remove 21 categories of AI writing patterns with a 43-entry replacement table a
Related Agents
Scope Adversary
Red-team scope reviewer for in-flight code diffs. Reads a git diff and produces a ranked critique focused on s
Light Code StyleChecker
Use this agent when you need to scan imported or 3rd-party Delphi code for style compliance, common mistakes,
Model Review Agent
Review PyMC model code before sampling to catch common mistakes and suggest improvements