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

Prototype skill: behavior prototypes, one design question, verified shell reuse

You'll notice
Useful3 Signal2
Skills

The prototype skill now covers behavior prototypes and asks for one named design question.

What

The prototype skill now covers prototyping how something behaves rather than how it looks, asks you to name the single design question at the top of the page, and adds a checked procedure for reusing a hosted app shell.

Details
  • Behavior prototypes keep the logic in a pure module with no DOM access, show full state after every step, and include a guided walkthrough.
  • Variations go into one artifact behind a visible switcher, and they must differ structurally rather than cosmetically.
  • Reusing a hosted shell means hashing the local copy and comparing it to the registry's recorded artifact_sha256 in a single command that prints only MATCH or MISMATCH, instead of comparing digests by eye.
Evidence

## When the question is behavior

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 →