Source Intelligence

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.

All of v2.1.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Skill discovery can read through the storage layer

Under the hood
Useful3 Signal4
Skills

Skill discovery reads through managed storage when configured, falling back to your local folders.

What

Finding skills, listing their folders and reading each SKILL.md, now goes through the managed storage layer when one is configured, and falls back to reading the directory from disk when it is not.

Details
  • Both a storage backend and a key scope must be passed for the storage path to be used.
  • If the storage listing fails, it is surfaced as a mount problem for that location and skill loading continues instead of erroring out.
Evidence

listing failed for

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.232 →