Clap Scaffolder Generate a complete Clap CLI application with Rust, derive macros, and best practices. Capabilities - Generate Rust-based Clap CLI projects using derive macros - Create subcommand hierarchies with nested enums - Set up argument parsing with type validation - Configure shell completion generation - Implement colored output with anyhow error handling - Set up cargo workspace and build configurations Usage Invoke this skill when you need to: - Bootstrap a new CLI application using Clap - Create a Rust CLI with type-safe argument parsing - Leverage derive macros for declarative co…