
Trace My Code
- 4 repo stars
- Updated July 1, 2026
- kgohil/trace-my-code
trace-my-code is a coding-agent plugin that maintains curated codebase trace documents so agents can read domain and architecture context before writing new code.
About
trace-my-code is a Claude Code marketplace plugin that keeps a living trace of your codebase—domain language, architecture, patterns, and ADRs—as curated Markdown agents read before coding. Developers install it when agents keep rebuilding existing components or misreading domain jargon instead of extending what is already there. Run /trace-my-code to bootstrap the trace; a drift hook keeps docs current on every change.
- Living trace of domain language, architecture, flows, and reuse patterns
- Reuse-first ladder before writing new code
- Drift hook refreshes docs on git/CI changes
- Measured fewer files read and lower token use on real monorepo runs
- Installable as skill or Claude Code/Codex plugin across many agents
Trace My Code by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
/plugin marketplace add kgohil/trace-my-codeAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 4 |
|---|---|
| Last updated | July 1, 2026 |
| Repository | kgohil/trace-my-code ↗ |
Why do coding agents rebuild existing code and misread domain terms when a cheaper architecture trace would prevent it?
Bootstrap and maintain a living codebase trace so coding agents read DOMAIN.md and ARCHITECTURE.md before writing and reuse existing code.
Who is it for?
Developers on mature repos where agents waste tokens crawling source instead of reading structured domain and module architecture docs.
Skip if: Brand-new repos with no patterns to document or teams that do not use agent-assisted coding.
What you get
The repo gains DOMAIN.md, per-module ARCHITECTURE.md, ADRs, and drift-hook updates that agents consult before implementation.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What files does Trace My Code create?
DOMAIN.md, per-module ARCHITECTURE.md files, and ADRs curated next to the code.
How does it stay up to date?
A drift hook on git/CI refreshes documentation when the codebase changes.
What problem does the reuse-first ladder solve?
It steers agents to reuse, extend, or use stdlib/native options before adding minimum new code.