Settings

Theme

Show HN: Subagent-reuse, an MCP to reuse Claude Code subagent context

1 points by h1r1ms 2 months ago · 3 comments · 1 min read


GitHub: https://github.com/itsamruth/subagent-reuse

Medium: https://medium.com/@itsamruth/stop-burning-tokens-how-to-use...

h1r1msOP 2 months ago

GitHub: https://github.com/itsamruth/subagent-reuse

Medium: https://medium.com/@itsamruth/stop-burning-tokens-how-to-use...

I built subagent-reuse after noticing that Claude Code subagents often re-read the same files and rebuild the same context from scratch.

It scans Claude’s local session storage, tracks which files each subagent has already read or modified, and routes new work to an existing agent when there’s enough overlap. It also warns when files have changed since that agent last saw them.

abdirahman5863 2 months ago

helpful

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection