Improve Command banner
armstrongl armstrongl

Improve Command

Documentation community

Description

--- name: improve-command description: Analyze and improve one or more existing Claude Code commands by optimizing their structure, enhancing documentation, and applying best practices. argument-hint: <command-pattern> [improvement-type] allowed-tools: Read, Edit, MultiEdit, Glob, Grep, Task auto-execute: false thinking-mode: deep max-turns: 20 author: Larah version: 1.0.0 tags: command-improvement, optimization, maintenance parameters: - name: improvement-scope type: string required:

Installation

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

Terminal
mkdir -p ~/.claude/skills/armstrongl-claude-toolbox-improve-command && curl -fsSL https://raw.githubusercontent.com/armstrongl/claude-toolbox/HEAD/commands/improve-command.md -o ~/.claude/skills/armstrongl-claude-toolbox-improve-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