itstimeo/hub
Toutes les ressources
Skill2026-06-17

andrej-karpathy-skills

Un seul fichier CLAUDE.md de 4 règles, inspiré d'Andrej Karpathy (cofondateur d'OpenAI), qui empêche Claude Code de coder n'importe comment. 175k+ étoiles sur GitHub.

CommunautéClaude CodeCLAUDE.md
Installation rapideRepo GitHub
$/plugin marketplace add forrestchang/andrej-karpathy-skills /plugin install andrej-karpathy-skills@karpathy-skills

Le mode d'emploi

  1. 1

    Ce que font les 4 règles

    Quatre principes qui cadrent Claude Code : Réfléchir avant de coder (comprendre et planifier avant d'écrire), Simplicité d'abord (la solution la plus simple qui marche), Changements chirurgicaux (toucher au minimum, ne rien casser autour) et Exécution orientée objectif (rester focalisé sur le but, sans partir dans des à-côtés).

  2. 2

    Option A — Plugin Claude Code (recommandé)

    Dans Claude Code, ajoute le marketplace puis installe le plugin.

    $/plugin marketplace add forrestchang/andrej-karpathy-skills /plugin install andrej-karpathy-skills@karpathy-skills
  3. 3

    Option B — CLAUDE.md par projet · Mac / Linux

    À la racine de ton projet, télécharge le fichier CLAUDE.md (écrase un éventuel fichier existant).

    $curl -o CLAUDE.md https://raw.githubusercontent.com/multica-ai/andrej-karpathy-skills/main/CLAUDE.md
  4. 4

    Option B — CLAUDE.md par projet · Windows (PowerShell)

    Même chose sous Windows : utilise curl.exe.

    $curl.exe -o CLAUDE.md https://raw.githubusercontent.com/multica-ai/andrej-karpathy-skills/main/CLAUDE.md
  5. 5

    Ajouter à un CLAUDE.md existant · Mac / Linux

    Pour conserver ton CLAUDE.md actuel et y ajouter les règles à la fin, sans l'écraser.

    $curl -s https://raw.githubusercontent.com/multica-ai/andrej-karpathy-skills/main/CLAUDE.md >> CLAUDE.md
  6. 6

    Ajouter à un CLAUDE.md existant · Windows (PowerShell)

    La variante PowerShell pour ajouter à la fin sans écraser le fichier.

    $curl.exe -s https://raw.githubusercontent.com/multica-ai/andrej-karpathy-skills/main/CLAUDE.md | Add-Content CLAUDE.md

Une question ? Réponds-moi en commentaire sur TikTok.

@itstimeo_