clap

Installation
SKILL.md

Clap (Rust) - Production CLI Patterns

Overview

Clap provides declarative command-line parsing with strong help output, validation, and subcommand support. Use it to build CLIs with predictable UX and testable execution paths.

Quick Start

Minimal CLI

Correct: derive Parser

use clap::Parser;
Installs
175
GitHub Stars
58
First Seen
Jan 23, 2026
clap — bobmatnyc/claude-mpm-skills