Sub-agents forkés (/fork)

A Claude Code capability (the `/fork` command) that spawns a sub-agent sharing the parent session's context cache, instead of starting from an empty context. The child inherits the already-loaded prefix (the code read, the decisions made), works in isolation, then reports back. Like a git branch for your session: you start from a shared state, explore a track on the side, without re-paying the context or polluting the main session. Massively saves input tokens on child agents.

Strengths

Limitations

Best for

Official site

View on Coeurdar