Update Extensions banner
alaas4989 alaas4989

Update Extensions

Development community

Description

--- description: Check for extension updates across Cursor and Windsurf argument-hint: [--tool NAME] [--json] [--include-prerelease] allowed-tools: Bash --- Check extension versions against the VS Code Marketplace API for Cursor and Windsurf extensions. ```bash find ~/.claude/plugins/cache -path "*/cc-update-all/update-all-plugins/*/scripts-mcp/update-extensions.js" 2>/dev/null | head -1 | xargs -I{} node {} $ARGUMENTS ``` Present the summary output to the user. If any extensions are outdated

Installation

Installs to ~/.claude/skills/alaas4989-cc-update-all-update-extensions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alaas4989-cc-update-all-update-extensions && curl -fsSL https://raw.githubusercontent.com/alaas4989/cc-update-all/HEAD/commands/update-extensions.md -o ~/.claude/skills/alaas4989-cc-update-all-update-extensions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository