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.222 Home All releases olderv2.1.221 v2.1.223newer

Commands, skills and plugin manifests accept a free-form metadata object

Use it now
Useful4 Signal0
Plugins Notable

You can add a free-form metadata block to command, skill and plugin files that Claude Code keeps but ignores.

metadata
What

Authors can attach an arbitrary metadata object to command and skill frontmatter and to plugin manifests; it is preserved through parsing but never interpreted by Claude Code.

Details
  • Frontmatter parsing keeps metadata when the value is an object; the parsed command shape and its serialization allowlist both include "metadata".
  • Plugin manifest validation warns with the fragment "'metadata' must be a free-form object" and states the value will be ignored at load time when it is not an object.
  • Both the plugin manifest schema and the skill schema document the field as a free-form map for the author's own use, for example entitlement or catalog fields.
  • Metadata keys are no longer folded into the computed declaredFields set.
Evidence

Free-form metadata for the plugin author's own use (e.g. entitlement or catalog fields). Preserved on the parsed manifest but not read by Claude Code., 'metadata' must be a free-form object

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.222 →