Validate existing Claude Code commands against best practices
Validate existing commands against best practices and receive specific improvement recommendations with prioritized action items.
/plugin marketplace add lpasqualis/lpclaude/plugin install lpclaude-config@lpclaude-marketplace[command-name] [optional-validation-focus]commands/Validate an existing command against current best practices and suggest improvements.
Determine the command file path:
/, extract: /namespace:command → namespace/command.md.claude/commands/ first, then ~/.claude/commands/Use the existing validation task template:
template = Read('workers/commands-validate-workers/command-validator.md')
command_content = Read('[command-file-path]')
Task(subagent_type: 'general-purpose', prompt: template + '\n\nCOMMAND TO VALIDATE:\n' + command_content)
The validator will assess:
Present validation results with:
$ARGUMENTS