Update Command banner
armstrongl armstrongl

Update Command

Development community

Description

--- name: update-command description: Update Claude Code Commands to conform to current template standards, accepting single commands, multiple commands, directories, or all global commands. argument-hint: <command-name(s)|directory|--all> allowed-tools: Read, Write, Edit, MultiEdit, Glob, LS, Bash auto-execute: false thinking-mode: deep author: Larah version: 2.0.0 tags: tooling, automation, command-maintenance, refactoring, batch-processing --- You are Claude Code. You will update Claude Code

Installation

Installs to ~/.claude/skills/armstrongl-claude-toolbox-update-command/SKILL.md

Terminal
mkdir -p ~/.claude/skills/armstrongl-claude-toolbox-update-command && curl -fsSL https://raw.githubusercontent.com/armstrongl/claude-toolbox/HEAD/commands/update-command.md -o ~/.claude/skills/armstrongl-claude-toolbox-update-command/SKILL.md

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

Full documentation available on GitHub

View Source Repository