BeClaude

karpathy-guidelines

New
3.7kSmitheryDevelopmentby forrestchang

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.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/karpathy-guidelines.md https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/skills/karpathy-guidelines/SKILL.md
3
Invoke in Claude Code
/karpathy-guidelines
View source on GitHub
code-reviewrefactoringcodingproductivity

Frequently Asked Questions

What is karpathy-guidelines?

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.

How to install karpathy-guidelines?

To install karpathy-guidelines, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /karpathy-guidelines.

What is karpathy-guidelines best for?

karpathy-guidelines is a community categorized under Development. It is designed for: code-review, refactoring, coding, productivity. Created by forrestchang.