28 Commits
Author SHA1 Message Date
HerobrineandGitHub 2c60614193 Sync Chinese README with English version (add Cursor section) (#95) 2026-04-20 18:05:04 +08:00
Andriy ZakharkoandGitHub fb7a22c8fd add cursor support (#92)
add Cursor Agentic IDE support
2026-04-19 01:51:53 +08:00
HerobrineandGitHub fcd5d36cd2 Add Chinese translation for README (#93)
- Add README.zh.md with full Chinese translation
- Add language switcher link in original README.md
2026-04-19 01:51:03 +08:00
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
Shehab TarekandClaude Opus 4.5 68b67a5bd7 Fix plugin.json schema validation errors
- Change author from string to object with name property
- Remove invalid displayName field
- Point skills to directory instead of file (auto-discovery)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:27:06 +02:00
Shehab TarekandClaude Opus 4.5 3cf049fa3e Add marketplace.json and fix plugin structure
- Add marketplace.json required for /plugin marketplace add
- Fix skill path to use ./ prefix (relative to plugin root)
- Update README with correct two-step install process:
  1. /plugin marketplace add forrestchang/andrej-karpathy-skills
  2. /plugin install andrej-karpathy-skills@karpathy-skills

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:18:08 +02:00
Shehab TarekandClaude Opus 4.5 b26f4c3c73 Fix plugin skill path and update install instructions
- Fix skill path in plugin.json to use relative path from .claude-plugin/
  (changed from "skills/..." to "../skills/...")
- Add /plugin add command to README alongside CLI command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:12:23 +02: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
Shehab TarekandClaude Opus 4.5 579a5e31a9 Fix plugin structure for Claude Code compatibility
Move plugin.json to .claude-plugin/ directory as required by Claude Code
plugin specification. The plugin manifest must be located at
.claude-plugin/plugin.json for proper plugin discovery and loading.

Also fix author and repository URL to point to correct owner.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 12:46:17 +02: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
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
Joseph AyandaandGitHub 4f6e050640 Add examples of coding principles and common mistakes
Add real-world code examples demonstrating principles of effective coding, highlighting common mistakes and their corrections.
2026-01-29 21:52:17 +01: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