The workshop skill would now write HTML documents by default, with a strict publish check, but isn't offered.
A rewritten HTML-first workshop skill sits behind gate tengu_gable_onyx_sluice plus Artifact tool capabilities, all off here.
tengu_gable_onyx_sluice Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.219: on
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.219. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
The bundled workshop skill text was rewritten around two authoring lanes, with HTML promoted over markdown, though the skill is not offered on this build.
- v2.1.218 said flatly that the workshop document is markdown and stays markdown for its whole life.
- A new "Choosing the lane" section tells the model to copy a template to a path ending in
.workshop.html, fill it, and publish that file. - The markdown
.workshop.mdlane becomes secondary, reserved for when the user asks for markdown or the document will be dominated by quoted external content. - Publishing runs a structural verifier on the final payload of every publish and refuses out-of-contract pages: fixed scripts, no inline
on*handlers, no iframes/forms/base/link, escaped quoted content, island and markup agreement. - Registration uses
isEnabledbacked by gatetengu_gable_onyx_sluicewith in-source fallback false, so absent a remote value the skill is not offered; it additionally needs the Artifact tool'scapabilitiesand theread_page_dataaction.
Default to the TEMPLATE-HTML lane
Strings lifted out of the shipped bundle, so the claim above can be checked against them.