From fb8fdb0aa74ccf587d2b666da7160e0d0eb94e6a Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Tue, 14 Apr 2026 02:11:58 +0800 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17876fb..4d8fab6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Karpathy-Inspired Claude Code Guidelines +> **Looking for a managed agents platform?** Check out [Multica](https://github.com/multica-ai/multica) — an open-source platform for running and managing coding agents with reusable skills. + A single `CLAUDE.md` file to improve Claude Code behavior, derived from [Andrej Karpathy's observations](https://x.com/karpathy/status/2015883857489522876) on LLM coding pitfalls. ## The Problems