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

Hashed skill names reported for third-party marketplace plugins

Under the hood
Useful1 Signal2
Telemetry

Skill usage stats include hashed skill names only for plugins from outside marketplaces.

What

Plugin and skill telemetry now carries hashed skill names, but only for plugins that are not built in and that come from a marketplace other than the inline or skills-directory ones.

Details
  • tengu_plugin_enabled_for_session gained skill_name_hash_count and a joined skill_name_hashes field.
  • tengu_skill_loaded emits skill_name_hash for prompt skills from such plugins.
  • The marketplace is derived from the plugin's repository string by taking everything after the last @.
  • The hash helper no longer checks for custom entries itself; that check moved to the tool-name caller.
Evidence

skill_name_hash_count

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 →