rust-cli

Installation
SKILL.md

rust-cli - Build Maintainable Rust CLIs

Use this skill when you need to design or implement a Rust CLI with production-grade ergonomics and automation.

For language-agnostic OSS publication/release hygiene (LICENSE/SECURITY.md, release notes, CI policy, repo bootstrap conventions), consult the oss-publish skill.

Defaults (Agent-Friendly)

  • CLI parsing: clap derive.
  • Error handling: anyhow (or thiserror for library-style errors).
  • Logging/diagnostics: tracing + tracing-subscriber (write logs to stderr).
  • Structured output: serde + serde_json.

Quick Recipes (Start Here)

When the user asks you to create common project scaffolding, start from the copy/paste templates and adapt them.

Installs
17
Repository
tumf/skills
GitHub Stars
3
First Seen
Feb 20, 2026
rust-cli — tumf/skills