From 15b698b01d93dde70f9224c9ea73a19c279d3a05 Mon Sep 17 00:00:00 2001 From: Kushal Gohil Date: Wed, 24 Jun 2026 02:35:03 -0400 Subject: [PATCH] Add trace-my-code to Agent Skills Living trace of the codebase (domain + architecture + reuse patterns), kept current by a drift hook, so the agent reuses what exists instead of rebuilding it. Public, MIT. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6b2f77..46f0c1e 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ June 14, 2026 - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld) - Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs) - A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package) - A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**trace-my-code**](https://github.com/kgohil/trace-my-code) - (1 ⭐) - Keeps a living trace of your codebase (domain, architecture, reuse patterns) current via a drift hook, so the agent reuses what already exists instead of rebuilding it. --- ## 🔌 Claude Plugins