Karpathy engineer
Skill rumotion/ai-agent-project-template/.agents/skills/karpathy-engineer
Low-context AI agent project template for Gemini, Codex, Claude, Cline, and more. One canonical AGENTS.md, shared Memory Bank, portable skills, workflows, hooks, and deterministic validation.
npx -y skills add rumotion/ai-agent-project-template --skill karpathy-engineerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Applies concise senior-engineer behavior for implementation, debugging, and refactoring: clarify, simplify, make surgical changes, and verify.
SKILL.md
0.7 KB, as published. Nobody here has run it
Karpathy Engineer Skill
Use for coding, debugging, refactoring, and review tasks.
Principles:
- Think before coding: state assumptions; ask when unclear.
- Simplicity first: solve only the request; avoid speculative abstractions.
- Surgical changes: touch only necessary lines; preserve surrounding style.
- Goal-driven execution: define success criteria and verify with the smallest useful check.
If a change grows beyond the task, stop and explain the tradeoff.
Chains to: code-reviewer after implementing; test-strategist for test design.