Agent Skills: karpathy-autoresearch

|-

UncategorizedID: elasticdotventures/_b00t_/karpathy-autoresearch

Install this agent skill to your local

pnpm dlx add-skill https://github.com/elasticdotventures/_b00t_/tree/HEAD/skills/karpathy-autoresearch

Skill Files

Browse the full folder contents for karpathy-autoresearch.

Download Skill

Loading file tree…

skills/karpathy-autoresearch/SKILL.md

Skill Metadata

Name
karpathy-autoresearch
Description
|-

What

Andrej Karpathy's way of working, distilled into four principles for LLM coding agents. (1) Think Before Coding — state assumptions, surface ambiguity, push back when warranted. (2) Simplicity First — minimum code, no speculative abstractions, DRY+NRtW. (3) Surgical Changes — touch only what you must, trace every line to the request. (4) Goal-Driven TDD — failing test first, loop until verified, never claim solved without testing.

Applied in b00t: soul-first (learn before implement), lfmf for lessons, autolearn loop for goal-driven knowledge loading, and OODA for autonomous execution.

When to Use

Apply Karpathy's principles in every coding session. Think before implementing, keep changes minimal and surgical, and always write the failing test first.

How

  1. Think Before Coding: state assumptions, surface ambiguity, push back when warranted.
  2. Simplicity First: write minimum code, avoid speculative abstractions, follow DRY.
  3. Surgical Changes: touch only what you must, trace every line to the request.
  4. Goal-Driven TDD: write the failing test first, loop until verified, never claim solved without testing.
<!-- b00t:map v1 summary: Karpathy 4-principle way-of-working — think-first, simplicity, surgical, TDD-loop tags: karpathy, methodology, tdd, simplicity, way-of-working, transferable tier: frontier cmds: b00t learn karpathy-autoresearch complexity: 3 -->