Commit Graph
17 Commits
Author SHA1 Message Date
Jiayuan ZhangandGitHub c9a44ae835 Update README with project and social media links
Added links to new project and social media.
2026-04-16 01:47:20 +08:00
Jiayuan ZhangandGitHub 331a3ac2c0 Update README with project and social media links
Added links to new project and social media.
2026-04-16 01:47:05 +08:00
Jiayuan ZhangandGitHub 9ec6befa5a Fix readme 2026-04-16 00:45:56 +08:00
Jiayuan ZhangandGitHub fb8fdb0aa7 Add Multica project link at the top of README (#51)
Add a prominent link to the Multica open-source agents platform
at the beginning of the README for discoverability.
2026-04-14 02:11:58 +08:00
Jiayuan ZhangandGitHub aa4467f0b3 Merge pull request #18 from back1ply/fix/plugin-skill-path
Fix plugin skill path for Claude Code compatibility
2026-02-16 11:30:19 +08:00
Jiayuan ZhangandGitHub 6077083967 Merge pull request #7 from HOLYKEYZ/main
Add examples of common mistakes on each principles
2026-02-01 02:50:36 +08:00
Jiayuan ZhangandGitHub c67b1ad95e Merge pull request #17 from back1ply/fix/plugin-structure
Fix plugin structure for Claude Code compatibility
2026-02-01 02:50:00 +08:00
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
JiayuanandGitHub 84512da3b4 Merge pull request #3 from szkocot/main
refactor: restructure to Anthropic skills format
2026-01-28 13:17:02 +08: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
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