Skip to content

Commands Validator

The Commands validator checks for deprecated command directory usage and helps migrate to the newer skills-based approach.

What It Checks

  • Deprecated .claude/commands/ directory detection
  • Migration guidance to skills

Rules

This validator includes 1 rules. See the Commands rules category for the complete list.

CLI Usage

bash
# Check for deprecated commands
claudelint validate-commands

# Verbose output
claudelint validate-commands --verbose

See Also