Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

propose_skills / ClaudeDesign tools refactored to create()-based instances

propose_skills and the internal ClaudeDesign tool were rebuilt on the same factory pattern as other tools

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
Under the hood

propose_skills and the internal ClaudeDesign tool were rebuilt on the same factory pattern as other tools

What

The propose_skills tool and an internal tool called ClaudeDesign now build their input validation, execution, and permission-check logic through a create() factory function, instead of defining those pieces directly on the tool. This matches a pattern already used elsewhere for other tools in this release.

Why

This is a structural change to how these tools are put together internally; it does not change what the tools do or how they behave for someone using Claude Code.

See this entry in the whole of v2.1.269 →

Feedback