Commit Graph
9 Commits
Author SHA1 Message Date
JiayuanandGitHub 84512da3b4 Merge pull request #3 from szkocot/main
refactor: restructure to Anthropic skills format
2026-01-28 13:17:02 +08:00
Szymon Kocot 64723a49ea refactor: restructure repo for skills.sh compatibility 2026-01-28 01:40:04 +01:00
JiayuanandGitHub 6c8ac84738 Merge pull request #2 from forrestchang/docs/expand-readme-content
docs: expand README with detailed Karpathy skills content
2026-01-27 22:38:04 +08:00
JiayuanandClaude Opus 4.5 24eb5e2bb2 docs: expand README with detailed Karpathy skills content
Add comprehensive explanations of the four principles:
- Think Before Coding: explicit reasoning and assumption surfacing
- Simplicity First: anti-patterns and the "senior engineer" test
- Surgical Changes: editing vs cleaning up your own changes
- Goal-Driven Execution: imperative to declarative transformation table

Also add sections for measuring effectiveness, customization guidance,
and tradeoff notes for trivial vs non-trivial tasks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 22:35:52 +08:00
JiayuanandGitHub b4c9b0f6ee Merge pull request #1 from TomBener/main
Update Karpathy tweet link in README
2026-01-27 22:25:59 +08:00
TomBenerandClaude Opus 4.5 bf5837f278 Update Karpathy tweet link in README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 08:51:58 -05:00
Jiayuan ZhangandClaude Opus 4.5 0b53cbcda4 Add skills version for .claude/skills/ directory
Provides alternative install method for users who prefer
skills directory over modifying CLAUDE.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 12:07:26 +08:00
Jiayuan Zhang c488bed98e Add install instructions for new and existing projects 2026-01-27 11:59:17 +08:00
Jiayuan ZhangandClaude Opus 4.5 8462496b34 Add Karpathy-inspired Claude Code guidelines
Behavioral guidelines to reduce common LLM coding mistakes:
1. Think Before Coding - surface assumptions and tradeoffs
2. Simplicity First - minimum code, nothing speculative
3. Surgical Changes - touch only what you must
4. Goal-Driven Execution - define success criteria, loop until verified

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 11:53:00 +08:00