← Reddit

Skills management in Claude (CLI, Desktop, web)

Reddit · Zodiixk · June 3, 2026
Skills management differs across Claude's various platforms and tools. Claude.ai, the mobile app, and Claude Desktop in chatbot mode only pull skills and plugins from Anthropic's cloud servers, whereas Claude Desktop's code functionality accesses both cloud and local file system folders. Claude Code's command-line interface operates entirely locally and does not sync data with the cloud interface.

Detailed Analysis

A Reddit user with approximately ten days of experience across Claude's suite of tools has published a community-oriented breakdown of how skills and plugin management operates differently depending on which interface or application is being used. The post identifies three distinct behavioral categories: the web-based Claude.ai, the mobile app, and the chatbot mode of Claude Desktop all draw skills and plugins exclusively from Anthropic's cloud servers, meaning customizations added through the web UI's "customize" option are portable across those surfaces. Claude Desktop operating in its Code mode, however, bridges both environments by pulling from cloud-synced skills as well as locally stored configurations in the user's `.claude` directory. The command-line interface version of Claude Code operates in a fully isolated, local-only mode, reading exclusively from the file system with no synchronization to or from Anthropic's cloud infrastructure.

The distinction the post draws matters practically for developers and power users who work across multiple surfaces and expect their tooling configurations to follow them. A user who carefully constructs a set of custom skills through Claude.ai's web interface may be surprised to find them unavailable when working in the CLI environment, and conversely, locally defined tools and workflows built for Claude Code CLI will not surface in a mobile or browser session. This fragmentation is not unusual for software ecosystems that straddle consumer-facing applications and developer tooling, but it creates onboarding friction when the surfaces share a common brand identity and users reasonably assume feature parity.

The post reflects a broader challenge in the Claude product ecosystem, which has expanded rapidly to include multiple distinct runtime environments targeting different user types — casual conversational users, desktop productivity users, and software engineers working in agentic coding workflows. Each of these audiences has different expectations around configuration persistence and portability. The emergence of community-authored explainers filling in documentation gaps suggests that Anthropic's official materials have not yet fully caught up with the complexity introduced by Claude Code's expansion, a pattern common to developer tools that ship fast and rely on community knowledge to surface behavioral nuances.

More broadly, the architectural split described in the post — cloud-synced versus locally scoped configurations — mirrors tensions across the AI tooling industry as vendors balance privacy-conscious local execution against the convenience of cloud synchronization. The Claude Code CLI's strictly local posture aligns with developer expectations around reproducibility and control, while the cloud-synced chatbot surfaces prioritize accessibility and cross-device continuity. As Anthropic continues to develop its agentic product line, clearer documentation and potentially unified configuration management across these surfaces will likely become a significant usability consideration for retaining developers who work fluidly across environments.

Read original article →