Commit Graph
13 Commits
Author SHA1 Message Date
Jiayuan ZhangandGitHub a4f0aa3d7a Merge pull request #15 from forrestchang/forrestchang/fix-readme-links
Fix GitHub repository links in README
2026-01-31 15:48:30 +08:00
JiayuanandClaude Haiku 4.5 adc91eb4f4 Fix GitHub repository links in README
Update all references from jiayuan7/andrej-karpathy-skills to forrestchang/andrej-karpathy-skills to match the actual repository location.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-31 15:47:59 +08:00
Jiayuan ZhangandGitHub c692832f36 Merge pull request #13 from back1ply/add-claude-code-plugin-support
Add Claude Code plugin support
2026-01-31 15:46:08 +08:00
Shehab TarekandClaude Opus 4.5 82467fa8e3 Add Claude Code plugin support
- Add plugin.json manifest for Claude Code plugin installation
- Update README with Claude Code plugin installation instructions
- Update repository URLs to point to jiayuan7/andrej-karpathy-skills

This enables users to install the skill as a Claude Code plugin:
  claude plugins add https://github.com/jiayuan7/andrej-karpathy-skills

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 16:36:24 +02:00
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