Claude Code Syncs Your claude.ai Skills and Plugins to the Terminal

Claude CodeView original changelog

Claude Code 2.1.275 began syncing the skills and plugins enabled on a user's claude.ai account to terminal sessions signed in with that account. A skill or plugin turned on through claude.ai now becomes available in the CLI automatically, without a separate local install step. Users who prefer to keep the two environments independent can opt out with the new syncClaudeAiSkills: false or syncClaudeAiPlugins: false settings.

Key Takeaways

  • Skills and plugins enabled on a claude.ai account now sync to terminal sessions signed in with that account, removing a manual setup step.
  • Two new settings, syncClaudeAiSkills: false and syncClaudeAiPlugins: false, let a user opt out of either sync independently.
  • The sync applies to sessions signed in with a claude.ai account.
  • It shipped in Claude Code 2.1.275 on September 17, 2026.
  • The change narrows the gap between account-level customization on claude.ai and what is available inside a terminal coding session.
  • It follows a broader pattern of unifying settings and capabilities across Claude Code's surfaces.

One Account, Consistent Capabilities

Claude Code has increasingly treated a signed-in claude.ai account as the source of truth for a user's personal customizations. Version 2.1.275 extended that to skills and plugins: whatever is enabled on the account now syncs to terminal sessions signed in with it, closing the gap between what a user has set up on claude.ai and what actually shows up when they open a coding session locally.

Two New Opt-Outs

Anthropic added syncClaudeAiSkills: false and syncClaudeAiPlugins: false as settings, letting a user disable either half of the sync independently if they want their terminal environment to stay separate from their account-level setup.