AbdullahHameedKhan/karpathy-ponytail-skills
Cursor rule Cursor
Karpathy + Ponytail behavioral guidelines for AI coding agents.
AbdullahHameedKhan/karpathy-ponytail-skills
Cursor rule Cursor
Karpathy + Ponytail behavioral guidelines for AI coding agents.
AbdullahHameedKhan/karpathy-ponytail-skills
Instructions file CodexOpenCode
AGENTS.md instructions for AbdullahHameedKhan/karpathy-ponytail-skills, covering agents.md, 1. think before coding, 2. simplicity — the ladder, 3. surgical changes and 4. bug fixes.
AbdullahHameedKhan/karpathy-ponytail-skills
Instructions file
Claude Code instructions for AbdullahHameedKhan/karpathy-ponytail-skills, covering claude.md, 1. think before coding, 2. simplicity — the ladder, 3. surgical changes and 4. bug fixes.
AbdullahHameedKhan/karpathy-ponytail-skills
Skill Claude CodeCodex
Behavioral guidelines merging Andrej Karpathy's LLM coding observations with Ponytail's laziness ladder. Enforces: think before coding (surface tradeoffs, ask before assuming), simplicity via a 7-rung decision ladder (YAGNI → reuse → stdlib → native → existing dep → one line → minimum code), surgical changes (touch…