Skip to content

Commit 1eaeb3e

Browse files
committed
feat: update karpathy-guidelines.md
1 parent de997c6 commit 1eaeb3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

templates/skills/karpathy-guidelines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Behavioral guidelines to reduce common LLM coding mistakes.
1010

1111
**Tradeoff:** These guidelines bias toward caution over speed. For trivial tasks, use judgment.
1212

13+
**Internal use:** Apply these guidelines silently. Do not cite this document, its title, or guideline names in user-facing responses.
14+
1315
## 1. Think Before Coding
1416

1517
**Don't assume. Don't hide confusion. Surface tradeoffs.**
@@ -64,4 +66,4 @@ For multi-step tasks, state a brief plan:
6466
3. [Step] → verify: [check]
6567
```
6668

67-
Strong success criteria let you loop independently. Weak criteria ("make it work") require constant clarification.
69+
Strong success criteria let you loop independently. Weak criteria ("make it work") require constant clarification.

0 commit comments

Comments
 (0)