DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Two sessions in one process no longer share skill-injection state
You'll notice
Useful3Signal2
Skills
Two sessions in one process no longer confuse each other about which skills were already sent.
What's wrong with this entry?
Anonymous. No account, no email.
What
The record of which skills have already been sent to the model now lives per session and is reset when a session starts, instead of being shared across every session in the process.
Evidence
resumeSeedNames
Strings lifted out of the shipped bundle, so the claim above can be checked against them.