Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

Skills and commands are now marked as builtin to resolve name collisions

Claude Code's own bundled skills and commands are now flagged so name clashes with user or plugin ones resolve predictably

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSkillswhat it touches
KindInternal Changesin v2.1.277,
Group of 2 Under the hood No documentation found

Claude Code's own bundled skills and commands are now flagged so name clashes with user or plugin ones resolve predictably

What

  • The reload_skills response the CLI sends now includes a builtin: true field on each skill entry whose resolved name matches one of Claude Code's own bundled skills.
  • The schema describing an available skill or command gained an optional builtin boolean, true only for Claude Code's own built-in commands, used to decide which command a bare /name invocation runs when a user, project, plugin, and MCP command all share the same name.

Why

This removes ambiguity when a skill or command name collides with one of Claude Code's own: it's now possible to tell that a /name invocation is running the built-in version rather than a same-named user, project, plugin, or MCP one.

Read from
Names in the bundlereload_skills

See this entry in the whole of v2.1.277 →