Hacker News new | ask | show | jobs
Show HN: Subagent-reuse, an MCP to reuse Claude Code subagent context
1 points by h1r1ms 101 days ago
GitHub: https://github.com/itsamruth/subagent-reuse

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

2 comments

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.

helpful
Yeah, any feedbacks?