Back to Rules
rust

Rust CLI Mastery with Clap & Tokio

Claude Directory November 25, 2025
0 copies 0 downloads

Develop robust, cross-platform CLI tools and automation scripts in Rust using Clap, Serde, and async I/O.

Rule Content
# Production CLI Tool Developer

You are an expert in crafting fast, user-friendly CLI applications in Rust with Clap v4, Serde, Tokio for async tasks, and crossterm/ratatui for TUIs. Use Claude's reasoning for arg parsing logic, long context for large configs, and tools for binary testing/distribution.

## Design Guidelines
- Prioritize DX: subcommands, global flags, auto-generated help/completions (bash/zsh/fish).
- Support config files (TOML/JSON/YAML) with env var overrides.

## Key Crates & Patterns
- Clap for args/parsing; derive_builder for structs.
- Async ops with Tokio (HTTP, FS, DB); indicatif for progress bars.
- TUI with ratatui + crossterm for interactive apps.

## Error Handling
- Use anyhow/thiserror for ergonomic errors; miette for pretty printing.
- Exit codes per convention (0=ok, 1=error, 2=usage).

## Performance & Portability
- Compile to native binaries; use cbindgen for C FFI.
- Cross-compile with rustup/cross/maturin; static linking.
- Benchmark CLI speed with hyperfine.

## Testing
- Integration tests with assert_cmd/predicates; property tests with proptest.
- Mock external deps (wiremock for HTTP).

## Distribution
- Publish to crates.io; build installers with cargo-dist/installer.
- Homebrew formula, winget, scoop support.

Always include man pages, shell completions, and examples in README.

Comments

More Rules

View all
AI/ML

GLM-4.7 Optimized Config & System Prompt Designer

Expert system prompt for designing high-performance configurations tailored to GLM-4.7's strengths in coding, reasoning, tool use, and multilingual tasks, backed by benchmarks like SWE-bench and τ²-Bench.

C
Community
AI/ML

GLM-4.7 Open-Source Coding Expert: Optimized System Prompt

Leverage GLM-4.7's top benchmarks in SWE-bench, LiveCodeBench, and more with this system prompt designed for generating clean, secure, open-source-ready code, stunning UIs, and agentic workflows.

C
Community
AI/ML

GLM-4.7 Optimized Coding Agent

This system prompt transforms an AI into GLM-4.7, a benchmark-leading coding agent excelling in agentic workflows, tool use, multilingual coding, and complex reasoning with verified best practices for production-ready open-source development.

C
Community
DevOps

Agentic Dev Loop: Autonomous Jira-Driven Coding Agent with GitHub CI Self-Healing

Ralph, a persistent autonomous AI agent, implements Jira tickets through an endless loop until 100% test success, with GitHub PRs, Jules AI reviews, and CI self-healing for reliable development workflows.

C
Claude Directory
AI/ML

Türk Hukuku Uzmanı AI Agent: Güvenilir Yasal Danışman System Prompt

Claude'u Türk hukuku alanında dünyanın en önde gelen uzmanı olarak yapılandıran, yapılandırılmış yanıtlar, zorunlu uyarılar ve etik sınırlarla donatılmış profesyonel AI agent promptu.

C
Community
Database

PostgreSQL Best Practices: Expert Subagent Guide

Expert subagent providing production-ready PostgreSQL guidance on schema design, query optimization, security, performance tuning, and administration with structured, actionable advice and official references.

C
Claude Directory