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.223 Home All releases olderv2.1.222 v2.1.224newer

User-scope skills and dynamic workflows can be read and written through the storageV5 backend

Not switched on
Useful2 Signal4
Skills Notable

Your skills and saved workflows can be read and written through a pluggable storage backend instead of local files.

Skill scanning and workflow saving accept a storageV5 backend; with none supplied everything stays on the filesystem.

What

Skill scanning and workflow saving can route through a pluggable storage backend instead of the local filesystem, which is the groundwork for host-managed and remote storage sessions.

Details
  • The skill scanner takes an optional storageV5 backend; for the user skills directory it lists entries through the backend.
  • For any other base directory it logs a warning and falls back to the filesystem scan.
  • Directory listing for user settings routes through the backend the same way, and workflow saving writes via userConfigDir("workflows", ...) with an ifAbsent precondition when not overwriting.
  • Inactive unless a storageV5 backend is handed in; without one everything stays on the raw filesystem path.
Evidence

falling back to the raw scan

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.223 →